devices

package
v0.53.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2023 License: MIT Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDeltaResponseFromDiscriminatorValue added in v0.49.0

CreateDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue added in v0.49.0

CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateGetByIdsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateGetByIdsResponseFromDiscriminatorValue added in v0.49.0

CreateGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemGetMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateItemGetMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type CountRequestBuilder added in v0.49.0

type CountRequestBuilder struct {
	// contains filtered or unexported fields
}

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters added in v0.53.0

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DeltaRequestBuilder added in v0.49.0

type DeltaRequestBuilder struct {
	// contains filtered or unexported fields
}

DeltaRequestBuilder provides operations to call the delta method.

func NewDeltaRequestBuilder added in v0.49.0

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal added in v0.49.0

func NewDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeltaRequestBuilder

NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DeltaRequestBuilder) Get added in v0.49.0

Get invoke function delta

func (*DeltaRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation invoke function delta

type DeltaRequestBuilderGetQueryParameters added in v0.49.0

type DeltaRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DeltaRequestBuilderGetQueryParameters invoke function delta

type DeltaRequestBuilderGetRequestConfiguration added in v0.49.0

type DeltaRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DeltaRequestBuilderGetQueryParameters
}

DeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DeltaResponse added in v0.49.0

type DeltaResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
	// contains filtered or unexported fields
}

DeltaResponse

func NewDeltaResponse added in v0.49.0

func NewDeltaResponse() *DeltaResponse

NewDeltaResponse instantiates a new DeltaResponse and sets the default values.

func (*DeltaResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*DeltaResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*DeltaResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*DeltaResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type DeviceItemRequestBuilder added in v0.49.0

type DeviceItemRequestBuilder struct {
	// contains filtered or unexported fields
}

DeviceItemRequestBuilder provides operations to manage the collection of device entities.

func NewDeviceItemRequestBuilder added in v0.49.0

NewDeviceItemRequestBuilder instantiates a new DeviceItemRequestBuilder and sets the default values.

func NewDeviceItemRequestBuilderInternal added in v0.49.0

func NewDeviceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceItemRequestBuilder

NewDeviceItemRequestBuilderInternal instantiates a new DeviceItemRequestBuilder and sets the default values.

func (*DeviceItemRequestBuilder) CheckMemberGroups added in v0.49.0

CheckMemberGroups provides operations to call the checkMemberGroups method.

func (*DeviceItemRequestBuilder) CheckMemberObjects added in v0.49.0

CheckMemberObjects provides operations to call the checkMemberObjects method.

func (*DeviceItemRequestBuilder) Delete added in v0.49.0

Delete delete a registered device. Find more info here

func (*DeviceItemRequestBuilder) Extensions added in v0.49.0

Extensions provides operations to manage the extensions property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) ExtensionsById added in v0.49.0

ExtensionsById provides operations to manage the extensions property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) Get added in v0.49.0

Get get the properties and relationships of a device object. Find more info here

func (*DeviceItemRequestBuilder) GetMemberGroups added in v0.49.0

GetMemberGroups provides operations to call the getMemberGroups method.

func (*DeviceItemRequestBuilder) GetMemberObjects added in v0.49.0

GetMemberObjects provides operations to call the getMemberObjects method.

func (*DeviceItemRequestBuilder) MemberOf added in v0.49.0

MemberOf provides operations to manage the memberOf property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) MemberOfById added in v0.49.0

MemberOfById provides operations to manage the memberOf property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. Find more info here

func (*DeviceItemRequestBuilder) RegisteredOwners added in v0.49.0

RegisteredOwners provides operations to manage the registeredOwners property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) RegisteredOwnersById added in v0.49.0

RegisteredOwnersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.devices.item.registeredOwners.item collection

func (*DeviceItemRequestBuilder) RegisteredUsers added in v0.49.0

RegisteredUsers provides operations to manage the registeredUsers property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) RegisteredUsersById added in v0.49.0

RegisteredUsersById provides operations to manage the registeredUsers property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) Restore added in v0.49.0

Restore provides operations to call the restore method.

func (*DeviceItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete a registered device.

func (*DeviceItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the properties and relationships of a device object.

func (*DeviceItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps.

func (*DeviceItemRequestBuilder) TransitiveMemberOf added in v0.49.0

TransitiveMemberOf provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity.

func (*DeviceItemRequestBuilder) TransitiveMemberOfById added in v0.49.0

TransitiveMemberOfById provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity.

type DeviceItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type DeviceItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DeviceItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DeviceItemRequestBuilderGetQueryParameters added in v0.49.0

type DeviceItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

DeviceItemRequestBuilderGetQueryParameters get the properties and relationships of a device object.

type DeviceItemRequestBuilderGetRequestConfiguration added in v0.49.0

type DeviceItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DeviceItemRequestBuilderGetQueryParameters
}

DeviceItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DeviceItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type DeviceItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DeviceItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DevicesRequestBuilder

type DevicesRequestBuilder struct {
	// contains filtered or unexported fields
}

DevicesRequestBuilder provides operations to manage the collection of device entities.

func NewDevicesRequestBuilder

NewDevicesRequestBuilder instantiates a new DevicesRequestBuilder and sets the default values.

func NewDevicesRequestBuilderInternal

func NewDevicesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DevicesRequestBuilder

NewDevicesRequestBuilderInternal instantiates a new DevicesRequestBuilder and sets the default values.

func (*DevicesRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*DevicesRequestBuilder) Delta added in v0.32.0

Delta provides operations to call the delta method.

func (*DevicesRequestBuilder) Get

Get retrieve a list of device objects registered in the organization. Find more info here

func (*DevicesRequestBuilder) GetAvailableExtensionProperties

func (m *DevicesRequestBuilder) GetAvailableExtensionProperties() *GetAvailableExtensionPropertiesRequestBuilder

GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.

func (*DevicesRequestBuilder) GetByIds

GetByIds provides operations to call the getByIds method.

func (*DevicesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of device objects registered in the organization.

func (*DevicesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create and register a new device in the organization.

func (*DevicesRequestBuilder) ValidateProperties

ValidateProperties provides operations to call the validateProperties method.

type DevicesRequestBuilderGetQueryParameters

type DevicesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

DevicesRequestBuilderGetQueryParameters retrieve a list of device objects registered in the organization.

type DevicesRequestBuilderGetRequestConfiguration added in v0.22.0

type DevicesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *DevicesRequestBuilderGetQueryParameters
}

DevicesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type DevicesRequestBuilderPostRequestConfiguration added in v0.22.0

type DevicesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

DevicesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type GetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

type GetAvailableExtensionPropertiesPostRequestBody struct {
	// contains filtered or unexported fields
}

GetAvailableExtensionPropertiesPostRequestBody

func NewGetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody

NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool

GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)

SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

type GetAvailableExtensionPropertiesPostRequestBodyable added in v0.49.0

type GetAvailableExtensionPropertiesPostRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetIsSyncedFromOnPremises() *bool
	SetIsSyncedFromOnPremises(value *bool)
}

GetAvailableExtensionPropertiesPostRequestBodyable

type GetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

type GetAvailableExtensionPropertiesRequestBuilder struct {
	// contains filtered or unexported fields
}

GetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal added in v0.49.0

func NewGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetAvailableExtensionPropertiesRequestBuilder

NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBuilder) Post added in v0.49.0

Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:+ user+ group+ administrativeUnit+ application+ device+ organization Find more info here

func (*GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:+ user+ group+ administrativeUnit+ application+ device+ organization

type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type GetAvailableExtensionPropertiesResponse added in v0.49.0

type GetAvailableExtensionPropertiesResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
	// contains filtered or unexported fields
}

GetAvailableExtensionPropertiesResponse

func NewGetAvailableExtensionPropertiesResponse added in v0.49.0

func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse

NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.

func (*GetAvailableExtensionPropertiesResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetAvailableExtensionPropertiesResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type GetByIdsPostRequestBody added in v0.49.0

type GetByIdsPostRequestBody struct {
	// contains filtered or unexported fields
}

GetByIdsPostRequestBody

func NewGetByIdsPostRequestBody added in v0.49.0

func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody

NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.

func (*GetByIdsPostRequestBody) GetAdditionalData added in v0.49.0

func (m *GetByIdsPostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*GetByIdsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsPostRequestBody) GetIds added in v0.49.0

func (m *GetByIdsPostRequestBody) GetIds() []string

GetIds gets the ids property value. The ids property

func (*GetByIdsPostRequestBody) GetTypes added in v0.49.0

func (m *GetByIdsPostRequestBody) GetTypes() []string

GetTypes gets the types property value. The types property

func (*GetByIdsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsPostRequestBody) SetAdditionalData added in v0.49.0

func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*GetByIdsPostRequestBody) SetIds added in v0.49.0

func (m *GetByIdsPostRequestBody) SetIds(value []string)

SetIds sets the ids property value. The ids property

func (*GetByIdsPostRequestBody) SetTypes added in v0.49.0

func (m *GetByIdsPostRequestBody) SetTypes(value []string)

SetTypes sets the types property value. The types property

type GetByIdsPostRequestBodyable added in v0.49.0

GetByIdsPostRequestBodyable

type GetByIdsRequestBuilder added in v0.49.0

type GetByIdsRequestBuilder struct {
	// contains filtered or unexported fields
}

GetByIdsRequestBuilder provides operations to call the getByIds method.

func NewGetByIdsRequestBuilder added in v0.49.0

NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.

func NewGetByIdsRequestBuilderInternal added in v0.49.0

func NewGetByIdsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetByIdsRequestBuilder

NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.

func (*GetByIdsRequestBuilder) Post added in v0.49.0

Post return the directory objects specified in a list of IDs. Some common uses for this function are to: Find more info here

func (*GetByIdsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation return the directory objects specified in a list of IDs. Some common uses for this function are to:

type GetByIdsRequestBuilderPostRequestConfiguration added in v0.49.0

type GetByIdsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

GetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type GetByIdsResponse added in v0.49.0

type GetByIdsResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
	// contains filtered or unexported fields
}

GetByIdsResponse

func NewGetByIdsResponse added in v0.49.0

func NewGetByIdsResponse() *GetByIdsResponse

NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.

func (*GetByIdsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetByIdsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type ItemCheckMemberGroupsPostRequestBody added in v0.49.0

type ItemCheckMemberGroupsPostRequestBody struct {
	// contains filtered or unexported fields
}

ItemCheckMemberGroupsPostRequestBody

func NewItemCheckMemberGroupsPostRequestBody added in v0.49.0

func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody

NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.

func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds added in v0.49.0

func (m *ItemCheckMemberGroupsPostRequestBody) GetGroupIds() []string

GetGroupIds gets the groupIds property value. The groupIds property

func (*ItemCheckMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemCheckMemberGroupsPostRequestBody) SetGroupIds added in v0.49.0

func (m *ItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)

SetGroupIds sets the groupIds property value. The groupIds property

type ItemCheckMemberGroupsPostRequestBodyable added in v0.49.0

ItemCheckMemberGroupsPostRequestBodyable

type ItemCheckMemberGroupsRequestBuilder added in v0.49.0

type ItemCheckMemberGroupsRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsRequestBuilder added in v0.49.0

NewItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func NewItemCheckMemberGroupsRequestBuilderInternal added in v0.49.0

func NewItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCheckMemberGroupsRequestBuilder

NewItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func (*ItemCheckMemberGroupsRequestBuilder) Post added in v0.49.0

Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. Find more info here

func (*ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.

type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemCheckMemberGroupsResponse added in v0.49.0

type ItemCheckMemberGroupsResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
	// contains filtered or unexported fields
}

ItemCheckMemberGroupsResponse

func NewItemCheckMemberGroupsResponse added in v0.49.0

func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse

NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.

func (*ItemCheckMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsResponse) GetValue added in v0.49.0

func (m *ItemCheckMemberGroupsResponse) GetValue() []string

GetValue gets the value property value. The value property

func (*ItemCheckMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsResponse) SetValue added in v0.49.0

func (m *ItemCheckMemberGroupsResponse) SetValue(value []string)

SetValue sets the value property value. The value property

type ItemCheckMemberObjectsPostRequestBody added in v0.49.0

type ItemCheckMemberObjectsPostRequestBody struct {
	// contains filtered or unexported fields
}

ItemCheckMemberObjectsPostRequestBody

func NewItemCheckMemberObjectsPostRequestBody added in v0.49.0

func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody

NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.

func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsPostRequestBody) GetIds added in v0.49.0

GetIds gets the ids property value. The ids property

func (*ItemCheckMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemCheckMemberObjectsPostRequestBody) SetIds added in v0.49.0

func (m *ItemCheckMemberObjectsPostRequestBody) SetIds(value []string)

SetIds sets the ids property value. The ids property

type ItemCheckMemberObjectsPostRequestBodyable added in v0.49.0

ItemCheckMemberObjectsPostRequestBodyable

type ItemCheckMemberObjectsRequestBuilder added in v0.49.0

type ItemCheckMemberObjectsRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsRequestBuilder added in v0.49.0

NewItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func NewItemCheckMemberObjectsRequestBuilderInternal added in v0.49.0

func NewItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCheckMemberObjectsRequestBuilder

NewItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func (*ItemCheckMemberObjectsRequestBuilder) Post added in v0.49.0

Post invoke action checkMemberObjects

func (*ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action checkMemberObjects

type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemCheckMemberObjectsResponse added in v0.49.0

type ItemCheckMemberObjectsResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
	// contains filtered or unexported fields
}

ItemCheckMemberObjectsResponse

func NewItemCheckMemberObjectsResponse added in v0.49.0

func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse

NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.

func (*ItemCheckMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsResponse) GetValue added in v0.49.0

func (m *ItemCheckMemberObjectsResponse) GetValue() []string

GetValue gets the value property value. The value property

func (*ItemCheckMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsResponse) SetValue added in v0.49.0

func (m *ItemCheckMemberObjectsResponse) SetValue(value []string)

SetValue sets the value property value. The value property

type ItemExtensionsCountRequestBuilder added in v0.49.0

type ItemExtensionsCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemExtensionsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemExtensionsCountRequestBuilder added in v0.49.0

NewItemExtensionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemExtensionsCountRequestBuilderInternal added in v0.49.0

func NewItemExtensionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemExtensionsCountRequestBuilder

NewItemExtensionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemExtensionsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemExtensionsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemExtensionsCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemExtensionsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemExtensionsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemExtensionsCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemExtensionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemExtensionsCountRequestBuilderGetQueryParameters
}

ItemExtensionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemExtensionsExtensionItemRequestBuilder added in v0.49.0

type ItemExtensionsExtensionItemRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemExtensionsExtensionItemRequestBuilder provides operations to manage the extensions property of the microsoft.graph.device entity.

func NewItemExtensionsExtensionItemRequestBuilder added in v0.49.0

NewItemExtensionsExtensionItemRequestBuilder instantiates a new ExtensionItemRequestBuilder and sets the default values.

func NewItemExtensionsExtensionItemRequestBuilderInternal added in v0.49.0

func NewItemExtensionsExtensionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemExtensionsExtensionItemRequestBuilder

NewItemExtensionsExtensionItemRequestBuilderInternal instantiates a new ExtensionItemRequestBuilder and sets the default values.

func (*ItemExtensionsExtensionItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property extensions for devices

func (*ItemExtensionsExtensionItemRequestBuilder) Get added in v0.49.0

Get the collection of open extensions defined for the device. Read-only. Nullable.

func (*ItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property extensions for devices

func (*ItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the collection of open extensions defined for the device. Read-only. Nullable.

func (*ItemExtensionsExtensionItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property extensions in devices

type ItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type ItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemExtensionsExtensionItemRequestBuilderGetQueryParameters added in v0.49.0

type ItemExtensionsExtensionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemExtensionsExtensionItemRequestBuilderGetQueryParameters the collection of open extensions defined for the device. Read-only. Nullable.

type ItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemExtensionsExtensionItemRequestBuilderGetQueryParameters
}

ItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemExtensionsExtensionItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type ItemExtensionsExtensionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemExtensionsExtensionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemExtensionsRequestBuilder added in v0.49.0

type ItemExtensionsRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemExtensionsRequestBuilder provides operations to manage the extensions property of the microsoft.graph.device entity.

func NewItemExtensionsRequestBuilder added in v0.49.0

NewItemExtensionsRequestBuilder instantiates a new ExtensionsRequestBuilder and sets the default values.

func NewItemExtensionsRequestBuilderInternal added in v0.49.0

func NewItemExtensionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemExtensionsRequestBuilder

NewItemExtensionsRequestBuilderInternal instantiates a new ExtensionsRequestBuilder and sets the default values.

func (*ItemExtensionsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemExtensionsRequestBuilder) Get added in v0.49.0

Get the collection of open extensions defined for the device. Read-only. Nullable.

func (*ItemExtensionsRequestBuilder) Post added in v0.49.0

Post create new navigation property to extensions for devices

func (*ItemExtensionsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the collection of open extensions defined for the device. Read-only. Nullable.

func (*ItemExtensionsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to extensions for devices

type ItemExtensionsRequestBuilderGetQueryParameters added in v0.49.0

type ItemExtensionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemExtensionsRequestBuilderGetQueryParameters the collection of open extensions defined for the device. Read-only. Nullable.

type ItemExtensionsRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemExtensionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemExtensionsRequestBuilderGetQueryParameters
}

ItemExtensionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemExtensionsRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemExtensionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemExtensionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGetMemberGroupsPostRequestBody added in v0.49.0

type ItemGetMemberGroupsPostRequestBody struct {
	// contains filtered or unexported fields
}

ItemGetMemberGroupsPostRequestBody

func NewItemGetMemberGroupsPostRequestBody added in v0.49.0

func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody

NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.

func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberGroupsPostRequestBodyable added in v0.49.0

type ItemGetMemberGroupsPostRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetSecurityEnabledOnly() *bool
	SetSecurityEnabledOnly(value *bool)
}

ItemGetMemberGroupsPostRequestBodyable

type ItemGetMemberGroupsRequestBuilder added in v0.49.0

type ItemGetMemberGroupsRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsRequestBuilder added in v0.49.0

NewItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func NewItemGetMemberGroupsRequestBuilderInternal added in v0.49.0

func NewItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGetMemberGroupsRequestBuilder

NewItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func (*ItemGetMemberGroupsRequestBuilder) Post added in v0.49.0

Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Find more info here

func (*ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive.

type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGetMemberGroupsResponse added in v0.49.0

type ItemGetMemberGroupsResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
	// contains filtered or unexported fields
}

ItemGetMemberGroupsResponse

func NewItemGetMemberGroupsResponse added in v0.49.0

func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse

NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.

func (*ItemGetMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsResponse) GetValue added in v0.49.0

func (m *ItemGetMemberGroupsResponse) GetValue() []string

GetValue gets the value property value. The value property

func (*ItemGetMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsResponse) SetValue added in v0.49.0

func (m *ItemGetMemberGroupsResponse) SetValue(value []string)

SetValue sets the value property value. The value property

type ItemGetMemberObjectsPostRequestBody added in v0.49.0

type ItemGetMemberObjectsPostRequestBody struct {
	// contains filtered or unexported fields
}

ItemGetMemberObjectsPostRequestBody

func NewItemGetMemberObjectsPostRequestBody added in v0.49.0

func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody

NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.

func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberObjectsPostRequestBodyable added in v0.49.0

type ItemGetMemberObjectsPostRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetSecurityEnabledOnly() *bool
	SetSecurityEnabledOnly(value *bool)
}

ItemGetMemberObjectsPostRequestBodyable

type ItemGetMemberObjectsRequestBuilder added in v0.49.0

type ItemGetMemberObjectsRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsRequestBuilder added in v0.49.0

NewItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func NewItemGetMemberObjectsRequestBuilderInternal added in v0.49.0

func NewItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGetMemberObjectsRequestBuilder

NewItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func (*ItemGetMemberObjectsRequestBuilder) Post added in v0.49.0

Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. **Note:** Only users and role-enabled groups can be members of directory roles. Find more info here

func (*ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. **Note:** Only users and role-enabled groups can be members of directory roles.

type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemGetMemberObjectsResponse added in v0.49.0

type ItemGetMemberObjectsResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
	// contains filtered or unexported fields
}

ItemGetMemberObjectsResponse

func NewItemGetMemberObjectsResponse added in v0.49.0

func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse

NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.

func (*ItemGetMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsResponse) GetValue added in v0.49.0

func (m *ItemGetMemberObjectsResponse) GetValue() []string

GetValue gets the value property value. The value property

func (*ItemGetMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsResponse) SetValue added in v0.49.0

func (m *ItemGetMemberObjectsResponse) SetValue(value []string)

SetValue sets the value property value. The value property

type ItemMemberOfApplicationCountRequestBuilder added in v0.49.0

type ItemMemberOfApplicationCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfApplicationCountRequestBuilder added in v0.49.0

NewItemMemberOfApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfApplicationCountRequestBuilderInternal added in v0.49.0

func NewItemMemberOfApplicationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfApplicationCountRequestBuilder

NewItemMemberOfApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfApplicationCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfApplicationCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemMemberOfApplicationCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemMemberOfApplicationCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfApplicationCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfApplicationCountRequestBuilderGetQueryParameters
}

ItemMemberOfApplicationCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfApplicationRequestBuilder added in v0.49.0

type ItemMemberOfApplicationRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfApplicationRequestBuilder casts the previous resource to application.

func NewItemMemberOfApplicationRequestBuilder added in v0.49.0

NewItemMemberOfApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMemberOfApplicationRequestBuilderInternal added in v0.49.0

func NewItemMemberOfApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfApplicationRequestBuilder

NewItemMemberOfApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMemberOfApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfApplicationRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection

func (*ItemMemberOfApplicationRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection

type ItemMemberOfApplicationRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfApplicationRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemMemberOfApplicationRequestBuilderGetQueryParameters get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection

type ItemMemberOfApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfApplicationRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfApplicationRequestBuilderGetQueryParameters
}

ItemMemberOfApplicationRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfCountRequestBuilder added in v0.49.0

type ItemMemberOfCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfCountRequestBuilder added in v0.49.0

NewItemMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfCountRequestBuilderInternal added in v0.49.0

func NewItemMemberOfCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfCountRequestBuilder

NewItemMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemMemberOfCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemMemberOfCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfCountRequestBuilderGetQueryParameters
}

ItemMemberOfCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfDeviceCountRequestBuilder added in v0.49.0

type ItemMemberOfDeviceCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfDeviceCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfDeviceCountRequestBuilder added in v0.49.0

NewItemMemberOfDeviceCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfDeviceCountRequestBuilderInternal added in v0.49.0

func NewItemMemberOfDeviceCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfDeviceCountRequestBuilder

NewItemMemberOfDeviceCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfDeviceCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfDeviceCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfDeviceCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemMemberOfDeviceCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemMemberOfDeviceCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfDeviceCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfDeviceCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfDeviceCountRequestBuilderGetQueryParameters
}

ItemMemberOfDeviceCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfDeviceRequestBuilder added in v0.49.0

type ItemMemberOfDeviceRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfDeviceRequestBuilder casts the previous resource to device.

func NewItemMemberOfDeviceRequestBuilder added in v0.49.0

NewItemMemberOfDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMemberOfDeviceRequestBuilderInternal added in v0.49.0

func NewItemMemberOfDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfDeviceRequestBuilder

NewItemMemberOfDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMemberOfDeviceRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfDeviceRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection

func (*ItemMemberOfDeviceRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection

type ItemMemberOfDeviceRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfDeviceRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemMemberOfDeviceRequestBuilderGetQueryParameters get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection

type ItemMemberOfDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfDeviceRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfDeviceRequestBuilderGetQueryParameters
}

ItemMemberOfDeviceRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemMemberOfDirectoryObjectItemRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfDirectoryObjectItemRequestBuilder provides operations to manage the memberOf property of the microsoft.graph.device entity.

func NewItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemMemberOfDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemMemberOfDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfDirectoryObjectItemRequestBuilder

NewItemMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.

type ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters
}

ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfGroupCountRequestBuilder added in v0.49.0

type ItemMemberOfGroupCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGroupCountRequestBuilder added in v0.49.0

NewItemMemberOfGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfGroupCountRequestBuilderInternal added in v0.49.0

func NewItemMemberOfGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGroupCountRequestBuilder

NewItemMemberOfGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfGroupCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfGroupCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemMemberOfGroupCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemMemberOfGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfGroupCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfGroupCountRequestBuilderGetQueryParameters
}

ItemMemberOfGroupCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfGroupRequestBuilder added in v0.49.0

type ItemMemberOfGroupRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfGroupRequestBuilder added in v0.49.0

NewItemMemberOfGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMemberOfGroupRequestBuilderInternal added in v0.49.0

func NewItemMemberOfGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGroupRequestBuilder

NewItemMemberOfGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMemberOfGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfGroupRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection

func (*ItemMemberOfGroupRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection

type ItemMemberOfGroupRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfGroupRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemMemberOfGroupRequestBuilderGetQueryParameters get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection

type ItemMemberOfGroupRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfGroupRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfGroupRequestBuilderGetQueryParameters
}

ItemMemberOfGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfItemApplicationRequestBuilder added in v0.49.0

type ItemMemberOfItemApplicationRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfItemApplicationRequestBuilder casts the previous resource to application.

func NewItemMemberOfItemApplicationRequestBuilder added in v0.49.0

NewItemMemberOfItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMemberOfItemApplicationRequestBuilderInternal added in v0.49.0

func NewItemMemberOfItemApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemApplicationRequestBuilder

NewItemMemberOfItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMemberOfItemApplicationRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.application

func (*ItemMemberOfItemApplicationRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.application

type ItemMemberOfItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfItemApplicationRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemMemberOfItemApplicationRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.application

type ItemMemberOfItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfItemApplicationRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfItemApplicationRequestBuilderGetQueryParameters
}

ItemMemberOfItemApplicationRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfItemDeviceRequestBuilder added in v0.49.0

type ItemMemberOfItemDeviceRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfItemDeviceRequestBuilder casts the previous resource to device.

func NewItemMemberOfItemDeviceRequestBuilder added in v0.49.0

NewItemMemberOfItemDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMemberOfItemDeviceRequestBuilderInternal added in v0.49.0

func NewItemMemberOfItemDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemDeviceRequestBuilder

NewItemMemberOfItemDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMemberOfItemDeviceRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.device

func (*ItemMemberOfItemDeviceRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.device

type ItemMemberOfItemDeviceRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfItemDeviceRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemMemberOfItemDeviceRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.device

type ItemMemberOfItemDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfItemDeviceRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfItemDeviceRequestBuilderGetQueryParameters
}

ItemMemberOfItemDeviceRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfItemGroupRequestBuilder added in v0.49.0

type ItemMemberOfItemGroupRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfItemGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfItemGroupRequestBuilder added in v0.49.0

NewItemMemberOfItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMemberOfItemGroupRequestBuilderInternal added in v0.49.0

func NewItemMemberOfItemGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGroupRequestBuilder

NewItemMemberOfItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMemberOfItemGroupRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.group

func (*ItemMemberOfItemGroupRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.group

type ItemMemberOfItemGroupRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfItemGroupRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemMemberOfItemGroupRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.group

type ItemMemberOfItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfItemGroupRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfItemGroupRequestBuilderGetQueryParameters
}

ItemMemberOfItemGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfItemOrgContactRequestBuilder added in v0.49.0

type ItemMemberOfItemOrgContactRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMemberOfItemOrgContactRequestBuilder added in v0.49.0

NewItemMemberOfItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMemberOfItemOrgContactRequestBuilderInternal added in v0.49.0

func NewItemMemberOfItemOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemOrgContactRequestBuilder

NewItemMemberOfItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMemberOfItemOrgContactRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact

func (*ItemMemberOfItemOrgContactRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact

type ItemMemberOfItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfItemOrgContactRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemMemberOfItemOrgContactRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact

type ItemMemberOfItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfItemOrgContactRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfItemOrgContactRequestBuilderGetQueryParameters
}

ItemMemberOfItemOrgContactRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

type ItemMemberOfItemServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

NewItemMemberOfItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMemberOfItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemMemberOfItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemServicePrincipalRequestBuilder

NewItemMemberOfItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMemberOfItemServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

func (*ItemMemberOfItemServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemMemberOfItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfItemServicePrincipalRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemMemberOfItemServicePrincipalRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfItemServicePrincipalRequestBuilderGetQueryParameters
}

ItemMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfItemUserRequestBuilder added in v0.49.0

type ItemMemberOfItemUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfItemUserRequestBuilder casts the previous resource to user.

func NewItemMemberOfItemUserRequestBuilder added in v0.49.0

NewItemMemberOfItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMemberOfItemUserRequestBuilderInternal added in v0.49.0

func NewItemMemberOfItemUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemUserRequestBuilder

NewItemMemberOfItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMemberOfItemUserRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.user

func (*ItemMemberOfItemUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemMemberOfItemUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfItemUserRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemMemberOfItemUserRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemMemberOfItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfItemUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfItemUserRequestBuilderGetQueryParameters
}

ItemMemberOfItemUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfOrgContactCountRequestBuilder added in v0.49.0

type ItemMemberOfOrgContactCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfOrgContactCountRequestBuilder added in v0.49.0

NewItemMemberOfOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfOrgContactCountRequestBuilderInternal added in v0.49.0

func NewItemMemberOfOrgContactCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfOrgContactCountRequestBuilder

NewItemMemberOfOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfOrgContactCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfOrgContactCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemMemberOfOrgContactCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemMemberOfOrgContactCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfOrgContactCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfOrgContactCountRequestBuilderGetQueryParameters
}

ItemMemberOfOrgContactCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfOrgContactRequestBuilder added in v0.49.0

type ItemMemberOfOrgContactRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMemberOfOrgContactRequestBuilder added in v0.49.0

NewItemMemberOfOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMemberOfOrgContactRequestBuilderInternal added in v0.49.0

func NewItemMemberOfOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfOrgContactRequestBuilder

NewItemMemberOfOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMemberOfOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfOrgContactRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection

func (*ItemMemberOfOrgContactRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection

type ItemMemberOfOrgContactRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfOrgContactRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemMemberOfOrgContactRequestBuilderGetQueryParameters get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection

type ItemMemberOfOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfOrgContactRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfOrgContactRequestBuilderGetQueryParameters
}

ItemMemberOfOrgContactRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfRequestBuilder added in v0.49.0

type ItemMemberOfRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfRequestBuilder provides operations to manage the memberOf property of the microsoft.graph.device entity.

func NewItemMemberOfRequestBuilder added in v0.49.0

NewItemMemberOfRequestBuilder instantiates a new MemberOfRequestBuilder and sets the default values.

func NewItemMemberOfRequestBuilderInternal added in v0.49.0

func NewItemMemberOfRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfRequestBuilder

NewItemMemberOfRequestBuilderInternal instantiates a new MemberOfRequestBuilder and sets the default values.

func (*ItemMemberOfRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMemberOfRequestBuilder) Get added in v0.49.0

Get groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. Find more info here

func (*ItemMemberOfRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMemberOfRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMemberOfRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMemberOfRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.

func (*ItemMemberOfRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMemberOfRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemMemberOfRequestBuilderGetQueryParameters groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.

type ItemMemberOfRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfRequestBuilderGetQueryParameters
}

ItemMemberOfRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

type ItemMemberOfServicePrincipalCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

NewItemMemberOfServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemMemberOfServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfServicePrincipalCountRequestBuilder

NewItemMemberOfServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfServicePrincipalCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemMemberOfServicePrincipalCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemMemberOfServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfServicePrincipalCountRequestBuilderGetQueryParameters
}

ItemMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfServicePrincipalRequestBuilder added in v0.49.0

type ItemMemberOfServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMemberOfServicePrincipalRequestBuilder added in v0.49.0

NewItemMemberOfServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMemberOfServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemMemberOfServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfServicePrincipalRequestBuilder

NewItemMemberOfServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMemberOfServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

func (*ItemMemberOfServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemMemberOfServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfServicePrincipalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemMemberOfServicePrincipalRequestBuilderGetQueryParameters get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemMemberOfServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfServicePrincipalRequestBuilderGetQueryParameters
}

ItemMemberOfServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfUserCountRequestBuilder added in v0.49.0

type ItemMemberOfUserCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfUserCountRequestBuilder added in v0.49.0

NewItemMemberOfUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfUserCountRequestBuilderInternal added in v0.49.0

func NewItemMemberOfUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfUserCountRequestBuilder

NewItemMemberOfUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfUserCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfUserCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemMemberOfUserCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemMemberOfUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfUserCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfUserCountRequestBuilderGetQueryParameters
}

ItemMemberOfUserCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemMemberOfUserRequestBuilder added in v0.49.0

type ItemMemberOfUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemMemberOfUserRequestBuilder casts the previous resource to user.

func NewItemMemberOfUserRequestBuilder added in v0.49.0

NewItemMemberOfUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMemberOfUserRequestBuilderInternal added in v0.49.0

func NewItemMemberOfUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfUserRequestBuilder

NewItemMemberOfUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMemberOfUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfUserRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

func (*ItemMemberOfUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemMemberOfUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemMemberOfUserRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemMemberOfUserRequestBuilderGetQueryParameters get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemMemberOfUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemMemberOfUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemMemberOfUserRequestBuilderGetQueryParameters
}

ItemMemberOfUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder added in v0.49.0

type ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder added in v0.49.0

func NewItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder

NewItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder

NewItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersAppRoleAssignmentCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersAppRoleAssignmentRequestBuilder added in v0.49.0

type ItemRegisteredOwnersAppRoleAssignmentRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredOwnersAppRoleAssignmentRequestBuilder added in v0.49.0

NewItemRegisteredOwnersAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredOwnersAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersAppRoleAssignmentRequestBuilder

NewItemRegisteredOwnersAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersAppRoleAssignmentRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersAppRoleAssignmentRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection

func (*ItemRegisteredOwnersAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersAppRoleAssignmentRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredOwnersAppRoleAssignmentRequestBuilderGetQueryParameters get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersAppRoleAssignmentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersAppRoleAssignmentRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersAppRoleAssignmentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersCountRequestBuilder added in v0.49.0

type ItemRegisteredOwnersCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersCountRequestBuilder added in v0.49.0

NewItemRegisteredOwnersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersCountRequestBuilder

NewItemRegisteredOwnersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredOwnersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredOwnersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredOwnersCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersCountRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemRegisteredOwnersDirectoryObjectItemRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersDirectoryObjectItemRequestBuilder builds and executes requests for operations under \devices\{device-id}\registeredOwners\{directoryObject-id}

func NewItemRegisteredOwnersDirectoryObjectItemRequestBuilder added in v0.49.0

func NewItemRegisteredOwnersDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersDirectoryObjectItemRequestBuilder

NewItemRegisteredOwnersDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemRegisteredOwnersDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersDirectoryObjectItemRequestBuilder

NewItemRegisteredOwnersDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of device entities.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemRegisteredOwnersEndpointCountRequestBuilder added in v0.49.0

type ItemRegisteredOwnersEndpointCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersEndpointCountRequestBuilder added in v0.49.0

NewItemRegisteredOwnersEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersEndpointCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersEndpointCountRequestBuilder

NewItemRegisteredOwnersEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersEndpointCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredOwnersEndpointCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersEndpointCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredOwnersEndpointCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredOwnersEndpointCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersEndpointCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersEndpointCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersEndpointCountRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersEndpointCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersEndpointRequestBuilder added in v0.49.0

type ItemRegisteredOwnersEndpointRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredOwnersEndpointRequestBuilder added in v0.49.0

NewItemRegisteredOwnersEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemRegisteredOwnersEndpointRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersEndpointRequestBuilder

NewItemRegisteredOwnersEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersEndpointRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersEndpointRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection

func (*ItemRegisteredOwnersEndpointRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersEndpointRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersEndpointRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredOwnersEndpointRequestBuilderGetQueryParameters get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersEndpointRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersEndpointRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersEndpointRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder added in v0.49.0

type ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder added in v0.49.0

func NewItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder

NewItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder

NewItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment

func (*ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment

type ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment

type ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersItemAppRoleAssignmentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersItemEndpointRequestBuilder added in v0.49.0

type ItemRegisteredOwnersItemEndpointRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersItemEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredOwnersItemEndpointRequestBuilder added in v0.49.0

NewItemRegisteredOwnersItemEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemEndpointRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersItemEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemEndpointRequestBuilder

NewItemRegisteredOwnersItemEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemEndpointRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint

func (*ItemRegisteredOwnersItemEndpointRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint

type ItemRegisteredOwnersItemEndpointRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersItemEndpointRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredOwnersItemEndpointRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint

type ItemRegisteredOwnersItemEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersItemEndpointRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersItemEndpointRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersItemEndpointRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersItemRefRequestBuilder added in v0.49.0

type ItemRegisteredOwnersItemRefRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersItemRefRequestBuilder provides operations to manage the collection of device entities.

func NewItemRegisteredOwnersItemRefRequestBuilder added in v0.49.0

NewItemRegisteredOwnersItemRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemRefRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemRefRequestBuilder

NewItemRegisteredOwnersItemRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemRefRequestBuilder) Delete added in v0.49.0

Delete delete ref of navigation property registeredOwners for devices

func (*ItemRegisteredOwnersItemRefRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete ref of navigation property registeredOwners for devices

type ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters added in v0.49.0

type ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters struct {
	// Delete Uri
	Id *string `uriparametername:"%40id"`
}

ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters delete ref of navigation property registeredOwners for devices

type ItemRegisteredOwnersItemRefRequestBuilderDeleteRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersItemRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters
}

ItemRegisteredOwnersItemRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersItemServicePrincipalRequestBuilder added in v0.49.0

type ItemRegisteredOwnersItemServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredOwnersItemServicePrincipalRequestBuilder added in v0.49.0

func NewItemRegisteredOwnersItemServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemServicePrincipalRequestBuilder

NewItemRegisteredOwnersItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemServicePrincipalRequestBuilder

NewItemRegisteredOwnersItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

func (*ItemRegisteredOwnersItemServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemRegisteredOwnersItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersItemServicePrincipalRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredOwnersItemServicePrincipalRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemRegisteredOwnersItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersItemServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersItemServicePrincipalRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersItemServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersItemUserRequestBuilder added in v0.49.0

type ItemRegisteredOwnersItemUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersItemUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredOwnersItemUserRequestBuilder added in v0.49.0

NewItemRegisteredOwnersItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemUserRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersItemUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemUserRequestBuilder

NewItemRegisteredOwnersItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemUserRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.user

func (*ItemRegisteredOwnersItemUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemRegisteredOwnersItemUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersItemUserRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredOwnersItemUserRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemRegisteredOwnersItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersItemUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersItemUserRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersItemUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersRefRequestBuilder added in v0.49.0

type ItemRegisteredOwnersRefRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersRefRequestBuilder provides operations to manage the collection of device entities.

func NewItemRegisteredOwnersRefRequestBuilder added in v0.49.0

NewItemRegisteredOwnersRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemRegisteredOwnersRefRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersRefRequestBuilder

NewItemRegisteredOwnersRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersRefRequestBuilder) Get added in v0.49.0

Get the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand. Find more info here

func (*ItemRegisteredOwnersRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to registeredOwners for devices

func (*ItemRegisteredOwnersRefRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.

func (*ItemRegisteredOwnersRefRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property ref to registeredOwners for devices

type ItemRegisteredOwnersRefRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersRefRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredOwnersRefRequestBuilderGetQueryParameters the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.

type ItemRegisteredOwnersRefRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersRefRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersRefRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersRefRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersRefRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersRefRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemRegisteredOwnersRefRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersRequestBuilder added in v0.49.0

type ItemRegisteredOwnersRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersRequestBuilder provides operations to manage the registeredOwners property of the microsoft.graph.device entity.

func NewItemRegisteredOwnersRequestBuilder added in v0.49.0

NewItemRegisteredOwnersRequestBuilder instantiates a new RegisteredOwnersRequestBuilder and sets the default values.

func NewItemRegisteredOwnersRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersRequestBuilder

NewItemRegisteredOwnersRequestBuilderInternal instantiates a new RegisteredOwnersRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredOwnersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemRegisteredOwnersRequestBuilder) Get added in v0.49.0

Get the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand. Find more info here

func (*ItemRegisteredOwnersRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of device entities.

func (*ItemRegisteredOwnersRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredOwnersRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.

func (*ItemRegisteredOwnersRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemRegisteredOwnersRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredOwnersRequestBuilderGetQueryParameters the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.

type ItemRegisteredOwnersRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersServicePrincipalCountRequestBuilder added in v0.49.0

type ItemRegisteredOwnersServicePrincipalCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersServicePrincipalCountRequestBuilder added in v0.49.0

func NewItemRegisteredOwnersServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersServicePrincipalCountRequestBuilder

NewItemRegisteredOwnersServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersServicePrincipalCountRequestBuilder

NewItemRegisteredOwnersServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredOwnersServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersServicePrincipalCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredOwnersServicePrincipalCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredOwnersServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersServicePrincipalCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersServicePrincipalCountRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersServicePrincipalCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersServicePrincipalRequestBuilder added in v0.49.0

type ItemRegisteredOwnersServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredOwnersServicePrincipalRequestBuilder added in v0.49.0

NewItemRegisteredOwnersServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredOwnersServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersServicePrincipalRequestBuilder

NewItemRegisteredOwnersServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

func (*ItemRegisteredOwnersServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersServicePrincipalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredOwnersServicePrincipalRequestBuilderGetQueryParameters get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersServicePrincipalRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersUserCountRequestBuilder added in v0.49.0

type ItemRegisteredOwnersUserCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersUserCountRequestBuilder added in v0.49.0

NewItemRegisteredOwnersUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersUserCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersUserCountRequestBuilder

NewItemRegisteredOwnersUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredOwnersUserCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersUserCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredOwnersUserCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredOwnersUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersUserCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersUserCountRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersUserCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredOwnersUserRequestBuilder added in v0.49.0

type ItemRegisteredOwnersUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredOwnersUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredOwnersUserRequestBuilder added in v0.49.0

NewItemRegisteredOwnersUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemRegisteredOwnersUserRequestBuilderInternal added in v0.49.0

func NewItemRegisteredOwnersUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersUserRequestBuilder

NewItemRegisteredOwnersUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersUserRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

func (*ItemRegisteredOwnersUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredOwnersUserRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredOwnersUserRequestBuilderGetQueryParameters get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemRegisteredOwnersUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredOwnersUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredOwnersUserRequestBuilderGetQueryParameters
}

ItemRegisteredOwnersUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersAppRoleAssignmentCountRequestBuilder added in v0.49.0

type ItemRegisteredUsersAppRoleAssignmentCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersAppRoleAssignmentCountRequestBuilder added in v0.49.0

func NewItemRegisteredUsersAppRoleAssignmentCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersAppRoleAssignmentCountRequestBuilder

NewItemRegisteredUsersAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersAppRoleAssignmentCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersAppRoleAssignmentCountRequestBuilder

NewItemRegisteredUsersAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersAppRoleAssignmentCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredUsersAppRoleAssignmentCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersAppRoleAssignmentCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredUsersAppRoleAssignmentCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredUsersAppRoleAssignmentCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersAppRoleAssignmentCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersAppRoleAssignmentCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersAppRoleAssignmentCountRequestBuilderGetQueryParameters
}

ItemRegisteredUsersAppRoleAssignmentCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersAppRoleAssignmentRequestBuilder added in v0.49.0

type ItemRegisteredUsersAppRoleAssignmentRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredUsersAppRoleAssignmentRequestBuilder added in v0.49.0

NewItemRegisteredUsersAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredUsersAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersAppRoleAssignmentRequestBuilder

NewItemRegisteredUsersAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredUsersAppRoleAssignmentRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersAppRoleAssignmentRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection

func (*ItemRegisteredUsersAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersAppRoleAssignmentRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredUsersAppRoleAssignmentRequestBuilderGetQueryParameters get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersAppRoleAssignmentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersAppRoleAssignmentRequestBuilderGetQueryParameters
}

ItemRegisteredUsersAppRoleAssignmentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersCountRequestBuilder added in v0.49.0

type ItemRegisteredUsersCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersCountRequestBuilder added in v0.49.0

NewItemRegisteredUsersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersCountRequestBuilder

NewItemRegisteredUsersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredUsersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredUsersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredUsersCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersCountRequestBuilderGetQueryParameters
}

ItemRegisteredUsersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemRegisteredUsersDirectoryObjectItemRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersDirectoryObjectItemRequestBuilder provides operations to manage the registeredUsers property of the microsoft.graph.device entity.

func NewItemRegisteredUsersDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemRegisteredUsersDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemRegisteredUsersDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersDirectoryObjectItemRequestBuilder

NewItemRegisteredUsersDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemRegisteredUsersDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersDirectoryObjectItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredUsersDirectoryObjectItemRequestBuilderGetQueryParameters collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.

type ItemRegisteredUsersDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersDirectoryObjectItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersDirectoryObjectItemRequestBuilderGetQueryParameters
}

ItemRegisteredUsersDirectoryObjectItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersEndpointCountRequestBuilder added in v0.49.0

type ItemRegisteredUsersEndpointCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersEndpointCountRequestBuilder added in v0.49.0

NewItemRegisteredUsersEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersEndpointCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersEndpointCountRequestBuilder

NewItemRegisteredUsersEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersEndpointCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredUsersEndpointCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersEndpointCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredUsersEndpointCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredUsersEndpointCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersEndpointCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersEndpointCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersEndpointCountRequestBuilderGetQueryParameters
}

ItemRegisteredUsersEndpointCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersEndpointRequestBuilder added in v0.49.0

type ItemRegisteredUsersEndpointRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredUsersEndpointRequestBuilder added in v0.49.0

NewItemRegisteredUsersEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemRegisteredUsersEndpointRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersEndpointRequestBuilder

NewItemRegisteredUsersEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemRegisteredUsersEndpointRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersEndpointRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection

func (*ItemRegisteredUsersEndpointRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersEndpointRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersEndpointRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredUsersEndpointRequestBuilderGetQueryParameters get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersEndpointRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersEndpointRequestBuilderGetQueryParameters
}

ItemRegisteredUsersEndpointRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersItemAppRoleAssignmentRequestBuilder added in v0.49.0

type ItemRegisteredUsersItemAppRoleAssignmentRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersItemAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredUsersItemAppRoleAssignmentRequestBuilder added in v0.49.0

func NewItemRegisteredUsersItemAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemAppRoleAssignmentRequestBuilder

NewItemRegisteredUsersItemAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersItemAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemAppRoleAssignmentRequestBuilder

NewItemRegisteredUsersItemAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemAppRoleAssignmentRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment

func (*ItemRegisteredUsersItemAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment

type ItemRegisteredUsersItemAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersItemAppRoleAssignmentRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredUsersItemAppRoleAssignmentRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment

type ItemRegisteredUsersItemAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersItemAppRoleAssignmentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersItemAppRoleAssignmentRequestBuilderGetQueryParameters
}

ItemRegisteredUsersItemAppRoleAssignmentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersItemEndpointRequestBuilder added in v0.49.0

type ItemRegisteredUsersItemEndpointRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersItemEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredUsersItemEndpointRequestBuilder added in v0.49.0

NewItemRegisteredUsersItemEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemEndpointRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersItemEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemEndpointRequestBuilder

NewItemRegisteredUsersItemEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemEndpointRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint

func (*ItemRegisteredUsersItemEndpointRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint

type ItemRegisteredUsersItemEndpointRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersItemEndpointRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredUsersItemEndpointRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint

type ItemRegisteredUsersItemEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersItemEndpointRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersItemEndpointRequestBuilderGetQueryParameters
}

ItemRegisteredUsersItemEndpointRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersItemServicePrincipalRequestBuilder added in v0.49.0

type ItemRegisteredUsersItemServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredUsersItemServicePrincipalRequestBuilder added in v0.49.0

func NewItemRegisteredUsersItemServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemServicePrincipalRequestBuilder

NewItemRegisteredUsersItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemServicePrincipalRequestBuilder

NewItemRegisteredUsersItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

func (*ItemRegisteredUsersItemServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemRegisteredUsersItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersItemServicePrincipalRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredUsersItemServicePrincipalRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemRegisteredUsersItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersItemServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersItemServicePrincipalRequestBuilderGetQueryParameters
}

ItemRegisteredUsersItemServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersItemUserRequestBuilder added in v0.49.0

type ItemRegisteredUsersItemUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersItemUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredUsersItemUserRequestBuilder added in v0.49.0

NewItemRegisteredUsersItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemUserRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersItemUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemUserRequestBuilder

NewItemRegisteredUsersItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemUserRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.user

func (*ItemRegisteredUsersItemUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemRegisteredUsersItemUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersItemUserRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemRegisteredUsersItemUserRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemRegisteredUsersItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersItemUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersItemUserRequestBuilderGetQueryParameters
}

ItemRegisteredUsersItemUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersRequestBuilder added in v0.49.0

type ItemRegisteredUsersRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersRequestBuilder provides operations to manage the registeredUsers property of the microsoft.graph.device entity.

func NewItemRegisteredUsersRequestBuilder added in v0.49.0

NewItemRegisteredUsersRequestBuilder instantiates a new RegisteredUsersRequestBuilder and sets the default values.

func NewItemRegisteredUsersRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersRequestBuilder

NewItemRegisteredUsersRequestBuilderInternal instantiates a new RegisteredUsersRequestBuilder and sets the default values.

func (*ItemRegisteredUsersRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredUsersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemRegisteredUsersRequestBuilder) Get added in v0.49.0

Get collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand. Find more info here

func (*ItemRegisteredUsersRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredUsersRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.

func (*ItemRegisteredUsersRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemRegisteredUsersRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredUsersRequestBuilderGetQueryParameters collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.

type ItemRegisteredUsersRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersRequestBuilderGetQueryParameters
}

ItemRegisteredUsersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersServicePrincipalCountRequestBuilder added in v0.49.0

type ItemRegisteredUsersServicePrincipalCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersServicePrincipalCountRequestBuilder added in v0.49.0

func NewItemRegisteredUsersServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersServicePrincipalCountRequestBuilder

NewItemRegisteredUsersServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersServicePrincipalCountRequestBuilder

NewItemRegisteredUsersServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredUsersServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersServicePrincipalCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredUsersServicePrincipalCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredUsersServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersServicePrincipalCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersServicePrincipalCountRequestBuilderGetQueryParameters
}

ItemRegisteredUsersServicePrincipalCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersServicePrincipalRequestBuilder added in v0.49.0

type ItemRegisteredUsersServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredUsersServicePrincipalRequestBuilder added in v0.49.0

NewItemRegisteredUsersServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredUsersServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersServicePrincipalRequestBuilder

NewItemRegisteredUsersServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredUsersServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

func (*ItemRegisteredUsersServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersServicePrincipalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredUsersServicePrincipalRequestBuilderGetQueryParameters get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersServicePrincipalRequestBuilderGetQueryParameters
}

ItemRegisteredUsersServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersUserCountRequestBuilder added in v0.49.0

type ItemRegisteredUsersUserCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersUserCountRequestBuilder added in v0.49.0

NewItemRegisteredUsersUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersUserCountRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersUserCountRequestBuilder

NewItemRegisteredUsersUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemRegisteredUsersUserCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersUserCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemRegisteredUsersUserCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemRegisteredUsersUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersUserCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersUserCountRequestBuilderGetQueryParameters
}

ItemRegisteredUsersUserCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRegisteredUsersUserRequestBuilder added in v0.49.0

type ItemRegisteredUsersUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRegisteredUsersUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredUsersUserRequestBuilder added in v0.49.0

NewItemRegisteredUsersUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemRegisteredUsersUserRequestBuilderInternal added in v0.49.0

func NewItemRegisteredUsersUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersUserRequestBuilder

NewItemRegisteredUsersUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemRegisteredUsersUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersUserRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

func (*ItemRegisteredUsersUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemRegisteredUsersUserRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemRegisteredUsersUserRequestBuilderGetQueryParameters get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemRegisteredUsersUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemRegisteredUsersUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemRegisteredUsersUserRequestBuilderGetQueryParameters
}

ItemRegisteredUsersUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemRestoreRequestBuilder added in v0.49.0

type ItemRestoreRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemRestoreRequestBuilder provides operations to call the restore method.

func NewItemRestoreRequestBuilder added in v0.49.0

NewItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewItemRestoreRequestBuilderInternal added in v0.49.0

func NewItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRestoreRequestBuilder

NewItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*ItemRestoreRequestBuilder) Post added in v0.49.0

Post restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. Find more info here

func (*ItemRestoreRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted.

type ItemRestoreRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemRestoreRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfApplicationCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfApplicationCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfApplicationCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfApplicationCountRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfApplicationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfApplicationCountRequestBuilder

NewItemTransitiveMemberOfApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfApplicationCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfApplicationCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemTransitiveMemberOfApplicationCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemTransitiveMemberOfApplicationCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfApplicationCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfApplicationCountRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfApplicationCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfApplicationRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfApplicationRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfApplicationRequestBuilder casts the previous resource to application.

func NewItemTransitiveMemberOfApplicationRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfApplicationRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfApplicationRequestBuilder

NewItemTransitiveMemberOfApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfApplicationRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection

func (*ItemTransitiveMemberOfApplicationRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfApplicationRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfApplicationRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemTransitiveMemberOfApplicationRequestBuilderGetQueryParameters get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfApplicationRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfApplicationRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfApplicationRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfCountRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfCountRequestBuilder

NewItemTransitiveMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfDeviceCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfDeviceCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfDeviceCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfDeviceCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfDeviceCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDeviceCountRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfDeviceCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfDeviceCountRequestBuilder

NewItemTransitiveMemberOfDeviceCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDeviceCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfDeviceCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfDeviceCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemTransitiveMemberOfDeviceCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemTransitiveMemberOfDeviceCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfDeviceCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfDeviceCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfDeviceCountRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfDeviceCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfDeviceRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfDeviceRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfDeviceRequestBuilder casts the previous resource to device.

func NewItemTransitiveMemberOfDeviceRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDeviceRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfDeviceRequestBuilder

NewItemTransitiveMemberOfDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDeviceRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfDeviceRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection

func (*ItemTransitiveMemberOfDeviceRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfDeviceRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfDeviceRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemTransitiveMemberOfDeviceRequestBuilderGetQueryParameters get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfDeviceRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfDeviceRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfDeviceRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity.

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfGroupCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfGroupCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGroupCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGroupCountRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGroupCountRequestBuilder

NewItemTransitiveMemberOfGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfGroupCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfGroupCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemTransitiveMemberOfGroupCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemTransitiveMemberOfGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfGroupCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfGroupCountRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfGroupCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfGroupRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfGroupRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfGroupRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGroupRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGroupRequestBuilder

NewItemTransitiveMemberOfGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfGroupRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection

func (*ItemTransitiveMemberOfGroupRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfGroupRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfGroupRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemTransitiveMemberOfGroupRequestBuilderGetQueryParameters get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfGroupRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfGroupRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfGroupRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfItemApplicationRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfItemApplicationRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfItemApplicationRequestBuilder casts the previous resource to application.

func NewItemTransitiveMemberOfItemApplicationRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemApplicationRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfItemApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemApplicationRequestBuilder

NewItemTransitiveMemberOfItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemApplicationRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.application

func (*ItemTransitiveMemberOfItemApplicationRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.application

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemTransitiveMemberOfItemApplicationRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.application

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfItemApplicationRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfItemApplicationRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfItemDeviceRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfItemDeviceRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfItemDeviceRequestBuilder casts the previous resource to device.

func NewItemTransitiveMemberOfItemDeviceRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemDeviceRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfItemDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemDeviceRequestBuilder

NewItemTransitiveMemberOfItemDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemDeviceRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.device

func (*ItemTransitiveMemberOfItemDeviceRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.device

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemTransitiveMemberOfItemDeviceRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.device

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfItemDeviceRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfItemDeviceRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfItemGroupRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfItemGroupRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfItemGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfItemGroupRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGroupRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfItemGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGroupRequestBuilder

NewItemTransitiveMemberOfItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGroupRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.group

func (*ItemTransitiveMemberOfItemGroupRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.group

type ItemTransitiveMemberOfItemGroupRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfItemGroupRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemTransitiveMemberOfItemGroupRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.group

type ItemTransitiveMemberOfItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfItemGroupRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfItemGroupRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfItemGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfItemOrgContactRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfItemOrgContactRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemTransitiveMemberOfItemOrgContactRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemOrgContactRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfItemOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemOrgContactRequestBuilder

NewItemTransitiveMemberOfItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemOrgContactRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact

func (*ItemTransitiveMemberOfItemOrgContactRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemTransitiveMemberOfItemOrgContactRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfItemOrgContactRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfItemOrgContactRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemServicePrincipalRequestBuilder

NewItemTransitiveMemberOfItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemServicePrincipalRequestBuilder

NewItemTransitiveMemberOfItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

func (*ItemTransitiveMemberOfItemServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfItemUserRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfItemUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfItemUserRequestBuilder casts the previous resource to user.

func NewItemTransitiveMemberOfItemUserRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemUserRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfItemUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemUserRequestBuilder

NewItemTransitiveMemberOfItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemUserRequestBuilder) Get added in v0.49.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.user

func (*ItemTransitiveMemberOfItemUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemTransitiveMemberOfItemUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfItemUserRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemTransitiveMemberOfItemUserRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.user

type ItemTransitiveMemberOfItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfItemUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfItemUserRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfItemUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfOrgContactCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfOrgContactCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfOrgContactCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfOrgContactCountRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfOrgContactCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfOrgContactCountRequestBuilder

NewItemTransitiveMemberOfOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfOrgContactCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfOrgContactCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemTransitiveMemberOfOrgContactCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemTransitiveMemberOfOrgContactCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfOrgContactCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfOrgContactCountRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfOrgContactCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfOrgContactRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfOrgContactRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemTransitiveMemberOfOrgContactRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfOrgContactRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfOrgContactRequestBuilder

NewItemTransitiveMemberOfOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfOrgContactRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfOrgContactRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemTransitiveMemberOfOrgContactRequestBuilderGetQueryParameters get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfOrgContactRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfOrgContactRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfOrgContactRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfRequestBuilder provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity.

func NewItemTransitiveMemberOfRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfRequestBuilder instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfRequestBuilder

NewItemTransitiveMemberOfRequestBuilderInternal instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemTransitiveMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemTransitiveMemberOfRequestBuilder) Get added in v0.49.0

Get groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. Find more info here

func (*ItemTransitiveMemberOfRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemTransitiveMemberOfRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemTransitiveMemberOfRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemTransitiveMemberOfRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.

func (*ItemTransitiveMemberOfRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemTransitiveMemberOfRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemTransitiveMemberOfRequestBuilderGetQueryParameters groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.

type ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfServicePrincipalCountRequestBuilder

NewItemTransitiveMemberOfServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfServicePrincipalCountRequestBuilder

NewItemTransitiveMemberOfServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfServicePrincipalRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfServicePrincipalRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemTransitiveMemberOfServicePrincipalRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfServicePrincipalRequestBuilder

NewItemTransitiveMemberOfServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemTransitiveMemberOfServicePrincipalRequestBuilderGetQueryParameters get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfServicePrincipalRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfServicePrincipalRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfUserCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfUserCountRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfUserCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfUserCountRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfUserCountRequestBuilder

NewItemTransitiveMemberOfUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfUserCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfUserCountRequestBuilderGetQueryParameters added in v0.53.0

type ItemTransitiveMemberOfUserCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ItemTransitiveMemberOfUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfUserCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfUserCountRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfUserCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemTransitiveMemberOfUserRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfUserRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemTransitiveMemberOfUserRequestBuilder casts the previous resource to user.

func NewItemTransitiveMemberOfUserRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfUserRequestBuilderInternal added in v0.49.0

func NewItemTransitiveMemberOfUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfUserRequestBuilder

NewItemTransitiveMemberOfUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfUserRequestBuilder) Get added in v0.49.0

Get get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

func (*ItemTransitiveMemberOfUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemTransitiveMemberOfUserRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ItemTransitiveMemberOfUserRequestBuilderGetQueryParameters get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemTransitiveMemberOfUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemTransitiveMemberOfUserRequestBuilderGetQueryParameters
}

ItemTransitiveMemberOfUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ValidatePropertiesPostRequestBody added in v0.49.0

type ValidatePropertiesPostRequestBody struct {
	// contains filtered or unexported fields
}

ValidatePropertiesPostRequestBody

func NewValidatePropertiesPostRequestBody added in v0.49.0

func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody

NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.

func (*ValidatePropertiesPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ValidatePropertiesPostRequestBody) GetDisplayName added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) GetEntityType added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string

GetEntityType gets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ValidatePropertiesPostRequestBody) GetMailNickname added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string

GetMailNickname gets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId added in v0.49.0

GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property

func (*ValidatePropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ValidatePropertiesPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ValidatePropertiesPostRequestBody) SetDisplayName added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) SetDisplayName(value *string)

SetDisplayName sets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) SetEntityType added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) SetEntityType(value *string)

SetEntityType sets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) SetMailNickname added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) SetMailNickname(value *string)

SetMailNickname sets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId added in v0.49.0

SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property

type ValidatePropertiesPostRequestBodyable added in v0.49.0

type ValidatePropertiesPostRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetDisplayName() *string
	GetEntityType() *string
	GetMailNickname() *string
	GetOnBehalfOfUserId() *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID
	SetDisplayName(value *string)
	SetEntityType(value *string)
	SetMailNickname(value *string)
	SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
}

ValidatePropertiesPostRequestBodyable

type ValidatePropertiesRequestBuilder added in v0.49.0

type ValidatePropertiesRequestBuilder struct {
	// contains filtered or unexported fields
}

ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.

func NewValidatePropertiesRequestBuilder added in v0.49.0

NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func NewValidatePropertiesRequestBuilderInternal added in v0.49.0

func NewValidatePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ValidatePropertiesRequestBuilder

NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func (*ValidatePropertiesRequestBuilder) Post added in v0.49.0

Post validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. Find more info here

func (*ValidatePropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.

type ValidatePropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

type ValidatePropertiesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL