directoryroles

package
v0.53.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDeltaResponseFromDiscriminatorValue added in v0.49.0

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

func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue added in v0.49.0

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

func CreateGetByIdsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateGetByIdsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

Types

type CountRequestBuilder added in v0.49.0

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

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters added in v0.53.0

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

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaRequestBuilder added in v0.49.0

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

DeltaRequestBuilder provides operations to call the delta method.

func NewDeltaRequestBuilder added in v0.49.0

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal added in v0.49.0

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

NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DeltaRequestBuilder) Get added in v0.49.0

Get invoke function delta

func (*DeltaRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation invoke function delta

type DeltaRequestBuilderGetQueryParameters added in v0.49.0

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

DeltaRequestBuilderGetQueryParameters invoke function delta

type DeltaRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaResponse added in v0.49.0

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

DeltaResponse

func NewDeltaResponse added in v0.49.0

func NewDeltaResponse() *DeltaResponse

NewDeltaResponse instantiates a new DeltaResponse and sets the default values.

func (*DeltaResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*DeltaResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*DeltaResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*DeltaResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type DirectoryRoleItemRequestBuilder added in v0.49.0

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

DirectoryRoleItemRequestBuilder provides operations to manage the collection of directoryRole entities.

func NewDirectoryRoleItemRequestBuilder added in v0.49.0

NewDirectoryRoleItemRequestBuilder instantiates a new DirectoryRoleItemRequestBuilder and sets the default values.

func NewDirectoryRoleItemRequestBuilderInternal added in v0.49.0

func NewDirectoryRoleItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DirectoryRoleItemRequestBuilder

NewDirectoryRoleItemRequestBuilderInternal instantiates a new DirectoryRoleItemRequestBuilder and sets the default values.

func (*DirectoryRoleItemRequestBuilder) CheckMemberGroups added in v0.49.0

CheckMemberGroups provides operations to call the checkMemberGroups method.

func (*DirectoryRoleItemRequestBuilder) CheckMemberObjects added in v0.49.0

CheckMemberObjects provides operations to call the checkMemberObjects method.

func (*DirectoryRoleItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from directoryRoles by key (id)

func (*DirectoryRoleItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the **directoryRole** with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Azure portal. For details, see Role template IDs. Find more info here

func (*DirectoryRoleItemRequestBuilder) GetMemberGroups added in v0.49.0

GetMemberGroups provides operations to call the getMemberGroups method.

func (*DirectoryRoleItemRequestBuilder) GetMemberObjects added in v0.49.0

GetMemberObjects provides operations to call the getMemberObjects method.

func (*DirectoryRoleItemRequestBuilder) Members added in v0.49.0

Members provides operations to manage the members property of the microsoft.graph.directoryRole entity.

func (*DirectoryRoleItemRequestBuilder) MembersById added in v0.49.0

MembersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.directoryRoles.item.members.item collection

func (*DirectoryRoleItemRequestBuilder) Restore added in v0.49.0

Restore provides operations to call the restore method.

func (*DirectoryRoleItemRequestBuilder) ScopedMembers added in v0.49.0

ScopedMembers provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity.

func (*DirectoryRoleItemRequestBuilder) ScopedMembersById added in v0.49.0

ScopedMembersById provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity.

func (*DirectoryRoleItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from directoryRoles by key (id)

func (*DirectoryRoleItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the **directoryRole** with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Azure portal. For details, see Role template IDs.

func (*DirectoryRoleItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in directoryRoles by key (id)

type DirectoryRoleItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type DirectoryRoleItemRequestBuilderGetQueryParameters added in v0.49.0

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

DirectoryRoleItemRequestBuilderGetQueryParameters retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the **directoryRole** with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Azure portal. For details, see Role template IDs.

type DirectoryRoleItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DirectoryRoleItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type DirectoryRolesRequestBuilder

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

DirectoryRolesRequestBuilder provides operations to manage the collection of directoryRole entities.

func NewDirectoryRolesRequestBuilder

NewDirectoryRolesRequestBuilder instantiates a new DirectoryRolesRequestBuilder and sets the default values.

func NewDirectoryRolesRequestBuilderInternal

func NewDirectoryRolesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DirectoryRolesRequestBuilder

NewDirectoryRolesRequestBuilderInternal instantiates a new DirectoryRolesRequestBuilder and sets the default values.

func (*DirectoryRolesRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*DirectoryRolesRequestBuilder) Delta

Delta provides operations to call the delta method.

func (*DirectoryRolesRequestBuilder) Get

Get list the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Azure portal, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates. Find more info here

func (*DirectoryRolesRequestBuilder) GetAvailableExtensionProperties

GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.

func (*DirectoryRolesRequestBuilder) GetByIds

GetByIds provides operations to call the getByIds method.

func (*DirectoryRolesRequestBuilder) Post

Post activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (**User**, **Guest User**, and **Restricted Guest User** roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID. Find more info here

func (*DirectoryRolesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation list the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Azure portal, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates.

func (*DirectoryRolesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (**User**, **Guest User**, and **Restricted Guest User** roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID.

func (*DirectoryRolesRequestBuilder) ValidateProperties

ValidateProperties provides operations to call the validateProperties method.

type DirectoryRolesRequestBuilderGetQueryParameters

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

DirectoryRolesRequestBuilderGetQueryParameters list the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Azure portal, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates.

type DirectoryRolesRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type DirectoryRolesRequestBuilderPostRequestConfiguration added in v0.22.0

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

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

type GetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

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

GetAvailableExtensionPropertiesPostRequestBody

func NewGetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody

NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool

GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises added in v0.49.0

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

SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

type GetAvailableExtensionPropertiesPostRequestBodyable added in v0.49.0

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

GetAvailableExtensionPropertiesPostRequestBodyable

type GetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

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

GetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal added in v0.49.0

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

NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBuilder) Post added in v0.49.0

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

func (*GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

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

type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type GetAvailableExtensionPropertiesResponse added in v0.49.0

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

GetAvailableExtensionPropertiesResponse

func NewGetAvailableExtensionPropertiesResponse added in v0.49.0

func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse

NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.

func (*GetAvailableExtensionPropertiesResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetAvailableExtensionPropertiesResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type GetByIdsPostRequestBody added in v0.49.0

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

GetByIdsPostRequestBody

func NewGetByIdsPostRequestBody added in v0.49.0

func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody

NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.

func (*GetByIdsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsPostRequestBody) GetIds added in v0.49.0

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

GetIds gets the ids property value. The ids property

func (*GetByIdsPostRequestBody) GetTypes added in v0.49.0

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

GetTypes gets the types property value. The types property

func (*GetByIdsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

func (*GetByIdsPostRequestBody) SetTypes added in v0.49.0

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

SetTypes sets the types property value. The types property

type GetByIdsPostRequestBodyable added in v0.49.0

GetByIdsPostRequestBodyable

type GetByIdsRequestBuilder added in v0.49.0

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

GetByIdsRequestBuilder provides operations to call the getByIds method.

func NewGetByIdsRequestBuilder added in v0.49.0

NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.

func NewGetByIdsRequestBuilderInternal added in v0.49.0

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

NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.

func (*GetByIdsRequestBuilder) Post added in v0.49.0

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

func (*GetByIdsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

type GetByIdsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type GetByIdsResponse added in v0.49.0

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

GetByIdsResponse

func NewGetByIdsResponse added in v0.49.0

func NewGetByIdsResponse() *GetByIdsResponse

NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.

func (*GetByIdsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetByIdsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type ItemCheckMemberGroupsPostRequestBody added in v0.49.0

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

ItemCheckMemberGroupsPostRequestBody

func NewItemCheckMemberGroupsPostRequestBody added in v0.49.0

func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody

NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.

func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds added in v0.49.0

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

GetGroupIds gets the groupIds property value. The groupIds property

func (*ItemCheckMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) SetGroupIds added in v0.49.0

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

SetGroupIds sets the groupIds property value. The groupIds property

type ItemCheckMemberGroupsPostRequestBodyable added in v0.49.0

ItemCheckMemberGroupsPostRequestBodyable

type ItemCheckMemberGroupsRequestBuilder added in v0.49.0

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

ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsRequestBuilder added in v0.49.0

NewItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func NewItemCheckMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func (*ItemCheckMemberGroupsRequestBuilder) Post added in v0.49.0

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

func (*ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberGroupsResponse added in v0.49.0

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

ItemCheckMemberGroupsResponse

func NewItemCheckMemberGroupsResponse added in v0.49.0

func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse

NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.

func (*ItemCheckMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemCheckMemberObjectsPostRequestBody added in v0.49.0

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

ItemCheckMemberObjectsPostRequestBody

func NewItemCheckMemberObjectsPostRequestBody added in v0.49.0

func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody

NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.

func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsPostRequestBody) GetIds added in v0.49.0

GetIds gets the ids property value. The ids property

func (*ItemCheckMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

type ItemCheckMemberObjectsPostRequestBodyable added in v0.49.0

ItemCheckMemberObjectsPostRequestBodyable

type ItemCheckMemberObjectsRequestBuilder added in v0.49.0

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

ItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsRequestBuilder added in v0.49.0

NewItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func NewItemCheckMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func (*ItemCheckMemberObjectsRequestBuilder) Post added in v0.49.0

Post invoke action checkMemberObjects

func (*ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action checkMemberObjects

type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberObjectsResponse added in v0.49.0

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

ItemCheckMemberObjectsResponse

func NewItemCheckMemberObjectsResponse added in v0.49.0

func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse

NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.

func (*ItemCheckMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemGetMemberGroupsPostRequestBody added in v0.49.0

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

ItemGetMemberGroupsPostRequestBody

func NewItemGetMemberGroupsPostRequestBody added in v0.49.0

func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody

NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.

func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberGroupsPostRequestBodyable added in v0.49.0

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

ItemGetMemberGroupsPostRequestBodyable

type ItemGetMemberGroupsRequestBuilder added in v0.49.0

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

ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsRequestBuilder added in v0.49.0

NewItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func NewItemGetMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func (*ItemGetMemberGroupsRequestBuilder) Post added in v0.49.0

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

func (*ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberGroupsResponse added in v0.49.0

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

ItemGetMemberGroupsResponse

func NewItemGetMemberGroupsResponse added in v0.49.0

func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse

NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.

func (*ItemGetMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemGetMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemGetMemberObjectsPostRequestBody added in v0.49.0

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

ItemGetMemberObjectsPostRequestBody

func NewItemGetMemberObjectsPostRequestBody added in v0.49.0

func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody

NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.

func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberObjectsPostRequestBodyable added in v0.49.0

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

ItemGetMemberObjectsPostRequestBodyable

type ItemGetMemberObjectsRequestBuilder added in v0.49.0

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

ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsRequestBuilder added in v0.49.0

NewItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func NewItemGetMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func (*ItemGetMemberObjectsRequestBuilder) Post added in v0.49.0

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

func (*ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberObjectsResponse added in v0.49.0

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

ItemGetMemberObjectsResponse

func NewItemGetMemberObjectsResponse added in v0.49.0

func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse

NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.

func (*ItemGetMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemGetMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemMembersApplicationCountRequestBuilder added in v0.49.0

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

ItemMembersApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMembersApplicationCountRequestBuilder added in v0.49.0

NewItemMembersApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMembersApplicationCountRequestBuilderInternal added in v0.49.0

func NewItemMembersApplicationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersApplicationCountRequestBuilder

NewItemMembersApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMembersApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMembersApplicationCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMembersApplicationCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMembersApplicationCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMembersApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersApplicationRequestBuilder added in v0.49.0

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

ItemMembersApplicationRequestBuilder casts the previous resource to application.

func NewItemMembersApplicationRequestBuilder added in v0.49.0

NewItemMembersApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMembersApplicationRequestBuilderInternal added in v0.49.0

func NewItemMembersApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersApplicationRequestBuilder

NewItemMembersApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMembersApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMembersApplicationRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersApplicationRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersCountRequestBuilder added in v0.49.0

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

ItemMembersCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMembersCountRequestBuilder added in v0.49.0

NewItemMembersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMembersCountRequestBuilderInternal added in v0.49.0

func NewItemMembersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersCountRequestBuilder

NewItemMembersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMembersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMembersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMembersCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMembersCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMembersCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersDeviceCountRequestBuilder added in v0.49.0

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

ItemMembersDeviceCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMembersDeviceCountRequestBuilder added in v0.49.0

NewItemMembersDeviceCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMembersDeviceCountRequestBuilderInternal added in v0.49.0

func NewItemMembersDeviceCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersDeviceCountRequestBuilder

NewItemMembersDeviceCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMembersDeviceCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMembersDeviceCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMembersDeviceCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMembersDeviceCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMembersDeviceCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersDeviceRequestBuilder added in v0.49.0

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

ItemMembersDeviceRequestBuilder casts the previous resource to device.

func NewItemMembersDeviceRequestBuilder added in v0.49.0

NewItemMembersDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMembersDeviceRequestBuilderInternal added in v0.49.0

func NewItemMembersDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersDeviceRequestBuilder

NewItemMembersDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMembersDeviceRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMembersDeviceRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersDeviceRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersDirectoryObjectItemRequestBuilder added in v0.49.0

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

ItemMembersDirectoryObjectItemRequestBuilder builds and executes requests for operations under \directoryRoles\{directoryRole-id}\members\{directoryObject-id}

func NewItemMembersDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemMembersDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemMembersDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemMembersDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersDirectoryObjectItemRequestBuilder

NewItemMembersDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemMembersDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMembersDirectoryObjectItemRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMembersDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMembersDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMembersDirectoryObjectItemRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of directoryRole entities.

func (*ItemMembersDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMembersDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMembersGroupCountRequestBuilder added in v0.49.0

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

ItemMembersGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMembersGroupCountRequestBuilder added in v0.49.0

NewItemMembersGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMembersGroupCountRequestBuilderInternal added in v0.49.0

func NewItemMembersGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersGroupCountRequestBuilder

NewItemMembersGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMembersGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMembersGroupCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMembersGroupCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMembersGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMembersGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersGroupRequestBuilder added in v0.49.0

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

ItemMembersGroupRequestBuilder casts the previous resource to group.

func NewItemMembersGroupRequestBuilder added in v0.49.0

NewItemMembersGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMembersGroupRequestBuilderInternal added in v0.49.0

func NewItemMembersGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersGroupRequestBuilder

NewItemMembersGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMembersGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMembersGroupRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersGroupRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersItemApplicationRequestBuilder added in v0.49.0

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

ItemMembersItemApplicationRequestBuilder casts the previous resource to application.

func NewItemMembersItemApplicationRequestBuilder added in v0.49.0

NewItemMembersItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMembersItemApplicationRequestBuilderInternal added in v0.49.0

func NewItemMembersItemApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersItemApplicationRequestBuilder

NewItemMembersItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMembersItemApplicationRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersItemApplicationRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersItemDeviceRequestBuilder added in v0.49.0

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

ItemMembersItemDeviceRequestBuilder casts the previous resource to device.

func NewItemMembersItemDeviceRequestBuilder added in v0.49.0

NewItemMembersItemDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMembersItemDeviceRequestBuilderInternal added in v0.49.0

func NewItemMembersItemDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersItemDeviceRequestBuilder

NewItemMembersItemDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMembersItemDeviceRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersItemDeviceRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersItemDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersItemDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersItemGroupRequestBuilder added in v0.49.0

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

ItemMembersItemGroupRequestBuilder casts the previous resource to group.

func NewItemMembersItemGroupRequestBuilder added in v0.49.0

NewItemMembersItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMembersItemGroupRequestBuilderInternal added in v0.49.0

func NewItemMembersItemGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersItemGroupRequestBuilder

NewItemMembersItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMembersItemGroupRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersItemGroupRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersItemGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersItemOrgContactRequestBuilder added in v0.49.0

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

ItemMembersItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMembersItemOrgContactRequestBuilder added in v0.49.0

NewItemMembersItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMembersItemOrgContactRequestBuilderInternal added in v0.49.0

func NewItemMembersItemOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersItemOrgContactRequestBuilder

NewItemMembersItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMembersItemOrgContactRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersItemOrgContactRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersItemRefRequestBuilder added in v0.49.0

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

ItemMembersItemRefRequestBuilder provides operations to manage the collection of directoryRole entities.

func NewItemMembersItemRefRequestBuilder added in v0.49.0

NewItemMembersItemRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemMembersItemRefRequestBuilderInternal added in v0.49.0

func NewItemMembersItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersItemRefRequestBuilder

NewItemMembersItemRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemMembersItemRefRequestBuilder) Delete added in v0.49.0

Delete delete ref of navigation property members for directoryRoles

func (*ItemMembersItemRefRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete ref of navigation property members for directoryRoles

type ItemMembersItemRefRequestBuilderDeleteQueryParameters added in v0.49.0

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

ItemMembersItemRefRequestBuilderDeleteQueryParameters delete ref of navigation property members for directoryRoles

type ItemMembersItemRefRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemMembersItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemMembersItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMembersItemServicePrincipalRequestBuilder added in v0.49.0

NewItemMembersItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMembersItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemMembersItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersItemServicePrincipalRequestBuilder

NewItemMembersItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMembersItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersItemServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersItemUserRequestBuilder added in v0.49.0

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

ItemMembersItemUserRequestBuilder casts the previous resource to user.

func NewItemMembersItemUserRequestBuilder added in v0.49.0

NewItemMembersItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMembersItemUserRequestBuilderInternal added in v0.49.0

func NewItemMembersItemUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersItemUserRequestBuilder

NewItemMembersItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMembersItemUserRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersItemUserRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersItemUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersOrgContactCountRequestBuilder added in v0.49.0

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

ItemMembersOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMembersOrgContactCountRequestBuilder added in v0.49.0

NewItemMembersOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMembersOrgContactCountRequestBuilderInternal added in v0.49.0

func NewItemMembersOrgContactCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersOrgContactCountRequestBuilder

NewItemMembersOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMembersOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMembersOrgContactCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMembersOrgContactCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMembersOrgContactCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMembersOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersOrgContactRequestBuilder added in v0.49.0

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

ItemMembersOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMembersOrgContactRequestBuilder added in v0.49.0

NewItemMembersOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMembersOrgContactRequestBuilderInternal added in v0.49.0

func NewItemMembersOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersOrgContactRequestBuilder

NewItemMembersOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMembersOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMembersOrgContactRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersOrgContactRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersRefRequestBuilder added in v0.49.0

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

ItemMembersRefRequestBuilder provides operations to manage the collection of directoryRole entities.

func NewItemMembersRefRequestBuilder added in v0.49.0

NewItemMembersRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemMembersRefRequestBuilderInternal added in v0.49.0

func NewItemMembersRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersRefRequestBuilder

NewItemMembersRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemMembersRefRequestBuilder) Get added in v0.49.0

Get users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand. Find more info here

func (*ItemMembersRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to members for directoryRoles

func (*ItemMembersRefRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.

func (*ItemMembersRefRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property ref to members for directoryRoles

type ItemMembersRefRequestBuilderGetQueryParameters added in v0.49.0

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

ItemMembersRefRequestBuilderGetQueryParameters users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.

type ItemMembersRefRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersRefRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemMembersRequestBuilder added in v0.49.0

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

ItemMembersRequestBuilder provides operations to manage the members property of the microsoft.graph.directoryRole entity.

func NewItemMembersRequestBuilder added in v0.49.0

NewItemMembersRequestBuilder instantiates a new MembersRequestBuilder and sets the default values.

func NewItemMembersRequestBuilderInternal added in v0.49.0

func NewItemMembersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersRequestBuilder

NewItemMembersRequestBuilderInternal instantiates a new MembersRequestBuilder and sets the default values.

func (*ItemMembersRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMembersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMembersRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMembersRequestBuilder) Get added in v0.49.0

Get users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand. Find more info here

func (*ItemMembersRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMembersRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMembersRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of directoryRole entities.

func (*ItemMembersRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMembersRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.

func (*ItemMembersRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMembersRequestBuilderGetQueryParameters added in v0.49.0

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

ItemMembersRequestBuilderGetQueryParameters users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.

type ItemMembersRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemMembersServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMembersServicePrincipalCountRequestBuilder added in v0.49.0

NewItemMembersServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMembersServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemMembersServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersServicePrincipalCountRequestBuilder

NewItemMembersServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMembersServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMembersServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMembersServicePrincipalCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMembersServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMembersServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersServicePrincipalRequestBuilder added in v0.49.0

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

ItemMembersServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMembersServicePrincipalRequestBuilder added in v0.49.0

NewItemMembersServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMembersServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemMembersServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersServicePrincipalRequestBuilder

NewItemMembersServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMembersServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMembersServicePrincipalRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersUserCountRequestBuilder added in v0.49.0

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

ItemMembersUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMembersUserCountRequestBuilder added in v0.49.0

NewItemMembersUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMembersUserCountRequestBuilderInternal added in v0.49.0

func NewItemMembersUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersUserCountRequestBuilder

NewItemMembersUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMembersUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMembersUserCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMembersUserCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMembersUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMembersUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMembersUserRequestBuilder added in v0.49.0

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

ItemMembersUserRequestBuilder casts the previous resource to user.

func NewItemMembersUserRequestBuilder added in v0.49.0

NewItemMembersUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMembersUserRequestBuilderInternal added in v0.49.0

func NewItemMembersUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMembersUserRequestBuilder

NewItemMembersUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMembersUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMembersUserRequestBuilder) Get added in v0.49.0

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

func (*ItemMembersUserRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemMembersUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMembersUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemRestoreRequestBuilder added in v0.49.0

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

ItemRestoreRequestBuilder provides operations to call the restore method.

func NewItemRestoreRequestBuilder added in v0.49.0

NewItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewItemRestoreRequestBuilderInternal added in v0.49.0

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

NewItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*ItemRestoreRequestBuilder) Post added in v0.49.0

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

func (*ItemRestoreRequestBuilder) ToPostRequestInformation added in v0.51.0

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

type ItemRestoreRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemScopedMembersCountRequestBuilder added in v0.49.0

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

ItemScopedMembersCountRequestBuilder provides operations to count the resources in the collection.

func NewItemScopedMembersCountRequestBuilder added in v0.49.0

NewItemScopedMembersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemScopedMembersCountRequestBuilderInternal added in v0.49.0

func NewItemScopedMembersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemScopedMembersCountRequestBuilder

NewItemScopedMembersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemScopedMembersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemScopedMembersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemScopedMembersCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemScopedMembersCountRequestBuilderGetQueryParameters get the number of the resource

type ItemScopedMembersCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemScopedMembersRequestBuilder added in v0.49.0

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

ItemScopedMembersRequestBuilder provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity.

func NewItemScopedMembersRequestBuilder added in v0.49.0

NewItemScopedMembersRequestBuilder instantiates a new ScopedMembersRequestBuilder and sets the default values.

func NewItemScopedMembersRequestBuilderInternal added in v0.49.0

func NewItemScopedMembersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemScopedMembersRequestBuilder

NewItemScopedMembersRequestBuilderInternal instantiates a new ScopedMembersRequestBuilder and sets the default values.

func (*ItemScopedMembersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemScopedMembersRequestBuilder) Get added in v0.49.0

Get retrieve a list of scopedRoleMembership objects for a directory role. Find more info here

func (*ItemScopedMembersRequestBuilder) Post added in v0.49.0

Post create new navigation property to scopedMembers for directoryRoles

func (*ItemScopedMembersRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of scopedRoleMembership objects for a directory role.

func (*ItemScopedMembersRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to scopedMembers for directoryRoles

type ItemScopedMembersRequestBuilderGetQueryParameters added in v0.49.0

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

ItemScopedMembersRequestBuilderGetQueryParameters retrieve a list of scopedRoleMembership objects for a directory role.

type ItemScopedMembersRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemScopedMembersRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemScopedMembersScopedRoleMembershipItemRequestBuilder added in v0.49.0

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

ItemScopedMembersScopedRoleMembershipItemRequestBuilder provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity.

func NewItemScopedMembersScopedRoleMembershipItemRequestBuilder added in v0.49.0

func NewItemScopedMembersScopedRoleMembershipItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemScopedMembersScopedRoleMembershipItemRequestBuilder

NewItemScopedMembersScopedRoleMembershipItemRequestBuilder instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values.

func NewItemScopedMembersScopedRoleMembershipItemRequestBuilderInternal added in v0.49.0

func NewItemScopedMembersScopedRoleMembershipItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemScopedMembersScopedRoleMembershipItemRequestBuilder

NewItemScopedMembersScopedRoleMembershipItemRequestBuilderInternal instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values.

func (*ItemScopedMembersScopedRoleMembershipItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property scopedMembers for directoryRoles

func (*ItemScopedMembersScopedRoleMembershipItemRequestBuilder) Get added in v0.49.0

Get members of this directory role that are scoped to administrative units. Read-only. Nullable.

func (*ItemScopedMembersScopedRoleMembershipItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property scopedMembers for directoryRoles

func (*ItemScopedMembersScopedRoleMembershipItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation members of this directory role that are scoped to administrative units. Read-only. Nullable.

func (*ItemScopedMembersScopedRoleMembershipItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property scopedMembers in directoryRoles

type ItemScopedMembersScopedRoleMembershipItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemScopedMembersScopedRoleMembershipItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemScopedMembersScopedRoleMembershipItemRequestBuilderGetQueryParameters members of this directory role that are scoped to administrative units. Read-only. Nullable.

type ItemScopedMembersScopedRoleMembershipItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemScopedMembersScopedRoleMembershipItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ValidatePropertiesPostRequestBody added in v0.49.0

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

ValidatePropertiesPostRequestBody

func NewValidatePropertiesPostRequestBody added in v0.49.0

func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody

NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.

func (*ValidatePropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) GetDisplayName added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) GetEntityType added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string

GetEntityType gets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ValidatePropertiesPostRequestBody) GetMailNickname added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string

GetMailNickname gets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId added in v0.49.0

GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property

func (*ValidatePropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ValidatePropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) SetDisplayName added in v0.49.0

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

SetDisplayName sets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) SetEntityType added in v0.49.0

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

SetEntityType sets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) SetMailNickname added in v0.49.0

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

SetMailNickname sets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId added in v0.49.0

SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property

type ValidatePropertiesPostRequestBodyable added in v0.49.0

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

ValidatePropertiesPostRequestBodyable

type ValidatePropertiesRequestBuilder added in v0.49.0

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

ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.

func NewValidatePropertiesRequestBuilder added in v0.49.0

NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func NewValidatePropertiesRequestBuilderInternal added in v0.49.0

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

NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func (*ValidatePropertiesRequestBuilder) Post added in v0.49.0

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

func (*ValidatePropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

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

type ValidatePropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

Source Files

Jump to

Keyboard shortcuts

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