devices

package
v0.0.0-...-ad17228 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDeltaResponseFromDiscriminatorValue

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

func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue

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

func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue

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

func CreateGetByIdsPostRequestBodyFromDiscriminatorValue

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

func CreateGetByIdsResponseFromDiscriminatorValue

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

func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue

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

func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue

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

func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue

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

func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue

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

func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue

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

func CreateItemGetMemberGroupsResponseFromDiscriminatorValue

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

func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue

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

func CreateItemGetMemberObjectsResponseFromDiscriminatorValue

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

func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue

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

Types

type CountRequestBuilder

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters

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

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

DeltaRequestBuilder provides operations to call the delta method.

func NewDeltaRequestBuilder

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal

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

NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DeltaRequestBuilder) Get

Get invoke function delta

func (*DeltaRequestBuilder) ToGetRequestInformation

ToGetRequestInformation invoke function delta

type DeltaRequestBuilderGetQueryParameters

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

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

DeltaResponse

func NewDeltaResponse

func NewDeltaResponse() *DeltaResponse

NewDeltaResponse instantiates a new DeltaResponse and sets the default values.

func (*DeltaResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*DeltaResponse) GetValue

GetValue gets the value property value. The value property

func (*DeltaResponse) Serialize

Serialize serializes information the current object

func (*DeltaResponse) SetValue

SetValue sets the value property value. The value property

type DeviceItemRequestBuilder

DeviceItemRequestBuilder provides operations to manage the collection of device entities.

func NewDeviceItemRequestBuilder

NewDeviceItemRequestBuilder instantiates a new DeviceItemRequestBuilder and sets the default values.

func NewDeviceItemRequestBuilderInternal

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

NewDeviceItemRequestBuilderInternal instantiates a new DeviceItemRequestBuilder and sets the default values.

func (*DeviceItemRequestBuilder) CheckMemberGroups

CheckMemberGroups provides operations to call the checkMemberGroups method.

func (*DeviceItemRequestBuilder) CheckMemberObjects

CheckMemberObjects provides operations to call the checkMemberObjects method.

func (*DeviceItemRequestBuilder) Delete

Delete delete a registered device. Find more info here

func (*DeviceItemRequestBuilder) Extensions

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

func (*DeviceItemRequestBuilder) Get

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

func (*DeviceItemRequestBuilder) GetMemberGroups

GetMemberGroups provides operations to call the getMemberGroups method.

func (*DeviceItemRequestBuilder) GetMemberObjects

GetMemberObjects provides operations to call the getMemberObjects method.

func (*DeviceItemRequestBuilder) MemberOf

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

func (*DeviceItemRequestBuilder) Patch

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

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

func (*DeviceItemRequestBuilder) RegisteredUsers

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

func (*DeviceItemRequestBuilder) Restore

Restore provides operations to call the restore method.

func (*DeviceItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation delete a registered device.

func (*DeviceItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the properties and relationships of a device object.

func (*DeviceItemRequestBuilder) ToPatchRequestInformation

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

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

type DeviceItemRequestBuilderDeleteRequestConfiguration

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

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

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

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

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) ByDeviceId

func (m *DevicesRequestBuilder) ByDeviceId(deviceId string) *DeviceItemRequestBuilder

ByDeviceId provides operations to manage the collection of device entities.

func (*DevicesRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*DevicesRequestBuilder) Delta

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

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

func (*DevicesRequestBuilder) ToPostRequestInformation

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

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

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

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

GetAvailableExtensionPropertiesPostRequestBody

func NewGetAvailableExtensionPropertiesPostRequestBody

func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody

NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData

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) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool

GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData

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) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises

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

SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

type GetAvailableExtensionPropertiesRequestBuilder

type GetAvailableExtensionPropertiesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

GetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesRequestBuilder

NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal

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

NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBuilder) Post

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

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

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

GetAvailableExtensionPropertiesResponse

func NewGetAvailableExtensionPropertiesResponse

func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse

NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.

func (*GetAvailableExtensionPropertiesResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesResponse) GetValue

GetValue gets the value property value. The value property

func (*GetAvailableExtensionPropertiesResponse) Serialize

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesResponse) SetValue

SetValue sets the value property value. The value property

type GetByIdsPostRequestBody

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

GetByIdsPostRequestBody

func NewGetByIdsPostRequestBody

func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody

NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.

func (*GetByIdsPostRequestBody) GetAdditionalData

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) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*GetByIdsPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsPostRequestBody) GetIds

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

GetIds gets the ids property value. The ids property

func (*GetByIdsPostRequestBody) GetTypes

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

GetTypes gets the types property value. The types property

func (*GetByIdsPostRequestBody) Serialize

Serialize serializes information the current object

func (*GetByIdsPostRequestBody) SetAdditionalData

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) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*GetByIdsPostRequestBody) SetIds

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

SetIds sets the ids property value. The ids property

func (*GetByIdsPostRequestBody) SetTypes

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

SetTypes sets the types property value. The types property

type GetByIdsRequestBuilder

GetByIdsRequestBuilder provides operations to call the getByIds method.

func NewGetByIdsRequestBuilder

NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.

func NewGetByIdsRequestBuilderInternal

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

NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.

func (*GetByIdsRequestBuilder) Post

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

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

type GetByIdsRequestBuilderPostRequestConfiguration

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

GetByIdsResponse

func NewGetByIdsResponse

func NewGetByIdsResponse() *GetByIdsResponse

NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.

func (*GetByIdsResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsResponse) GetValue

GetValue gets the value property value. The value property

func (*GetByIdsResponse) Serialize

Serialize serializes information the current object

func (*GetByIdsResponse) SetValue

SetValue sets the value property value. The value property

type ItemCheckMemberGroupsPostRequestBody

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

ItemCheckMemberGroupsPostRequestBody

func NewItemCheckMemberGroupsPostRequestBody

func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody

NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.

func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData

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) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds

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

GetGroupIds gets the groupIds property value. The groupIds property

func (*ItemCheckMemberGroupsPostRequestBody) Serialize

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostRequestBody) SetAdditionalData

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) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemCheckMemberGroupsPostRequestBody) SetGroupIds

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

SetGroupIds sets the groupIds property value. The groupIds property

type ItemCheckMemberGroupsRequestBuilder

ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsRequestBuilder

NewItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func NewItemCheckMemberGroupsRequestBuilderInternal

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

NewItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func (*ItemCheckMemberGroupsRequestBuilder) Post

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

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

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

ItemCheckMemberGroupsResponse

func NewItemCheckMemberGroupsResponse

func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse

NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.

func (*ItemCheckMemberGroupsResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsResponse) GetValue

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberGroupsResponse) Serialize

Serialize serializes information the current object

func (*ItemCheckMemberGroupsResponse) SetValue

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

SetValue sets the value property value. The value property

type ItemCheckMemberObjectsPostRequestBody

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

ItemCheckMemberObjectsPostRequestBody

func NewItemCheckMemberObjectsPostRequestBody

func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody

NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.

func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData

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) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsPostRequestBody) GetIds

GetIds gets the ids property value. The ids property

func (*ItemCheckMemberObjectsPostRequestBody) Serialize

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostRequestBody) SetAdditionalData

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) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemCheckMemberObjectsPostRequestBody) SetIds

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

SetIds sets the ids property value. The ids property

type ItemCheckMemberObjectsRequestBuilder

type ItemCheckMemberObjectsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsRequestBuilder

NewItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func NewItemCheckMemberObjectsRequestBuilderInternal

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

NewItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func (*ItemCheckMemberObjectsRequestBuilder) Post

Post invoke action checkMemberObjects

func (*ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation

ToPostRequestInformation invoke action checkMemberObjects

type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration

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

ItemCheckMemberObjectsResponse

func NewItemCheckMemberObjectsResponse

func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse

NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.

func (*ItemCheckMemberObjectsResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsResponse) GetValue

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberObjectsResponse) Serialize

Serialize serializes information the current object

func (*ItemCheckMemberObjectsResponse) SetValue

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

SetValue sets the value property value. The value property

type ItemExtensionsCountRequestBuilder

ItemExtensionsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemExtensionsCountRequestBuilder

NewItemExtensionsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemExtensionsCountRequestBuilderInternal

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

NewItemExtensionsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemExtensionsCountRequestBuilder) Get

Get get the number of the resource

func (*ItemExtensionsCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemExtensionsCountRequestBuilderGetQueryParameters

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

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

type ItemExtensionsExtensionItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemExtensionsExtensionItemRequestBuilder

NewItemExtensionsExtensionItemRequestBuilder instantiates a new ExtensionItemRequestBuilder and sets the default values.

func NewItemExtensionsExtensionItemRequestBuilderInternal

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

NewItemExtensionsExtensionItemRequestBuilderInternal instantiates a new ExtensionItemRequestBuilder and sets the default values.

func (*ItemExtensionsExtensionItemRequestBuilder) Delete

Delete delete navigation property extensions for devices

func (*ItemExtensionsExtensionItemRequestBuilder) Get

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

func (*ItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation delete navigation property extensions for devices

func (*ItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation

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

func (*ItemExtensionsExtensionItemRequestBuilder) ToPatchRequestInformation

ToPatchRequestInformation update the navigation property extensions in devices

type ItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration

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

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

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

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

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

func NewItemExtensionsRequestBuilder

NewItemExtensionsRequestBuilder instantiates a new ExtensionsRequestBuilder and sets the default values.

func NewItemExtensionsRequestBuilderInternal

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

NewItemExtensionsRequestBuilderInternal instantiates a new ExtensionsRequestBuilder and sets the default values.

func (*ItemExtensionsRequestBuilder) ByExtensionId

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

func (*ItemExtensionsRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemExtensionsRequestBuilder) Get

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

func (*ItemExtensionsRequestBuilder) ToGetRequestInformation

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

func (*ItemExtensionsRequestBuilder) ToPostRequestInformation

ToPostRequestInformation create new navigation property to extensions for devices

type ItemExtensionsRequestBuilderGetQueryParameters

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

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

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

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

ItemGetMemberGroupsPostRequestBody

func NewItemGetMemberGroupsPostRequestBody

func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody

NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.

func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData

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) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly

func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberGroupsPostRequestBody) Serialize

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostRequestBody) SetAdditionalData

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) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberGroupsRequestBuilder

ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsRequestBuilder

NewItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func NewItemGetMemberGroupsRequestBuilderInternal

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

NewItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func (*ItemGetMemberGroupsRequestBuilder) Post

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

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

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

ItemGetMemberGroupsResponse

func NewItemGetMemberGroupsResponse

func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse

NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.

func (*ItemGetMemberGroupsResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsResponse) GetValue

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

GetValue gets the value property value. The value property

func (*ItemGetMemberGroupsResponse) Serialize

Serialize serializes information the current object

func (*ItemGetMemberGroupsResponse) SetValue

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

SetValue sets the value property value. The value property

type ItemGetMemberObjectsPostRequestBody

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

ItemGetMemberObjectsPostRequestBody

func NewItemGetMemberObjectsPostRequestBody

func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody

NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.

func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData

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) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly

func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberObjectsPostRequestBody) Serialize

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostRequestBody) SetAdditionalData

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) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberObjectsRequestBuilder

ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsRequestBuilder

NewItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func NewItemGetMemberObjectsRequestBuilderInternal

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

NewItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func (*ItemGetMemberObjectsRequestBuilder) Post

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

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

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

ItemGetMemberObjectsResponse

func NewItemGetMemberObjectsResponse

func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse

NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.

func (*ItemGetMemberObjectsResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsResponse) GetValue

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

GetValue gets the value property value. The value property

func (*ItemGetMemberObjectsResponse) Serialize

Serialize serializes information the current object

func (*ItemGetMemberObjectsResponse) SetValue

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

SetValue sets the value property value. The value property

type ItemMemberOfCountRequestBuilder

ItemMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfCountRequestBuilder

NewItemMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfCountRequestBuilderInternal

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

NewItemMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfCountRequestBuilder) Get

Get get the number of the resource

func (*ItemMemberOfCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemMemberOfCountRequestBuilderGetQueryParameters

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

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 ItemMemberOfDirectoryObjectItemRequestBuilder

type ItemMemberOfDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemMemberOfDirectoryObjectItemRequestBuilder

NewItemMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemMemberOfDirectoryObjectItemRequestBuilderInternal

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

NewItemMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Get

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

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) GraphGroup

GraphGroup casts the previous resource to group.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation

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

type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters

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

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 ItemMemberOfGraphAdministrativeUnitCountRequestBuilder

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphAdministrativeUnitCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder

NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder

NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) Get

Get get the number of the resource

func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters

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

ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration

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

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

type ItemMemberOfGraphAdministrativeUnitRequestBuilder

type ItemMemberOfGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemMemberOfGraphAdministrativeUnitRequestBuilder

NewItemMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal

func NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphAdministrativeUnitRequestBuilder

NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Get

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

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation

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

type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters

type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters 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"`
}

ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection

type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration

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

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

type ItemMemberOfGraphGroupCountRequestBuilder

type ItemMemberOfGraphGroupCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGraphGroupCountRequestBuilder

NewItemMemberOfGraphGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfGraphGroupCountRequestBuilderInternal

func NewItemMemberOfGraphGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphGroupCountRequestBuilder

NewItemMemberOfGraphGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfGraphGroupCountRequestBuilder) Get

Get get the number of the resource

func (*ItemMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters

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

ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration

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

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

type ItemMemberOfGraphGroupRequestBuilder

type ItemMemberOfGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfGraphGroupRequestBuilder

NewItemMemberOfGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemMemberOfGraphGroupRequestBuilderInternal

func NewItemMemberOfGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphGroupRequestBuilder

NewItemMemberOfGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemMemberOfGraphGroupRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemMemberOfGraphGroupRequestBuilder) Get

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

func (*ItemMemberOfGraphGroupRequestBuilder) ToGetRequestInformation

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

type ItemMemberOfGraphGroupRequestBuilderGetQueryParameters

type ItemMemberOfGraphGroupRequestBuilderGetQueryParameters 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"`
}

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

type ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration

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

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

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder

NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder

NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) Get

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

func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation

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

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters

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

ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration

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

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

type ItemMemberOfItemGraphGroupRequestBuilder

type ItemMemberOfItemGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfItemGraphGroupRequestBuilder

NewItemMemberOfItemGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemMemberOfItemGraphGroupRequestBuilderInternal

func NewItemMemberOfItemGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGraphGroupRequestBuilder

NewItemMemberOfItemGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemMemberOfItemGraphGroupRequestBuilder) Get

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

func (*ItemMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation

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

type ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters

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

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

type ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration

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

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

type ItemMemberOfRequestBuilder

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

func NewItemMemberOfRequestBuilder

NewItemMemberOfRequestBuilder instantiates a new MemberOfRequestBuilder and sets the default values.

func NewItemMemberOfRequestBuilderInternal

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

NewItemMemberOfRequestBuilderInternal instantiates a new MemberOfRequestBuilder and sets the default values.

func (*ItemMemberOfRequestBuilder) ByDirectoryObjectId

func (m *ItemMemberOfRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemMemberOfDirectoryObjectItemRequestBuilder

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

func (*ItemMemberOfRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemMemberOfRequestBuilder) Get

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

func (*ItemMemberOfRequestBuilder) GraphAdministrativeUnit

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemMemberOfRequestBuilder) GraphGroup

GraphGroup casts the previous resource to group.

func (*ItemMemberOfRequestBuilder) ToGetRequestInformation

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

type ItemMemberOfRequestBuilderGetQueryParameters

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

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 ItemRegisteredOwnersCountRequestBuilder

type ItemRegisteredOwnersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersCountRequestBuilder

NewItemRegisteredOwnersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersCountRequestBuilderInternal

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

NewItemRegisteredOwnersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredOwnersCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersCountRequestBuilderGetQueryParameters

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

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

type ItemRegisteredOwnersDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemRegisteredOwnersDirectoryObjectItemRequestBuilder

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

NewItemRegisteredOwnersDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemRegisteredOwnersDirectoryObjectItemRequestBuilderInternal

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

NewItemRegisteredOwnersDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) GraphAppRoleAssignment

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) GraphEndpoint

GraphEndpoint casts the previous resource to endpoint.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) GraphServicePrincipal

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) GraphUser

GraphUser casts the previous resource to user.

func (*ItemRegisteredOwnersDirectoryObjectItemRequestBuilder) Ref

Ref provides operations to manage the collection of device entities.

type ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder

type ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder

func NewItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder

NewItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilderInternal

func NewItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder

NewItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters

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

ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersGraphAppRoleAssignmentCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder

type ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder

func NewItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilderInternal

func NewItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder) Get

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

func (*ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilderGetQueryParameters

type ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredOwnersGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersGraphEndpointCountRequestBuilder

type ItemRegisteredOwnersGraphEndpointCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersGraphEndpointCountRequestBuilder

NewItemRegisteredOwnersGraphEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphEndpointCountRequestBuilderInternal

func NewItemRegisteredOwnersGraphEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphEndpointCountRequestBuilder

NewItemRegisteredOwnersGraphEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphEndpointCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredOwnersGraphEndpointCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersGraphEndpointCountRequestBuilderGetQueryParameters

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

ItemRegisteredOwnersGraphEndpointCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersGraphEndpointCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersGraphEndpointRequestBuilder

type ItemRegisteredOwnersGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredOwnersGraphEndpointRequestBuilder

NewItemRegisteredOwnersGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphEndpointRequestBuilderInternal

func NewItemRegisteredOwnersGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphEndpointRequestBuilder

NewItemRegisteredOwnersGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphEndpointRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersGraphEndpointRequestBuilder) Get

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

func (*ItemRegisteredOwnersGraphEndpointRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersGraphEndpointRequestBuilderGetQueryParameters

type ItemRegisteredOwnersGraphEndpointRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredOwnersGraphEndpointRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder

type ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder

func NewItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder

NewItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphServicePrincipalCountRequestBuilderInternal

func NewItemRegisteredOwnersGraphServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder

NewItemRegisteredOwnersGraphServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilderGetQueryParameters

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

ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersGraphServicePrincipalCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersGraphServicePrincipalRequestBuilder

type ItemRegisteredOwnersGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredOwnersGraphServicePrincipalRequestBuilder

func NewItemRegisteredOwnersGraphServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphServicePrincipalRequestBuilder

NewItemRegisteredOwnersGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphServicePrincipalRequestBuilderInternal

func NewItemRegisteredOwnersGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphServicePrincipalRequestBuilder

NewItemRegisteredOwnersGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphServicePrincipalRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersGraphServicePrincipalRequestBuilder) Get

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

func (*ItemRegisteredOwnersGraphServicePrincipalRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersGraphServicePrincipalRequestBuilderGetQueryParameters

type ItemRegisteredOwnersGraphServicePrincipalRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredOwnersGraphServicePrincipalRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersGraphUserCountRequestBuilder

type ItemRegisteredOwnersGraphUserCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredOwnersGraphUserCountRequestBuilder

NewItemRegisteredOwnersGraphUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphUserCountRequestBuilderInternal

func NewItemRegisteredOwnersGraphUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphUserCountRequestBuilder

NewItemRegisteredOwnersGraphUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphUserCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredOwnersGraphUserCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredOwnersGraphUserCountRequestBuilderGetQueryParameters

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

ItemRegisteredOwnersGraphUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredOwnersGraphUserCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersGraphUserRequestBuilder

type ItemRegisteredOwnersGraphUserRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersGraphUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredOwnersGraphUserRequestBuilder

NewItemRegisteredOwnersGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder and sets the default values.

func NewItemRegisteredOwnersGraphUserRequestBuilderInternal

func NewItemRegisteredOwnersGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersGraphUserRequestBuilder

NewItemRegisteredOwnersGraphUserRequestBuilderInternal instantiates a new GraphUserRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersGraphUserRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersGraphUserRequestBuilder) Get

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

func (*ItemRegisteredOwnersGraphUserRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersGraphUserRequestBuilderGetQueryParameters

type ItemRegisteredOwnersGraphUserRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredOwnersGraphUserRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder

type ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder

func NewItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilderInternal

func NewItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder) Get

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

func (*ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilderGetQueryParameters

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

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

type ItemRegisteredOwnersItemGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersItemGraphEndpointRequestBuilder

type ItemRegisteredOwnersItemGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersItemGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredOwnersItemGraphEndpointRequestBuilder

NewItemRegisteredOwnersItemGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemGraphEndpointRequestBuilderInternal

func NewItemRegisteredOwnersItemGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemGraphEndpointRequestBuilder

NewItemRegisteredOwnersItemGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemGraphEndpointRequestBuilder) Get

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

func (*ItemRegisteredOwnersItemGraphEndpointRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersItemGraphEndpointRequestBuilderGetQueryParameters

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

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

type ItemRegisteredOwnersItemGraphEndpointRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder

type ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder

func NewItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder

NewItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemGraphServicePrincipalRequestBuilderInternal

func NewItemRegisteredOwnersItemGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder

NewItemRegisteredOwnersItemGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder) Get

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

func (*ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilderGetQueryParameters

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

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

type ItemRegisteredOwnersItemGraphServicePrincipalRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersItemGraphUserRequestBuilder

type ItemRegisteredOwnersItemGraphUserRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersItemGraphUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredOwnersItemGraphUserRequestBuilder

NewItemRegisteredOwnersItemGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemGraphUserRequestBuilderInternal

func NewItemRegisteredOwnersItemGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredOwnersItemGraphUserRequestBuilder

NewItemRegisteredOwnersItemGraphUserRequestBuilderInternal instantiates a new GraphUserRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemGraphUserRequestBuilder) Get

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

func (*ItemRegisteredOwnersItemGraphUserRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersItemGraphUserRequestBuilderGetQueryParameters

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

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

type ItemRegisteredOwnersItemGraphUserRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredOwnersItemRefRequestBuilder

type ItemRegisteredOwnersItemRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersItemRefRequestBuilder provides operations to manage the collection of device entities.

func NewItemRegisteredOwnersItemRefRequestBuilder

NewItemRegisteredOwnersItemRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemRegisteredOwnersItemRefRequestBuilderInternal

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

NewItemRegisteredOwnersItemRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersItemRefRequestBuilder) Delete

Delete remove a user as a registered owner of the device. Find more info here

func (*ItemRegisteredOwnersItemRefRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation remove a user as a registered owner of the device.

type ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters

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

ItemRegisteredOwnersItemRefRequestBuilderDeleteQueryParameters remove a user as a registered owner of the device.

type ItemRegisteredOwnersItemRefRequestBuilderDeleteRequestConfiguration

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 ItemRegisteredOwnersRefRequestBuilder

type ItemRegisteredOwnersRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredOwnersRefRequestBuilder provides operations to manage the collection of device entities.

func NewItemRegisteredOwnersRefRequestBuilder

NewItemRegisteredOwnersRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemRegisteredOwnersRefRequestBuilderInternal

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

NewItemRegisteredOwnersRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersRefRequestBuilder) Get

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

func (*ItemRegisteredOwnersRefRequestBuilder) Post

Post add a user as a registered owner of the device. Find more info here

func (*ItemRegisteredOwnersRefRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersRefRequestBuilderGetQueryParameters

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. Read-only. Nullable. Supports $expand.

type ItemRegisteredOwnersRefRequestBuilderGetRequestConfiguration

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

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

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

func NewItemRegisteredOwnersRequestBuilder

NewItemRegisteredOwnersRequestBuilder instantiates a new RegisteredOwnersRequestBuilder and sets the default values.

func NewItemRegisteredOwnersRequestBuilderInternal

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

NewItemRegisteredOwnersRequestBuilderInternal instantiates a new RegisteredOwnersRequestBuilder and sets the default values.

func (*ItemRegisteredOwnersRequestBuilder) ByDirectoryObjectId

ByDirectoryObjectId gets an item from the github.com/chszchen-nordcloud/msgraph-sdk-go/.devices.item.registeredOwners.item collection

func (*ItemRegisteredOwnersRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredOwnersRequestBuilder) Get

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

func (*ItemRegisteredOwnersRequestBuilder) GraphAppRoleAssignment

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredOwnersRequestBuilder) GraphEndpoint

GraphEndpoint casts the previous resource to endpoint.

func (*ItemRegisteredOwnersRequestBuilder) GraphServicePrincipal

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredOwnersRequestBuilder) GraphUser

GraphUser casts the previous resource to user.

func (*ItemRegisteredOwnersRequestBuilder) Ref

Ref provides operations to manage the collection of device entities.

func (*ItemRegisteredOwnersRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredOwnersRequestBuilderGetQueryParameters

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. Read-only. Nullable. Supports $expand.

type ItemRegisteredOwnersRequestBuilderGetRequestConfiguration

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 ItemRegisteredUsersCountRequestBuilder

type ItemRegisteredUsersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersCountRequestBuilder

NewItemRegisteredUsersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersCountRequestBuilderInternal

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

NewItemRegisteredUsersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredUsersCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersCountRequestBuilderGetQueryParameters

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

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

type ItemRegisteredUsersDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersDirectoryObjectItemRequestBuilder builds and executes requests for operations under \devices\{device-id}\registeredUsers\{directoryObject-id}

func NewItemRegisteredUsersDirectoryObjectItemRequestBuilder

NewItemRegisteredUsersDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemRegisteredUsersDirectoryObjectItemRequestBuilderInternal

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

NewItemRegisteredUsersDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) GraphAppRoleAssignment

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) GraphEndpoint

GraphEndpoint casts the previous resource to endpoint.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) GraphServicePrincipal

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) GraphUser

GraphUser casts the previous resource to user.

func (*ItemRegisteredUsersDirectoryObjectItemRequestBuilder) Ref

Ref provides operations to manage the collection of device entities.

type ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder

type ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder

func NewItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder

NewItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilderInternal

func NewItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder

NewItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters

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

ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersGraphAppRoleAssignmentCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder

type ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder

func NewItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphAppRoleAssignmentRequestBuilderInternal

func NewItemRegisteredUsersGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredUsersGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder) Get

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

func (*ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilderGetQueryParameters

type ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredUsersGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersGraphEndpointCountRequestBuilder

type ItemRegisteredUsersGraphEndpointCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersGraphEndpointCountRequestBuilder

NewItemRegisteredUsersGraphEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphEndpointCountRequestBuilderInternal

func NewItemRegisteredUsersGraphEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphEndpointCountRequestBuilder

NewItemRegisteredUsersGraphEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphEndpointCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredUsersGraphEndpointCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersGraphEndpointCountRequestBuilderGetQueryParameters

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

ItemRegisteredUsersGraphEndpointCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersGraphEndpointCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersGraphEndpointRequestBuilder

type ItemRegisteredUsersGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredUsersGraphEndpointRequestBuilder

NewItemRegisteredUsersGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphEndpointRequestBuilderInternal

func NewItemRegisteredUsersGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphEndpointRequestBuilder

NewItemRegisteredUsersGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphEndpointRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersGraphEndpointRequestBuilder) Get

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

func (*ItemRegisteredUsersGraphEndpointRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersGraphEndpointRequestBuilderGetQueryParameters

type ItemRegisteredUsersGraphEndpointRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredUsersGraphEndpointRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersGraphServicePrincipalCountRequestBuilder

type ItemRegisteredUsersGraphServicePrincipalCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersGraphServicePrincipalCountRequestBuilder

func NewItemRegisteredUsersGraphServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphServicePrincipalCountRequestBuilder

NewItemRegisteredUsersGraphServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphServicePrincipalCountRequestBuilderInternal

func NewItemRegisteredUsersGraphServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphServicePrincipalCountRequestBuilder

NewItemRegisteredUsersGraphServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphServicePrincipalCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredUsersGraphServicePrincipalCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersGraphServicePrincipalCountRequestBuilderGetQueryParameters

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

ItemRegisteredUsersGraphServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersGraphServicePrincipalCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersGraphServicePrincipalRequestBuilder

type ItemRegisteredUsersGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredUsersGraphServicePrincipalRequestBuilder

func NewItemRegisteredUsersGraphServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphServicePrincipalRequestBuilder

NewItemRegisteredUsersGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphServicePrincipalRequestBuilderInternal

func NewItemRegisteredUsersGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphServicePrincipalRequestBuilder

NewItemRegisteredUsersGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphServicePrincipalRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersGraphServicePrincipalRequestBuilder) Get

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

func (*ItemRegisteredUsersGraphServicePrincipalRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersGraphServicePrincipalRequestBuilderGetQueryParameters

type ItemRegisteredUsersGraphServicePrincipalRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredUsersGraphServicePrincipalRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersGraphUserCountRequestBuilder

type ItemRegisteredUsersGraphUserCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemRegisteredUsersGraphUserCountRequestBuilder

NewItemRegisteredUsersGraphUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphUserCountRequestBuilderInternal

func NewItemRegisteredUsersGraphUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphUserCountRequestBuilder

NewItemRegisteredUsersGraphUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphUserCountRequestBuilder) Get

Get get the number of the resource

func (*ItemRegisteredUsersGraphUserCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemRegisteredUsersGraphUserCountRequestBuilderGetQueryParameters

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

ItemRegisteredUsersGraphUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemRegisteredUsersGraphUserCountRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersGraphUserRequestBuilder

type ItemRegisteredUsersGraphUserRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersGraphUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredUsersGraphUserRequestBuilder

NewItemRegisteredUsersGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder and sets the default values.

func NewItemRegisteredUsersGraphUserRequestBuilderInternal

func NewItemRegisteredUsersGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersGraphUserRequestBuilder

NewItemRegisteredUsersGraphUserRequestBuilderInternal instantiates a new GraphUserRequestBuilder and sets the default values.

func (*ItemRegisteredUsersGraphUserRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersGraphUserRequestBuilder) Get

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

func (*ItemRegisteredUsersGraphUserRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersGraphUserRequestBuilderGetQueryParameters

type ItemRegisteredUsersGraphUserRequestBuilderGetQueryParameters 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"`
}

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

type ItemRegisteredUsersGraphUserRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder

type ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder

func NewItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilderInternal

func NewItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder

NewItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder) Get

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

func (*ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilderGetQueryParameters

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

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

type ItemRegisteredUsersItemGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersItemGraphEndpointRequestBuilder

type ItemRegisteredUsersItemGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersItemGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemRegisteredUsersItemGraphEndpointRequestBuilder

NewItemRegisteredUsersItemGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemGraphEndpointRequestBuilderInternal

func NewItemRegisteredUsersItemGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemGraphEndpointRequestBuilder

NewItemRegisteredUsersItemGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemGraphEndpointRequestBuilder) Get

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

func (*ItemRegisteredUsersItemGraphEndpointRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersItemGraphEndpointRequestBuilderGetQueryParameters

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

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

type ItemRegisteredUsersItemGraphEndpointRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersItemGraphServicePrincipalRequestBuilder

type ItemRegisteredUsersItemGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersItemGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemRegisteredUsersItemGraphServicePrincipalRequestBuilder

func NewItemRegisteredUsersItemGraphServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemGraphServicePrincipalRequestBuilder

NewItemRegisteredUsersItemGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemGraphServicePrincipalRequestBuilderInternal

func NewItemRegisteredUsersItemGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemGraphServicePrincipalRequestBuilder

NewItemRegisteredUsersItemGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemGraphServicePrincipalRequestBuilder) Get

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

func (*ItemRegisteredUsersItemGraphServicePrincipalRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersItemGraphServicePrincipalRequestBuilderGetQueryParameters

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

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

type ItemRegisteredUsersItemGraphServicePrincipalRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersItemGraphUserRequestBuilder

type ItemRegisteredUsersItemGraphUserRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersItemGraphUserRequestBuilder casts the previous resource to user.

func NewItemRegisteredUsersItemGraphUserRequestBuilder

NewItemRegisteredUsersItemGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemGraphUserRequestBuilderInternal

func NewItemRegisteredUsersItemGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemGraphUserRequestBuilder

NewItemRegisteredUsersItemGraphUserRequestBuilderInternal instantiates a new GraphUserRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemGraphUserRequestBuilder) Get

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

func (*ItemRegisteredUsersItemGraphUserRequestBuilder) ToGetRequestInformation

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

type ItemRegisteredUsersItemGraphUserRequestBuilderGetQueryParameters

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

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

type ItemRegisteredUsersItemGraphUserRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersItemRefRequestBuilder

type ItemRegisteredUsersItemRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersItemRefRequestBuilder provides operations to manage the collection of device entities.

func NewItemRegisteredUsersItemRefRequestBuilder

NewItemRegisteredUsersItemRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemRegisteredUsersItemRefRequestBuilderInternal

func NewItemRegisteredUsersItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersItemRefRequestBuilder

NewItemRegisteredUsersItemRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemRegisteredUsersItemRefRequestBuilder) Delete

Delete remove a user as a registered user of the device. Find more info here

func (*ItemRegisteredUsersItemRefRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation remove a user as a registered user of the device.

type ItemRegisteredUsersItemRefRequestBuilderDeleteQueryParameters

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

ItemRegisteredUsersItemRefRequestBuilderDeleteQueryParameters remove a user as a registered user of the device.

type ItemRegisteredUsersItemRefRequestBuilderDeleteRequestConfiguration

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

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

type ItemRegisteredUsersRefRequestBuilder

type ItemRegisteredUsersRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRegisteredUsersRefRequestBuilder provides operations to manage the collection of device entities.

func NewItemRegisteredUsersRefRequestBuilder

NewItemRegisteredUsersRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemRegisteredUsersRefRequestBuilderInternal

func NewItemRegisteredUsersRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRegisteredUsersRefRequestBuilder

NewItemRegisteredUsersRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemRegisteredUsersRefRequestBuilder) Get

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 (*ItemRegisteredUsersRefRequestBuilder) ToGetRequestInformation

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.

type ItemRegisteredUsersRefRequestBuilderGetQueryParameters

type ItemRegisteredUsersRefRequestBuilderGetQueryParameters 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"`
}

ItemRegisteredUsersRefRequestBuilderGetQueryParameters 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 ItemRegisteredUsersRefRequestBuilderGetRequestConfiguration

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

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

type ItemRegisteredUsersRefRequestBuilderPostRequestConfiguration

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

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

type ItemRegisteredUsersRequestBuilder

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

func NewItemRegisteredUsersRequestBuilder

NewItemRegisteredUsersRequestBuilder instantiates a new RegisteredUsersRequestBuilder and sets the default values.

func NewItemRegisteredUsersRequestBuilderInternal

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

NewItemRegisteredUsersRequestBuilderInternal instantiates a new RegisteredUsersRequestBuilder and sets the default values.

func (*ItemRegisteredUsersRequestBuilder) ByDirectoryObjectId

ByDirectoryObjectId gets an item from the github.com/chszchen-nordcloud/msgraph-sdk-go/.devices.item.registeredUsers.item collection

func (*ItemRegisteredUsersRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemRegisteredUsersRequestBuilder) Get

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) GraphAppRoleAssignment

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemRegisteredUsersRequestBuilder) GraphEndpoint

GraphEndpoint casts the previous resource to endpoint.

func (*ItemRegisteredUsersRequestBuilder) GraphServicePrincipal

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemRegisteredUsersRequestBuilder) GraphUser

GraphUser casts the previous resource to user.

func (*ItemRegisteredUsersRequestBuilder) Ref

Ref provides operations to manage the collection of device entities.

func (*ItemRegisteredUsersRequestBuilder) ToGetRequestInformation

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.

type ItemRegisteredUsersRequestBuilderGetQueryParameters

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

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 ItemRestoreRequestBuilder

ItemRestoreRequestBuilder provides operations to call the restore method.

func NewItemRestoreRequestBuilder

NewItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewItemRestoreRequestBuilderInternal

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

NewItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*ItemRestoreRequestBuilder) Post

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

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

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 ItemTransitiveMemberOfCountRequestBuilder

type ItemTransitiveMemberOfCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfCountRequestBuilder

NewItemTransitiveMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfCountRequestBuilderInternal

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

NewItemTransitiveMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfCountRequestBuilder) Get

Get get the number of the resource

func (*ItemTransitiveMemberOfCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters

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

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 ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder

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

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal

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

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get

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

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphGroup

GraphGroup casts the previous resource to group.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation

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

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters

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

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 ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder

NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder

NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) Get

Get get the number of the resource

func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters

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

ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration

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

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

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder

NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder

NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Get

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

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation

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

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters 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"`
}

ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration

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

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

type ItemTransitiveMemberOfGraphGroupCountRequestBuilder

type ItemTransitiveMemberOfGraphGroupCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGraphGroupCountRequestBuilder

NewItemTransitiveMemberOfGraphGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal

func NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphGroupCountRequestBuilder

NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) Get

Get get the number of the resource

func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters

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

ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration

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

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

type ItemTransitiveMemberOfGraphGroupRequestBuilder

type ItemTransitiveMemberOfGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfGraphGroupRequestBuilder

NewItemTransitiveMemberOfGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal

func NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphGroupRequestBuilder

NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Get

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

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) ToGetRequestInformation

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

type ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters

type ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters 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"`
}

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

type ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration

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

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

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder

NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder

NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) Get

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

func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation

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

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters

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

ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration

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

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilder

type ItemTransitiveMemberOfItemGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfItemGraphGroupRequestBuilder

NewItemTransitiveMemberOfItemGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal

func NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGraphGroupRequestBuilder

NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) Get

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

func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters

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

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration

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

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

type ItemTransitiveMemberOfRequestBuilder

type ItemTransitiveMemberOfRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemTransitiveMemberOfRequestBuilder

NewItemTransitiveMemberOfRequestBuilder instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfRequestBuilderInternal

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

NewItemTransitiveMemberOfRequestBuilderInternal instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfRequestBuilder) ByDirectoryObjectId

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

func (*ItemTransitiveMemberOfRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfRequestBuilder) Get

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

func (*ItemTransitiveMemberOfRequestBuilder) GraphAdministrativeUnit

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemTransitiveMemberOfRequestBuilder) GraphGroup

GraphGroup casts the previous resource to group.

func (*ItemTransitiveMemberOfRequestBuilder) ToGetRequestInformation

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

type ItemTransitiveMemberOfRequestBuilderGetQueryParameters

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

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 ValidatePropertiesPostRequestBody

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

ValidatePropertiesPostRequestBody

func NewValidatePropertiesPostRequestBody

func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody

NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.

func (*ValidatePropertiesPostRequestBody) GetAdditionalData

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) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*ValidatePropertiesPostRequestBody) GetDisplayName

func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) GetEntityType

func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string

GetEntityType gets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ValidatePropertiesPostRequestBody) GetMailNickname

func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string

GetMailNickname gets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId

GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property

func (*ValidatePropertiesPostRequestBody) Serialize

Serialize serializes information the current object

func (*ValidatePropertiesPostRequestBody) SetAdditionalData

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) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*ValidatePropertiesPostRequestBody) SetDisplayName

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

SetDisplayName sets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) SetEntityType

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

SetEntityType sets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) SetMailNickname

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

SetMailNickname sets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId

SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property

type ValidatePropertiesRequestBuilder

ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.

func NewValidatePropertiesRequestBuilder

NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func NewValidatePropertiesRequestBuilderInternal

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

NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func (*ValidatePropertiesRequestBuilder) Post

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

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

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