serviceprincipals

package
v0.49.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: MIT Imports: 7 Imported by: 17

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 CreateItemAddKeyPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemAddPasswordPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemAddTokenSigningCertificatePostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemAddTokenSigningCertificatePostRequestBodyFromDiscriminatorValue 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 CreateItemRemoveKeyPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemRemovePasswordPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemRemovePasswordPostRequestBodyFromDiscriminatorValue 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) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*CountRequestBuilder) Get added in v0.49.0

Get 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
}

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) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation invoke function delta

func (*DeltaRequestBuilder) Get added in v0.49.0

Get 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 provides operations to call the delta method.

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 GetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

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

GetAvailableExtensionPropertiesPostRequestBody provides operations to call the getAvailableExtensionProperties method.

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]interface{}

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]interface{})

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) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation 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

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

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 provides operations to call the getAvailableExtensionProperties method.

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 provides operations to call the getByIds method.

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]interface{}

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]interface{})

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) CreatePostRequestInformation added in v0.49.0

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

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

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 provides operations to call the getByIds method.

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 ItemAddKeyPostRequestBody added in v0.49.0

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

ItemAddKeyPostRequestBody provides operations to call the addKey method.

func NewItemAddKeyPostRequestBody added in v0.49.0

func NewItemAddKeyPostRequestBody() *ItemAddKeyPostRequestBody

NewItemAddKeyPostRequestBody instantiates a new ItemAddKeyPostRequestBody and sets the default values.

func (*ItemAddKeyPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemAddKeyPostRequestBody) GetAdditionalData() map[string]interface{}

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 (*ItemAddKeyPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemAddKeyPostRequestBody) GetKeyCredential added in v0.49.0

GetKeyCredential gets the keyCredential property value. The keyCredential property

func (*ItemAddKeyPostRequestBody) GetPasswordCredential added in v0.49.0

GetPasswordCredential gets the passwordCredential property value. The passwordCredential property

func (*ItemAddKeyPostRequestBody) GetProof added in v0.49.0

func (m *ItemAddKeyPostRequestBody) GetProof() *string

GetProof gets the proof property value. The proof property

func (*ItemAddKeyPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemAddKeyPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemAddKeyPostRequestBody) SetAdditionalData(value map[string]interface{})

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 (*ItemAddKeyPostRequestBody) SetKeyCredential added in v0.49.0

SetKeyCredential sets the keyCredential property value. The keyCredential property

func (*ItemAddKeyPostRequestBody) SetPasswordCredential added in v0.49.0

SetPasswordCredential sets the passwordCredential property value. The passwordCredential property

func (*ItemAddKeyPostRequestBody) SetProof added in v0.49.0

func (m *ItemAddKeyPostRequestBody) SetProof(value *string)

SetProof sets the proof property value. The proof property

type ItemAddKeyRequestBuilder added in v0.49.0

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

ItemAddKeyRequestBuilder provides operations to call the addKey method.

func NewItemAddKeyRequestBuilder added in v0.49.0

NewItemAddKeyRequestBuilder instantiates a new AddKeyRequestBuilder and sets the default values.

func NewItemAddKeyRequestBuilderInternal added in v0.49.0

func NewItemAddKeyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAddKeyRequestBuilder

NewItemAddKeyRequestBuilderInternal instantiates a new AddKeyRequestBuilder and sets the default values.

func (*ItemAddKeyRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead.

func (*ItemAddKeyRequestBuilder) Post added in v0.49.0

Post adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead. Find more info here

type ItemAddKeyRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemAddPasswordPostRequestBody added in v0.49.0

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

ItemAddPasswordPostRequestBody provides operations to call the addPassword method.

func NewItemAddPasswordPostRequestBody added in v0.49.0

func NewItemAddPasswordPostRequestBody() *ItemAddPasswordPostRequestBody

NewItemAddPasswordPostRequestBody instantiates a new ItemAddPasswordPostRequestBody and sets the default values.

func (*ItemAddPasswordPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemAddPasswordPostRequestBody) GetAdditionalData() map[string]interface{}

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 (*ItemAddPasswordPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemAddPasswordPostRequestBody) GetPasswordCredential added in v0.49.0

GetPasswordCredential gets the passwordCredential property value. The passwordCredential property

func (*ItemAddPasswordPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemAddPasswordPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemAddPasswordPostRequestBody) SetAdditionalData(value map[string]interface{})

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 (*ItemAddPasswordPostRequestBody) SetPasswordCredential added in v0.49.0

SetPasswordCredential sets the passwordCredential property value. The passwordCredential property

type ItemAddPasswordRequestBuilder added in v0.49.0

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

ItemAddPasswordRequestBuilder provides operations to call the addPassword method.

func NewItemAddPasswordRequestBuilder added in v0.49.0

NewItemAddPasswordRequestBuilder instantiates a new AddPasswordRequestBuilder and sets the default values.

func NewItemAddPasswordRequestBuilderInternal added in v0.49.0

func NewItemAddPasswordRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAddPasswordRequestBuilder

NewItemAddPasswordRequestBuilderInternal instantiates a new AddPasswordRequestBuilder and sets the default values.

func (*ItemAddPasswordRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation add a strong password or secret to a servicePrincipal object.

func (*ItemAddPasswordRequestBuilder) Post added in v0.49.0

Post add a strong password or secret to a servicePrincipal object. Find more info here

type ItemAddPasswordRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemAddTokenSigningCertificatePostRequestBody added in v0.49.0

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

ItemAddTokenSigningCertificatePostRequestBody provides operations to call the addTokenSigningCertificate method.

func NewItemAddTokenSigningCertificatePostRequestBody added in v0.49.0

func NewItemAddTokenSigningCertificatePostRequestBody() *ItemAddTokenSigningCertificatePostRequestBody

NewItemAddTokenSigningCertificatePostRequestBody instantiates a new ItemAddTokenSigningCertificatePostRequestBody and sets the default values.

func (*ItemAddTokenSigningCertificatePostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemAddTokenSigningCertificatePostRequestBody) GetAdditionalData() map[string]interface{}

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 (*ItemAddTokenSigningCertificatePostRequestBody) GetDisplayName added in v0.49.0

GetDisplayName gets the displayName property value. The displayName property

func (*ItemAddTokenSigningCertificatePostRequestBody) GetEndDateTime added in v0.49.0

GetEndDateTime gets the endDateTime property value. The endDateTime property

func (*ItemAddTokenSigningCertificatePostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemAddTokenSigningCertificatePostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemAddTokenSigningCertificatePostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemAddTokenSigningCertificatePostRequestBody) SetAdditionalData(value map[string]interface{})

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 (*ItemAddTokenSigningCertificatePostRequestBody) SetDisplayName added in v0.49.0

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

SetDisplayName sets the displayName property value. The displayName property

func (*ItemAddTokenSigningCertificatePostRequestBody) SetEndDateTime added in v0.49.0

SetEndDateTime sets the endDateTime property value. The endDateTime property

type ItemAddTokenSigningCertificateRequestBuilder added in v0.49.0

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

ItemAddTokenSigningCertificateRequestBuilder provides operations to call the addTokenSigningCertificate method.

func NewItemAddTokenSigningCertificateRequestBuilder added in v0.49.0

NewItemAddTokenSigningCertificateRequestBuilder instantiates a new AddTokenSigningCertificateRequestBuilder and sets the default values.

func NewItemAddTokenSigningCertificateRequestBuilderInternal added in v0.49.0

func NewItemAddTokenSigningCertificateRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAddTokenSigningCertificateRequestBuilder

NewItemAddTokenSigningCertificateRequestBuilderInternal instantiates a new AddTokenSigningCertificateRequestBuilder and sets the default values.

func (*ItemAddTokenSigningCertificateRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with **usage** set to `Sign`. + A public key object with **usage** set to `Verify`.+ The passwordCredentials object. All the objects have the same value of **customKeyIdentifier**. The **passwordCredential** is used to open the PFX file (private key). It and the associated private key object have the same value of **keyId**. When set during creation through the **displayName** property, the subject of the certificate cannot be updated. The **startDateTime** is set to the same time the certificate is created using the action. The **endDateTime** can be up to three years after the certificate is created.

func (*ItemAddTokenSigningCertificateRequestBuilder) Post added in v0.49.0

Post create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with **usage** set to `Sign`. + A public key object with **usage** set to `Verify`.+ The passwordCredentials object. All the objects have the same value of **customKeyIdentifier**. The **passwordCredential** is used to open the PFX file (private key). It and the associated private key object have the same value of **keyId**. When set during creation through the **displayName** property, the subject of the certificate cannot be updated. The **startDateTime** is set to the same time the certificate is created using the action. The **endDateTime** can be up to three years after the certificate is created. Find more info here

type ItemAddTokenSigningCertificateRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder added in v0.49.0

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

ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity.

func NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder added in v0.49.0

func NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder

NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values.

func NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderInternal added in v0.49.0

func NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder

NewItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderInternal instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values.

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete navigation property appRoleAssignedTo for servicePrincipals

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation app role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update the navigation property appRoleAssignedTo in servicePrincipals

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property appRoleAssignedTo for servicePrincipals

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) Get added in v0.49.0

Get app role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.

type ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderGetQueryParameters app role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.

type ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignedToCountRequestBuilder added in v0.49.0

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

ItemAppRoleAssignedToCountRequestBuilder provides operations to count the resources in the collection.

func NewItemAppRoleAssignedToCountRequestBuilder added in v0.49.0

NewItemAppRoleAssignedToCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemAppRoleAssignedToCountRequestBuilderInternal added in v0.49.0

func NewItemAppRoleAssignedToCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignedToCountRequestBuilder

NewItemAppRoleAssignedToCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemAppRoleAssignedToCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemAppRoleAssignedToCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemAppRoleAssignedToCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignedToRequestBuilder added in v0.49.0

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

ItemAppRoleAssignedToRequestBuilder provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity.

func NewItemAppRoleAssignedToRequestBuilder added in v0.49.0

NewItemAppRoleAssignedToRequestBuilder instantiates a new AppRoleAssignedToRequestBuilder and sets the default values.

func NewItemAppRoleAssignedToRequestBuilderInternal added in v0.49.0

func NewItemAppRoleAssignedToRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignedToRequestBuilder

NewItemAppRoleAssignedToRequestBuilderInternal instantiates a new AppRoleAssignedToRequestBuilder and sets the default values.

func (*ItemAppRoleAssignedToRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemAppRoleAssignedToRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application.

func (*ItemAppRoleAssignedToRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers:

func (*ItemAppRoleAssignedToRequestBuilder) Get added in v0.49.0

Get retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. Find more info here

func (*ItemAppRoleAssignedToRequestBuilder) Post added in v0.49.0

Post assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers: Find more info here

type ItemAppRoleAssignedToRequestBuilderGetQueryParameters added in v0.49.0

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

ItemAppRoleAssignedToRequestBuilderGetQueryParameters retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application.

type ItemAppRoleAssignedToRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignedToRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder added in v0.49.0

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

ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity.

func NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder added in v0.49.0

func NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder

NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values.

func NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderInternal added in v0.49.0

func NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder

NewItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderInternal instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values.

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete navigation property appRoleAssignments for servicePrincipals

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation app role assignment for another app or service, granted to this service principal. Supports $expand.

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update the navigation property appRoleAssignments in servicePrincipals

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property appRoleAssignments for servicePrincipals

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) Get added in v0.49.0

Get app role assignment for another app or service, granted to this service principal. Supports $expand.

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property appRoleAssignments in servicePrincipals

type ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderGetQueryParameters app role assignment for another app or service, granted to this service principal. Supports $expand.

type ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignmentsCountRequestBuilder added in v0.49.0

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

ItemAppRoleAssignmentsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemAppRoleAssignmentsCountRequestBuilder added in v0.49.0

NewItemAppRoleAssignmentsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemAppRoleAssignmentsCountRequestBuilderInternal added in v0.49.0

func NewItemAppRoleAssignmentsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignmentsCountRequestBuilder

NewItemAppRoleAssignmentsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemAppRoleAssignmentsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemAppRoleAssignmentsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemAppRoleAssignmentsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignmentsRequestBuilder added in v0.49.0

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

ItemAppRoleAssignmentsRequestBuilder provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity.

func NewItemAppRoleAssignmentsRequestBuilder added in v0.49.0

NewItemAppRoleAssignmentsRequestBuilder instantiates a new AppRoleAssignmentsRequestBuilder and sets the default values.

func NewItemAppRoleAssignmentsRequestBuilderInternal added in v0.49.0

func NewItemAppRoleAssignmentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppRoleAssignmentsRequestBuilder

NewItemAppRoleAssignmentsRequestBuilderInternal instantiates a new AppRoleAssignmentsRequestBuilder and sets the default values.

func (*ItemAppRoleAssignmentsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemAppRoleAssignmentsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation app role assignment for another app or service, granted to this service principal. Supports $expand.

func (*ItemAppRoleAssignmentsRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers:

func (*ItemAppRoleAssignmentsRequestBuilder) Get added in v0.49.0

Get app role assignment for another app or service, granted to this service principal. Supports $expand. Find more info here

func (*ItemAppRoleAssignmentsRequestBuilder) Post added in v0.49.0

Post assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers: Find more info here

type ItemAppRoleAssignmentsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemAppRoleAssignmentsRequestBuilderGetQueryParameters app role assignment for another app or service, granted to this service principal. Supports $expand.

type ItemAppRoleAssignmentsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemAppRoleAssignmentsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberGroupsPostRequestBody added in v0.49.0

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

ItemCheckMemberGroupsPostRequestBody provides operations to call the checkMemberGroups method.

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]interface{}

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]interface{})

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) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation 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.

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

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 provides operations to call the checkMemberGroups method.

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 provides operations to call the checkMemberObjects method.

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]interface{}

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]interface{})

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) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation invoke action checkMemberObjects

func (*ItemCheckMemberObjectsRequestBuilder) Post added in v0.49.0

Post 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 provides operations to call the checkMemberObjects method.

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 ItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder added in v0.49.0

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

ItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder builds and executes requests for operations under \servicePrincipals\{servicePrincipal-id}\claimsMappingPolicies\{claimsMappingPolicy-id}

func NewItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder added in v0.49.0

func NewItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder

NewItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder instantiates a new ClaimsMappingPolicyItemRequestBuilder and sets the default values.

func NewItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderInternal added in v0.49.0

func NewItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder

NewItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilderInternal instantiates a new ClaimsMappingPolicyItemRequestBuilder and sets the default values.

func (*ItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

type ItemClaimsMappingPoliciesCountRequestBuilder added in v0.49.0

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

ItemClaimsMappingPoliciesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemClaimsMappingPoliciesCountRequestBuilder added in v0.49.0

NewItemClaimsMappingPoliciesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemClaimsMappingPoliciesCountRequestBuilderInternal added in v0.49.0

func NewItemClaimsMappingPoliciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemClaimsMappingPoliciesCountRequestBuilder

NewItemClaimsMappingPoliciesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemClaimsMappingPoliciesCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemClaimsMappingPoliciesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemClaimsMappingPoliciesCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemClaimsMappingPoliciesItemRefRequestBuilder added in v0.49.0

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

ItemClaimsMappingPoliciesItemRefRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewItemClaimsMappingPoliciesItemRefRequestBuilder added in v0.49.0

NewItemClaimsMappingPoliciesItemRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemClaimsMappingPoliciesItemRefRequestBuilderInternal added in v0.49.0

func NewItemClaimsMappingPoliciesItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemClaimsMappingPoliciesItemRefRequestBuilder

NewItemClaimsMappingPoliciesItemRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemClaimsMappingPoliciesItemRefRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete ref of navigation property claimsMappingPolicies for servicePrincipals

func (*ItemClaimsMappingPoliciesItemRefRequestBuilder) Delete added in v0.49.0

Delete delete ref of navigation property claimsMappingPolicies for servicePrincipals

type ItemClaimsMappingPoliciesItemRefRequestBuilderDeleteQueryParameters added in v0.49.0

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

ItemClaimsMappingPoliciesItemRefRequestBuilderDeleteQueryParameters delete ref of navigation property claimsMappingPolicies for servicePrincipals

type ItemClaimsMappingPoliciesItemRefRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemClaimsMappingPoliciesRefRequestBuilder added in v0.49.0

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

ItemClaimsMappingPoliciesRefRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewItemClaimsMappingPoliciesRefRequestBuilder added in v0.49.0

NewItemClaimsMappingPoliciesRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemClaimsMappingPoliciesRefRequestBuilderInternal added in v0.49.0

func NewItemClaimsMappingPoliciesRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemClaimsMappingPoliciesRefRequestBuilder

NewItemClaimsMappingPoliciesRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemClaimsMappingPoliciesRefRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation list the claimsMappingPolicy objects that are assigned to a servicePrincipal.

func (*ItemClaimsMappingPoliciesRefRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation create new navigation property ref to claimsMappingPolicies for servicePrincipals

func (*ItemClaimsMappingPoliciesRefRequestBuilder) Get added in v0.49.0

Get list the claimsMappingPolicy objects that are assigned to a servicePrincipal. Find more info here

func (*ItemClaimsMappingPoliciesRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to claimsMappingPolicies for servicePrincipals

type ItemClaimsMappingPoliciesRefRequestBuilderGetQueryParameters added in v0.49.0

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

ItemClaimsMappingPoliciesRefRequestBuilderGetQueryParameters list the claimsMappingPolicy objects that are assigned to a servicePrincipal.

type ItemClaimsMappingPoliciesRefRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemClaimsMappingPoliciesRefRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemClaimsMappingPoliciesRequestBuilder added in v0.49.0

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

ItemClaimsMappingPoliciesRequestBuilder provides operations to manage the claimsMappingPolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemClaimsMappingPoliciesRequestBuilder added in v0.49.0

NewItemClaimsMappingPoliciesRequestBuilder instantiates a new ClaimsMappingPoliciesRequestBuilder and sets the default values.

func NewItemClaimsMappingPoliciesRequestBuilderInternal added in v0.49.0

func NewItemClaimsMappingPoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemClaimsMappingPoliciesRequestBuilder

NewItemClaimsMappingPoliciesRequestBuilderInternal instantiates a new ClaimsMappingPoliciesRequestBuilder and sets the default values.

func (*ItemClaimsMappingPoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemClaimsMappingPoliciesRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation list the claimsMappingPolicy objects that are assigned to a servicePrincipal.

func (*ItemClaimsMappingPoliciesRequestBuilder) Get added in v0.49.0

Get list the claimsMappingPolicy objects that are assigned to a servicePrincipal. Find more info here

func (*ItemClaimsMappingPoliciesRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

type ItemClaimsMappingPoliciesRequestBuilderGetQueryParameters added in v0.49.0

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

ItemClaimsMappingPoliciesRequestBuilderGetQueryParameters list the claimsMappingPolicy objects that are assigned to a servicePrincipal.

type ItemClaimsMappingPoliciesRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCreatedObjectsCountRequestBuilder added in v0.49.0

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

ItemCreatedObjectsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemCreatedObjectsCountRequestBuilder added in v0.49.0

NewItemCreatedObjectsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemCreatedObjectsCountRequestBuilderInternal added in v0.49.0

func NewItemCreatedObjectsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsCountRequestBuilder

NewItemCreatedObjectsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemCreatedObjectsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemCreatedObjectsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemCreatedObjectsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCreatedObjectsDirectoryObjectItemRequestBuilder added in v0.49.0

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

ItemCreatedObjectsDirectoryObjectItemRequestBuilder provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity.

func NewItemCreatedObjectsDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemCreatedObjectsDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemCreatedObjectsDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemCreatedObjectsDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsDirectoryObjectItemRequestBuilder

NewItemCreatedObjectsDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemCreatedObjectsDirectoryObjectItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation directory objects created by this service principal. Read-only. Nullable.

func (*ItemCreatedObjectsDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get directory objects created by this service principal. Read-only. Nullable.

func (*ItemCreatedObjectsDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

type ItemCreatedObjectsDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemCreatedObjectsDirectoryObjectItemRequestBuilderGetQueryParameters directory objects created by this service principal. Read-only. Nullable.

type ItemCreatedObjectsDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCreatedObjectsItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemCreatedObjectsItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemCreatedObjectsItemServicePrincipalRequestBuilder added in v0.49.0

NewItemCreatedObjectsItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemCreatedObjectsItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemCreatedObjectsItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsItemServicePrincipalRequestBuilder

NewItemCreatedObjectsItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemCreatedObjectsItemServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemCreatedObjectsItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemCreatedObjectsItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemCreatedObjectsItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCreatedObjectsRequestBuilder added in v0.49.0

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

ItemCreatedObjectsRequestBuilder provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity.

func NewItemCreatedObjectsRequestBuilder added in v0.49.0

NewItemCreatedObjectsRequestBuilder instantiates a new CreatedObjectsRequestBuilder and sets the default values.

func NewItemCreatedObjectsRequestBuilderInternal added in v0.49.0

func NewItemCreatedObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsRequestBuilder

NewItemCreatedObjectsRequestBuilderInternal instantiates a new CreatedObjectsRequestBuilder and sets the default values.

func (*ItemCreatedObjectsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemCreatedObjectsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation directory objects created by this service principal. Read-only. Nullable.

func (*ItemCreatedObjectsRequestBuilder) Get added in v0.49.0

Get directory objects created by this service principal. Read-only. Nullable.

func (*ItemCreatedObjectsRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

type ItemCreatedObjectsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemCreatedObjectsRequestBuilderGetQueryParameters directory objects created by this service principal. Read-only. Nullable.

type ItemCreatedObjectsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCreatedObjectsServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemCreatedObjectsServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemCreatedObjectsServicePrincipalCountRequestBuilder added in v0.49.0

func NewItemCreatedObjectsServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsServicePrincipalCountRequestBuilder

NewItemCreatedObjectsServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemCreatedObjectsServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemCreatedObjectsServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsServicePrincipalCountRequestBuilder

NewItemCreatedObjectsServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemCreatedObjectsServicePrincipalCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemCreatedObjectsServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemCreatedObjectsServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCreatedObjectsServicePrincipalRequestBuilder added in v0.49.0

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

ItemCreatedObjectsServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemCreatedObjectsServicePrincipalRequestBuilder added in v0.49.0

NewItemCreatedObjectsServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemCreatedObjectsServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemCreatedObjectsServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsServicePrincipalRequestBuilder

NewItemCreatedObjectsServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemCreatedObjectsServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemCreatedObjectsServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemCreatedObjectsServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemCreatedObjectsServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemCreatedObjectsServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDelegatedPermissionClassificationsCountRequestBuilder added in v0.49.0

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

ItemDelegatedPermissionClassificationsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDelegatedPermissionClassificationsCountRequestBuilder added in v0.49.0

func NewItemDelegatedPermissionClassificationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDelegatedPermissionClassificationsCountRequestBuilder

NewItemDelegatedPermissionClassificationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemDelegatedPermissionClassificationsCountRequestBuilderInternal added in v0.49.0

func NewItemDelegatedPermissionClassificationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDelegatedPermissionClassificationsCountRequestBuilder

NewItemDelegatedPermissionClassificationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemDelegatedPermissionClassificationsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemDelegatedPermissionClassificationsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemDelegatedPermissionClassificationsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder added in v0.49.0

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

ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity.

func NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder added in v0.49.0

func NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder

NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder instantiates a new DelegatedPermissionClassificationItemRequestBuilder and sets the default values.

func NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderInternal added in v0.49.0

func NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder

NewItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderInternal instantiates a new DelegatedPermissionClassificationItemRequestBuilder and sets the default values.

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete navigation property delegatedPermissionClassifications for servicePrincipals

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get delegatedPermissionClassifications from servicePrincipals

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update the navigation property delegatedPermissionClassifications in servicePrincipals

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property delegatedPermissionClassifications for servicePrincipals

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) Get added in v0.49.0

Get get delegatedPermissionClassifications from servicePrincipals

type ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderGetQueryParameters get delegatedPermissionClassifications from servicePrincipals

type ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemDelegatedPermissionClassificationsRequestBuilder added in v0.49.0

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

ItemDelegatedPermissionClassificationsRequestBuilder provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity.

func NewItemDelegatedPermissionClassificationsRequestBuilder added in v0.49.0

NewItemDelegatedPermissionClassificationsRequestBuilder instantiates a new DelegatedPermissionClassificationsRequestBuilder and sets the default values.

func NewItemDelegatedPermissionClassificationsRequestBuilderInternal added in v0.49.0

func NewItemDelegatedPermissionClassificationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDelegatedPermissionClassificationsRequestBuilder

NewItemDelegatedPermissionClassificationsRequestBuilderInternal instantiates a new DelegatedPermissionClassificationsRequestBuilder and sets the default values.

func (*ItemDelegatedPermissionClassificationsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemDelegatedPermissionClassificationsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API.

func (*ItemDelegatedPermissionClassificationsRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API.

func (*ItemDelegatedPermissionClassificationsRequestBuilder) Get added in v0.49.0

Get retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. Find more info here

func (*ItemDelegatedPermissionClassificationsRequestBuilder) Post added in v0.49.0

Post classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. Find more info here

type ItemDelegatedPermissionClassificationsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemDelegatedPermissionClassificationsRequestBuilderGetQueryParameters retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API.

type ItemDelegatedPermissionClassificationsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDelegatedPermissionClassificationsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemEndpointsCountRequestBuilder added in v0.49.0

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

ItemEndpointsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemEndpointsCountRequestBuilder added in v0.49.0

NewItemEndpointsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemEndpointsCountRequestBuilderInternal added in v0.49.0

func NewItemEndpointsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemEndpointsCountRequestBuilder

NewItemEndpointsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemEndpointsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemEndpointsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemEndpointsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemEndpointsEndpointItemRequestBuilder added in v0.49.0

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

ItemEndpointsEndpointItemRequestBuilder provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity.

func NewItemEndpointsEndpointItemRequestBuilder added in v0.49.0

NewItemEndpointsEndpointItemRequestBuilder instantiates a new EndpointItemRequestBuilder and sets the default values.

func NewItemEndpointsEndpointItemRequestBuilderInternal added in v0.49.0

func NewItemEndpointsEndpointItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemEndpointsEndpointItemRequestBuilder

NewItemEndpointsEndpointItemRequestBuilderInternal instantiates a new EndpointItemRequestBuilder and sets the default values.

func (*ItemEndpointsEndpointItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete navigation property endpoints for servicePrincipals

func (*ItemEndpointsEndpointItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get endpoints from servicePrincipals

func (*ItemEndpointsEndpointItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update the navigation property endpoints in servicePrincipals

func (*ItemEndpointsEndpointItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property endpoints for servicePrincipals

func (*ItemEndpointsEndpointItemRequestBuilder) Get added in v0.49.0

Get get endpoints from servicePrincipals

func (*ItemEndpointsEndpointItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property endpoints in servicePrincipals

type ItemEndpointsEndpointItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemEndpointsEndpointItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemEndpointsEndpointItemRequestBuilderGetQueryParameters get endpoints from servicePrincipals

type ItemEndpointsEndpointItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemEndpointsEndpointItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemEndpointsRequestBuilder added in v0.49.0

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

ItemEndpointsRequestBuilder provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity.

func NewItemEndpointsRequestBuilder added in v0.49.0

NewItemEndpointsRequestBuilder instantiates a new EndpointsRequestBuilder and sets the default values.

func NewItemEndpointsRequestBuilderInternal added in v0.49.0

func NewItemEndpointsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemEndpointsRequestBuilder

NewItemEndpointsRequestBuilderInternal instantiates a new EndpointsRequestBuilder and sets the default values.

func (*ItemEndpointsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemEndpointsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get endpoints from servicePrincipals

func (*ItemEndpointsRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation create new navigation property to endpoints for servicePrincipals

func (*ItemEndpointsRequestBuilder) Get added in v0.49.0

Get get endpoints from servicePrincipals

func (*ItemEndpointsRequestBuilder) Post added in v0.49.0

Post create new navigation property to endpoints for servicePrincipals

type ItemEndpointsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemEndpointsRequestBuilderGetQueryParameters get endpoints from servicePrincipals

type ItemEndpointsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemEndpointsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemFederatedIdentityCredentialsCountRequestBuilder added in v0.49.0

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

ItemFederatedIdentityCredentialsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemFederatedIdentityCredentialsCountRequestBuilder added in v0.49.0

NewItemFederatedIdentityCredentialsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemFederatedIdentityCredentialsCountRequestBuilderInternal added in v0.49.0

func NewItemFederatedIdentityCredentialsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederatedIdentityCredentialsCountRequestBuilder

NewItemFederatedIdentityCredentialsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemFederatedIdentityCredentialsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemFederatedIdentityCredentialsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemFederatedIdentityCredentialsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder added in v0.49.0

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

ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity.

func NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder added in v0.49.0

func NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder

NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder instantiates a new FederatedIdentityCredentialItemRequestBuilder and sets the default values.

func NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderInternal added in v0.49.0

func NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder

NewItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderInternal instantiates a new FederatedIdentityCredentialItemRequestBuilder and sets the default values.

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete navigation property federatedIdentityCredentials for servicePrincipals

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update the navigation property federatedIdentityCredentials in servicePrincipals

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property federatedIdentityCredentials for servicePrincipals

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) Get added in v0.49.0

Get federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).

type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).

type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemFederatedIdentityCredentialsRequestBuilder added in v0.49.0

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

ItemFederatedIdentityCredentialsRequestBuilder provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity.

func NewItemFederatedIdentityCredentialsRequestBuilder added in v0.49.0

NewItemFederatedIdentityCredentialsRequestBuilder instantiates a new FederatedIdentityCredentialsRequestBuilder and sets the default values.

func NewItemFederatedIdentityCredentialsRequestBuilderInternal added in v0.49.0

func NewItemFederatedIdentityCredentialsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemFederatedIdentityCredentialsRequestBuilder

NewItemFederatedIdentityCredentialsRequestBuilderInternal instantiates a new FederatedIdentityCredentialsRequestBuilder and sets the default values.

func (*ItemFederatedIdentityCredentialsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemFederatedIdentityCredentialsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).

func (*ItemFederatedIdentityCredentialsRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation create new navigation property to federatedIdentityCredentials for servicePrincipals

func (*ItemFederatedIdentityCredentialsRequestBuilder) Get added in v0.49.0

Get federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).

func (*ItemFederatedIdentityCredentialsRequestBuilder) Post added in v0.49.0

Post create new navigation property to federatedIdentityCredentials for servicePrincipals

type ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).

type ItemFederatedIdentityCredentialsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemFederatedIdentityCredentialsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberGroupsPostRequestBody added in v0.49.0

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

ItemGetMemberGroupsPostRequestBody provides operations to call the getMemberGroups method.

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]interface{}

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]interface{})

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) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation 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.

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

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 provides operations to call the getMemberGroups method.

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 provides operations to call the getMemberObjects method.

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]interface{}

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]interface{})

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) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation 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.

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

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 provides operations to call the getMemberObjects method.

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 ItemHomeRealmDiscoveryPoliciesCountRequestBuilder added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemHomeRealmDiscoveryPoliciesCountRequestBuilder added in v0.49.0

NewItemHomeRealmDiscoveryPoliciesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemHomeRealmDiscoveryPoliciesCountRequestBuilderInternal added in v0.49.0

func NewItemHomeRealmDiscoveryPoliciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemHomeRealmDiscoveryPoliciesCountRequestBuilder

NewItemHomeRealmDiscoveryPoliciesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemHomeRealmDiscoveryPoliciesCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemHomeRealmDiscoveryPoliciesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemHomeRealmDiscoveryPoliciesCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder builds and executes requests for operations under \servicePrincipals\{servicePrincipal-id}\homeRealmDiscoveryPolicies\{homeRealmDiscoveryPolicy-id}

func NewItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder added in v0.49.0

func NewItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder

NewItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values.

func NewItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderInternal added in v0.49.0

func NewItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder

NewItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilderInternal instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values.

func (*ItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

type ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder added in v0.49.0

NewItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderInternal added in v0.49.0

func NewItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder

NewItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals

func (*ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder) Delete added in v0.49.0

Delete delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals

type ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderDeleteQueryParameters added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderDeleteQueryParameters delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals

type ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemHomeRealmDiscoveryPoliciesRefRequestBuilder added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesRefRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewItemHomeRealmDiscoveryPoliciesRefRequestBuilder added in v0.49.0

NewItemHomeRealmDiscoveryPoliciesRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemHomeRealmDiscoveryPoliciesRefRequestBuilderInternal added in v0.49.0

func NewItemHomeRealmDiscoveryPoliciesRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemHomeRealmDiscoveryPoliciesRefRequestBuilder

NewItemHomeRealmDiscoveryPoliciesRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal.

func (*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation create new navigation property ref to homeRealmDiscoveryPolicies for servicePrincipals

func (*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) Get added in v0.49.0

Get list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. Find more info here

func (*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to homeRealmDiscoveryPolicies for servicePrincipals

type ItemHomeRealmDiscoveryPoliciesRefRequestBuilderGetQueryParameters added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesRefRequestBuilderGetQueryParameters list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal.

type ItemHomeRealmDiscoveryPoliciesRefRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemHomeRealmDiscoveryPoliciesRefRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemHomeRealmDiscoveryPoliciesRequestBuilder added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesRequestBuilder provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemHomeRealmDiscoveryPoliciesRequestBuilder added in v0.49.0

NewItemHomeRealmDiscoveryPoliciesRequestBuilder instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values.

func NewItemHomeRealmDiscoveryPoliciesRequestBuilderInternal added in v0.49.0

func NewItemHomeRealmDiscoveryPoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemHomeRealmDiscoveryPoliciesRequestBuilder

NewItemHomeRealmDiscoveryPoliciesRequestBuilderInternal instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values.

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal.

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) Get added in v0.49.0

Get list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. Find more info here

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

type ItemHomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters added in v0.49.0

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

ItemHomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters list the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal.

type ItemHomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfApplicationCountRequestBuilder added in v0.49.0

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

ItemMemberOfApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfApplicationCountRequestBuilder added in v0.49.0

NewItemMemberOfApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfApplicationCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfApplicationCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfApplicationRequestBuilder added in v0.49.0

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

ItemMemberOfApplicationRequestBuilder casts the previous resource to application.

func NewItemMemberOfApplicationRequestBuilder added in v0.49.0

NewItemMemberOfApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMemberOfApplicationRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMemberOfApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfApplicationRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfCountRequestBuilder added in v0.49.0

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

ItemMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfCountRequestBuilder added in v0.49.0

NewItemMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDeviceCountRequestBuilder added in v0.49.0

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

ItemMemberOfDeviceCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfDeviceCountRequestBuilder added in v0.49.0

NewItemMemberOfDeviceCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfDeviceCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfDeviceCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfDeviceCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfDeviceCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfDeviceCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDeviceRequestBuilder added in v0.49.0

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

ItemMemberOfDeviceRequestBuilder casts the previous resource to device.

func NewItemMemberOfDeviceRequestBuilder added in v0.49.0

NewItemMemberOfDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMemberOfDeviceRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMemberOfDeviceRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfDeviceRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

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

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

func NewItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemMemberOfDirectoryObjectItemRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.

type ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfGroupCountRequestBuilder added in v0.49.0

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

ItemMemberOfGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGroupCountRequestBuilder added in v0.49.0

NewItemMemberOfGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfGroupCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfGroupCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfGroupRequestBuilder added in v0.49.0

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

ItemMemberOfGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfGroupRequestBuilder added in v0.49.0

NewItemMemberOfGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMemberOfGroupRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMemberOfGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfGroupRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemApplicationRequestBuilder added in v0.49.0

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

ItemMemberOfItemApplicationRequestBuilder casts the previous resource to application.

func NewItemMemberOfItemApplicationRequestBuilder added in v0.49.0

NewItemMemberOfItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMemberOfItemApplicationRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMemberOfItemApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemApplicationRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemDeviceRequestBuilder added in v0.49.0

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

ItemMemberOfItemDeviceRequestBuilder casts the previous resource to device.

func NewItemMemberOfItemDeviceRequestBuilder added in v0.49.0

NewItemMemberOfItemDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMemberOfItemDeviceRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMemberOfItemDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemDeviceRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemGroupRequestBuilder added in v0.49.0

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

ItemMemberOfItemGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfItemGroupRequestBuilder added in v0.49.0

NewItemMemberOfItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMemberOfItemGroupRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMemberOfItemGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemGroupRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemOrgContactRequestBuilder added in v0.49.0

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

ItemMemberOfItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMemberOfItemOrgContactRequestBuilder added in v0.49.0

NewItemMemberOfItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMemberOfItemOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMemberOfItemOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemMemberOfItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

NewItemMemberOfItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMemberOfItemServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMemberOfItemServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemUserRequestBuilder added in v0.49.0

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

ItemMemberOfItemUserRequestBuilder casts the previous resource to user.

func NewItemMemberOfItemUserRequestBuilder added in v0.49.0

NewItemMemberOfItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMemberOfItemUserRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMemberOfItemUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemUserRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfOrgContactCountRequestBuilder added in v0.49.0

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

ItemMemberOfOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfOrgContactCountRequestBuilder added in v0.49.0

NewItemMemberOfOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfOrgContactCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfOrgContactCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfOrgContactRequestBuilder added in v0.49.0

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

ItemMemberOfOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMemberOfOrgContactRequestBuilder added in v0.49.0

NewItemMemberOfOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMemberOfOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMemberOfOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfRequestBuilder added in v0.49.0

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

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

func NewItemMemberOfRequestBuilder added in v0.49.0

NewItemMemberOfRequestBuilder instantiates a new MemberOfRequestBuilder and sets the default values.

func NewItemMemberOfRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfRequestBuilderInternal instantiates a new MemberOfRequestBuilder and sets the default values.

func (*ItemMemberOfRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.

func (*ItemMemberOfRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMemberOfRequestBuilder) Get added in v0.49.0

Get roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand. Find more info here

func (*ItemMemberOfRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMemberOfRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMemberOfRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMemberOfRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMemberOfRequestBuilderGetQueryParameters added in v0.49.0

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

ItemMemberOfRequestBuilderGetQueryParameters roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.

type ItemMemberOfRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemMemberOfServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

NewItemMemberOfServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfServicePrincipalCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfServicePrincipalCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfServicePrincipalRequestBuilder added in v0.49.0

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

ItemMemberOfServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMemberOfServicePrincipalRequestBuilder added in v0.49.0

NewItemMemberOfServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMemberOfServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMemberOfServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfUserCountRequestBuilder added in v0.49.0

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

ItemMemberOfUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfUserCountRequestBuilder added in v0.49.0

NewItemMemberOfUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfUserCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfUserCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfUserRequestBuilder added in v0.49.0

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

ItemMemberOfUserRequestBuilder casts the previous resource to user.

func NewItemMemberOfUserRequestBuilder added in v0.49.0

NewItemMemberOfUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMemberOfUserRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMemberOfUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfUserRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOauth2PermissionGrantsCountRequestBuilder added in v0.49.0

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

ItemOauth2PermissionGrantsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOauth2PermissionGrantsCountRequestBuilder added in v0.49.0

NewItemOauth2PermissionGrantsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOauth2PermissionGrantsCountRequestBuilderInternal added in v0.49.0

func NewItemOauth2PermissionGrantsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOauth2PermissionGrantsCountRequestBuilder

NewItemOauth2PermissionGrantsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOauth2PermissionGrantsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOauth2PermissionGrantsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOauth2PermissionGrantsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder added in v0.49.0

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

ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity.

func NewItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder added in v0.49.0

func NewItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder

NewItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder instantiates a new OAuth2PermissionGrantItemRequestBuilder and sets the default values.

func NewItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilderInternal added in v0.49.0

func NewItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder

NewItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilderInternal instantiates a new OAuth2PermissionGrantItemRequestBuilder and sets the default values.

func (*ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable.

func (*ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder) Get added in v0.49.0

Get delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable.

type ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilderGetQueryParameters delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable.

type ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOauth2PermissionGrantsRequestBuilder added in v0.49.0

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

ItemOauth2PermissionGrantsRequestBuilder provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity.

func NewItemOauth2PermissionGrantsRequestBuilder added in v0.49.0

NewItemOauth2PermissionGrantsRequestBuilder instantiates a new Oauth2PermissionGrantsRequestBuilder and sets the default values.

func NewItemOauth2PermissionGrantsRequestBuilderInternal added in v0.49.0

func NewItemOauth2PermissionGrantsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOauth2PermissionGrantsRequestBuilder

NewItemOauth2PermissionGrantsRequestBuilderInternal instantiates a new Oauth2PermissionGrantsRequestBuilder and sets the default values.

func (*ItemOauth2PermissionGrantsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOauth2PermissionGrantsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user.

func (*ItemOauth2PermissionGrantsRequestBuilder) Get added in v0.49.0

Get retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. Find more info here

type ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemOauth2PermissionGrantsRequestBuilderGetQueryParameters retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user.

type ItemOauth2PermissionGrantsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsAppRoleAssignmentCountRequestBuilder added in v0.49.0

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

ItemOwnedObjectsAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsAppRoleAssignmentCountRequestBuilder added in v0.49.0

NewItemOwnedObjectsAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsAppRoleAssignmentCountRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsAppRoleAssignmentCountRequestBuilder

NewItemOwnedObjectsAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsAppRoleAssignmentCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnedObjectsAppRoleAssignmentCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnedObjectsAppRoleAssignmentCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsAppRoleAssignmentRequestBuilder added in v0.49.0

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

ItemOwnedObjectsAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnedObjectsAppRoleAssignmentRequestBuilder added in v0.49.0

NewItemOwnedObjectsAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnedObjectsAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsAppRoleAssignmentRequestBuilder

NewItemOwnedObjectsAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnedObjectsAppRoleAssignmentRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsAppRoleAssignmentRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsAppRoleAssignmentRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsApplicationCountRequestBuilder added in v0.49.0

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

ItemOwnedObjectsApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsApplicationCountRequestBuilder added in v0.49.0

NewItemOwnedObjectsApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsApplicationCountRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsApplicationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsApplicationCountRequestBuilder

NewItemOwnedObjectsApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsApplicationCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnedObjectsApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnedObjectsApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsApplicationRequestBuilder added in v0.49.0

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

ItemOwnedObjectsApplicationRequestBuilder casts the previous resource to application.

func NewItemOwnedObjectsApplicationRequestBuilder added in v0.49.0

NewItemOwnedObjectsApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemOwnedObjectsApplicationRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsApplicationRequestBuilder

NewItemOwnedObjectsApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemOwnedObjectsApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsApplicationRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsCountRequestBuilder added in v0.49.0

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

ItemOwnedObjectsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsCountRequestBuilder added in v0.49.0

NewItemOwnedObjectsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsCountRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsCountRequestBuilder

NewItemOwnedObjectsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnedObjectsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnedObjectsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsDirectoryObjectItemRequestBuilder added in v0.49.0

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

ItemOwnedObjectsDirectoryObjectItemRequestBuilder provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity.

func NewItemOwnedObjectsDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemOwnedObjectsDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemOwnedObjectsDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsDirectoryObjectItemRequestBuilder

NewItemOwnedObjectsDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

type ItemOwnedObjectsDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemOwnedObjectsDirectoryObjectItemRequestBuilderGetQueryParameters directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

type ItemOwnedObjectsDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsEndpointCountRequestBuilder added in v0.49.0

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

ItemOwnedObjectsEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsEndpointCountRequestBuilder added in v0.49.0

NewItemOwnedObjectsEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsEndpointCountRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsEndpointCountRequestBuilder

NewItemOwnedObjectsEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsEndpointCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnedObjectsEndpointCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnedObjectsEndpointCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsEndpointRequestBuilder added in v0.49.0

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

ItemOwnedObjectsEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnedObjectsEndpointRequestBuilder added in v0.49.0

NewItemOwnedObjectsEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemOwnedObjectsEndpointRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsEndpointRequestBuilder

NewItemOwnedObjectsEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemOwnedObjectsEndpointRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsEndpointRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsEndpointRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsEndpointRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsGroupCountRequestBuilder added in v0.49.0

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

ItemOwnedObjectsGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsGroupCountRequestBuilder added in v0.49.0

NewItemOwnedObjectsGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsGroupCountRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGroupCountRequestBuilder

NewItemOwnedObjectsGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGroupCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnedObjectsGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnedObjectsGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsGroupRequestBuilder added in v0.49.0

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

ItemOwnedObjectsGroupRequestBuilder casts the previous resource to group.

func NewItemOwnedObjectsGroupRequestBuilder added in v0.49.0

NewItemOwnedObjectsGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemOwnedObjectsGroupRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGroupRequestBuilder

NewItemOwnedObjectsGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsGroupRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsItemAppRoleAssignmentRequestBuilder added in v0.49.0

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

ItemOwnedObjectsItemAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnedObjectsItemAppRoleAssignmentRequestBuilder added in v0.49.0

NewItemOwnedObjectsItemAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsItemAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemAppRoleAssignmentRequestBuilder

NewItemOwnedObjectsItemAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemAppRoleAssignmentRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsItemAppRoleAssignmentRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsItemAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsItemAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsItemApplicationRequestBuilder added in v0.49.0

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

ItemOwnedObjectsItemApplicationRequestBuilder casts the previous resource to application.

func NewItemOwnedObjectsItemApplicationRequestBuilder added in v0.49.0

NewItemOwnedObjectsItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemApplicationRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsItemApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemApplicationRequestBuilder

NewItemOwnedObjectsItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsItemApplicationRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsItemEndpointRequestBuilder added in v0.49.0

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

ItemOwnedObjectsItemEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnedObjectsItemEndpointRequestBuilder added in v0.49.0

NewItemOwnedObjectsItemEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemEndpointRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsItemEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemEndpointRequestBuilder

NewItemOwnedObjectsItemEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemEndpointRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsItemEndpointRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsItemEndpointRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsItemEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsItemGroupRequestBuilder added in v0.49.0

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

ItemOwnedObjectsItemGroupRequestBuilder casts the previous resource to group.

func NewItemOwnedObjectsItemGroupRequestBuilder added in v0.49.0

NewItemOwnedObjectsItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemGroupRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsItemGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGroupRequestBuilder

NewItemOwnedObjectsItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsItemGroupRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsItemGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemOwnedObjectsItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnedObjectsItemServicePrincipalRequestBuilder added in v0.49.0

NewItemOwnedObjectsItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemServicePrincipalRequestBuilder

NewItemOwnedObjectsItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsRequestBuilder added in v0.49.0

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

ItemOwnedObjectsRequestBuilder provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity.

func NewItemOwnedObjectsRequestBuilder added in v0.49.0

NewItemOwnedObjectsRequestBuilder instantiates a new OwnedObjectsRequestBuilder and sets the default values.

func NewItemOwnedObjectsRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsRequestBuilder

NewItemOwnedObjectsRequestBuilderInternal instantiates a new OwnedObjectsRequestBuilder and sets the default values.

func (*ItemOwnedObjectsRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnedObjectsRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemOwnedObjectsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (*ItemOwnedObjectsRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemOwnedObjectsRequestBuilder) Get added in v0.49.0

Get directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (*ItemOwnedObjectsRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemOwnedObjectsRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

type ItemOwnedObjectsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemOwnedObjectsRequestBuilderGetQueryParameters directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

type ItemOwnedObjectsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemOwnedObjectsServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsServicePrincipalCountRequestBuilder added in v0.49.0

NewItemOwnedObjectsServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsServicePrincipalCountRequestBuilder

NewItemOwnedObjectsServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsServicePrincipalCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnedObjectsServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnedObjectsServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnedObjectsServicePrincipalRequestBuilder added in v0.49.0

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

ItemOwnedObjectsServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnedObjectsServicePrincipalRequestBuilder added in v0.49.0

NewItemOwnedObjectsServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnedObjectsServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemOwnedObjectsServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsServicePrincipalRequestBuilder

NewItemOwnedObjectsServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnedObjectsServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnedObjectsServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemOwnedObjectsServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnedObjectsServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersAppRoleAssignmentCountRequestBuilder added in v0.49.0

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

ItemOwnersAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersAppRoleAssignmentCountRequestBuilder added in v0.49.0

NewItemOwnersAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersAppRoleAssignmentCountRequestBuilderInternal added in v0.49.0

func NewItemOwnersAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersAppRoleAssignmentCountRequestBuilder

NewItemOwnersAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersAppRoleAssignmentCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnersAppRoleAssignmentCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnersAppRoleAssignmentCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersAppRoleAssignmentRequestBuilder added in v0.49.0

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

ItemOwnersAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnersAppRoleAssignmentRequestBuilder added in v0.49.0

NewItemOwnersAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnersAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemOwnersAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersAppRoleAssignmentRequestBuilder

NewItemOwnersAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnersAppRoleAssignmentRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersAppRoleAssignmentRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersAppRoleAssignmentRequestBuilder) Get added in v0.49.0

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

type ItemOwnersAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersCountRequestBuilder added in v0.49.0

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

ItemOwnersCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersCountRequestBuilder added in v0.49.0

NewItemOwnersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersCountRequestBuilderInternal added in v0.49.0

func NewItemOwnersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersCountRequestBuilder

NewItemOwnersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnersCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersDirectoryObjectItemRequestBuilder added in v0.49.0

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

ItemOwnersDirectoryObjectItemRequestBuilder builds and executes requests for operations under \servicePrincipals\{servicePrincipal-id}\owners\{directoryObject-id}

func NewItemOwnersDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemOwnersDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemOwnersDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemOwnersDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersDirectoryObjectItemRequestBuilder

NewItemOwnersDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemOwnersEndpointCountRequestBuilder added in v0.49.0

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

ItemOwnersEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersEndpointCountRequestBuilder added in v0.49.0

NewItemOwnersEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersEndpointCountRequestBuilderInternal added in v0.49.0

func NewItemOwnersEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersEndpointCountRequestBuilder

NewItemOwnersEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersEndpointCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnersEndpointCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnersEndpointCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersEndpointRequestBuilder added in v0.49.0

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

ItemOwnersEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnersEndpointRequestBuilder added in v0.49.0

NewItemOwnersEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemOwnersEndpointRequestBuilderInternal added in v0.49.0

func NewItemOwnersEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersEndpointRequestBuilder

NewItemOwnersEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemOwnersEndpointRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersEndpointRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersEndpointRequestBuilder) Get added in v0.49.0

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

type ItemOwnersEndpointRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersItemAppRoleAssignmentRequestBuilder added in v0.49.0

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

ItemOwnersItemAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnersItemAppRoleAssignmentRequestBuilder added in v0.49.0

NewItemOwnersItemAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnersItemAppRoleAssignmentRequestBuilderInternal added in v0.49.0

func NewItemOwnersItemAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemAppRoleAssignmentRequestBuilder

NewItemOwnersItemAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnersItemAppRoleAssignmentRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersItemAppRoleAssignmentRequestBuilder) Get added in v0.49.0

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

type ItemOwnersItemAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersItemAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersItemEndpointRequestBuilder added in v0.49.0

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

ItemOwnersItemEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnersItemEndpointRequestBuilder added in v0.49.0

NewItemOwnersItemEndpointRequestBuilder instantiates a new EndpointRequestBuilder and sets the default values.

func NewItemOwnersItemEndpointRequestBuilderInternal added in v0.49.0

func NewItemOwnersItemEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemEndpointRequestBuilder

NewItemOwnersItemEndpointRequestBuilderInternal instantiates a new EndpointRequestBuilder and sets the default values.

func (*ItemOwnersItemEndpointRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersItemEndpointRequestBuilder) Get added in v0.49.0

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

type ItemOwnersItemEndpointRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersItemEndpointRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersItemRefRequestBuilder added in v0.49.0

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

ItemOwnersItemRefRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewItemOwnersItemRefRequestBuilder added in v0.49.0

NewItemOwnersItemRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemOwnersItemRefRequestBuilderInternal added in v0.49.0

func NewItemOwnersItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemRefRequestBuilder

NewItemOwnersItemRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemOwnersItemRefRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete ref of navigation property owners for servicePrincipals

func (*ItemOwnersItemRefRequestBuilder) Delete added in v0.49.0

Delete delete ref of navigation property owners for servicePrincipals

type ItemOwnersItemRefRequestBuilderDeleteQueryParameters added in v0.49.0

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

ItemOwnersItemRefRequestBuilderDeleteQueryParameters delete ref of navigation property owners for servicePrincipals

type ItemOwnersItemRefRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemOwnersItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemOwnersItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnersItemServicePrincipalRequestBuilder added in v0.49.0

NewItemOwnersItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnersItemServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemOwnersItemServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemServicePrincipalRequestBuilder

NewItemOwnersItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnersItemServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemOwnersItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersItemUserRequestBuilder added in v0.49.0

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

ItemOwnersItemUserRequestBuilder casts the previous resource to user.

func NewItemOwnersItemUserRequestBuilder added in v0.49.0

NewItemOwnersItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemOwnersItemUserRequestBuilderInternal added in v0.49.0

func NewItemOwnersItemUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemUserRequestBuilder

NewItemOwnersItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemOwnersItemUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersItemUserRequestBuilder) Get added in v0.49.0

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

type ItemOwnersItemUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersRefRequestBuilder added in v0.49.0

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

ItemOwnersRefRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewItemOwnersRefRequestBuilder added in v0.49.0

NewItemOwnersRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.

func NewItemOwnersRefRequestBuilderInternal added in v0.49.0

func NewItemOwnersRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersRefRequestBuilder

NewItemOwnersRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.

func (*ItemOwnersRefRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (*ItemOwnersRefRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation create new navigation property ref to owners for servicePrincipals

func (*ItemOwnersRefRequestBuilder) Get added in v0.49.0

Get directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Find more info here

func (*ItemOwnersRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to owners for servicePrincipals

type ItemOwnersRefRequestBuilderGetQueryParameters added in v0.49.0

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

ItemOwnersRefRequestBuilderGetQueryParameters directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

type ItemOwnersRefRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersRefRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemOwnersRequestBuilder added in v0.49.0

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

ItemOwnersRequestBuilder provides operations to manage the owners property of the microsoft.graph.servicePrincipal entity.

func NewItemOwnersRequestBuilder added in v0.49.0

NewItemOwnersRequestBuilder instantiates a new OwnersRequestBuilder and sets the default values.

func NewItemOwnersRequestBuilderInternal added in v0.49.0

func NewItemOwnersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersRequestBuilder

NewItemOwnersRequestBuilderInternal instantiates a new OwnersRequestBuilder and sets the default values.

func (*ItemOwnersRequestBuilder) AppRoleAssignment added in v0.49.0

AppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

func (*ItemOwnersRequestBuilder) Endpoint added in v0.49.0

Endpoint casts the previous resource to endpoint.

func (*ItemOwnersRequestBuilder) Get added in v0.49.0

Get directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Find more info here

func (*ItemOwnersRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

func (*ItemOwnersRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemOwnersRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemOwnersRequestBuilderGetQueryParameters added in v0.49.0

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

ItemOwnersRequestBuilderGetQueryParameters directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).

type ItemOwnersRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemOwnersServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersServicePrincipalCountRequestBuilder added in v0.49.0

NewItemOwnersServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersServicePrincipalCountRequestBuilderInternal added in v0.49.0

func NewItemOwnersServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersServicePrincipalCountRequestBuilder

NewItemOwnersServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersServicePrincipalCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnersServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnersServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersServicePrincipalRequestBuilder added in v0.49.0

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

ItemOwnersServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnersServicePrincipalRequestBuilder added in v0.49.0

NewItemOwnersServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnersServicePrincipalRequestBuilderInternal added in v0.49.0

func NewItemOwnersServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersServicePrincipalRequestBuilder

NewItemOwnersServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnersServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemOwnersServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersUserCountRequestBuilder added in v0.49.0

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

ItemOwnersUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersUserCountRequestBuilder added in v0.49.0

NewItemOwnersUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersUserCountRequestBuilderInternal added in v0.49.0

func NewItemOwnersUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersUserCountRequestBuilder

NewItemOwnersUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersUserCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemOwnersUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemOwnersUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemOwnersUserRequestBuilder added in v0.49.0

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

ItemOwnersUserRequestBuilder casts the previous resource to user.

func NewItemOwnersUserRequestBuilder added in v0.49.0

NewItemOwnersUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemOwnersUserRequestBuilderInternal added in v0.49.0

func NewItemOwnersUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersUserRequestBuilder

NewItemOwnersUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemOwnersUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemOwnersUserRequestBuilder) Get added in v0.49.0

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

type ItemOwnersUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemOwnersUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemRemoveKeyPostRequestBody added in v0.49.0

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

ItemRemoveKeyPostRequestBody provides operations to call the removeKey method.

func NewItemRemoveKeyPostRequestBody added in v0.49.0

func NewItemRemoveKeyPostRequestBody() *ItemRemoveKeyPostRequestBody

NewItemRemoveKeyPostRequestBody instantiates a new ItemRemoveKeyPostRequestBody and sets the default values.

func (*ItemRemoveKeyPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemRemoveKeyPostRequestBody) GetAdditionalData() map[string]interface{}

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 (*ItemRemoveKeyPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemRemoveKeyPostRequestBody) GetKeyId added in v0.49.0

GetKeyId gets the keyId property value. The keyId property

func (*ItemRemoveKeyPostRequestBody) GetProof added in v0.49.0

func (m *ItemRemoveKeyPostRequestBody) GetProof() *string

GetProof gets the proof property value. The proof property

func (*ItemRemoveKeyPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemRemoveKeyPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemRemoveKeyPostRequestBody) SetAdditionalData(value map[string]interface{})

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 (*ItemRemoveKeyPostRequestBody) SetKeyId added in v0.49.0

SetKeyId sets the keyId property value. The keyId property

func (*ItemRemoveKeyPostRequestBody) SetProof added in v0.49.0

func (m *ItemRemoveKeyPostRequestBody) SetProof(value *string)

SetProof sets the proof property value. The proof property

type ItemRemoveKeyRequestBuilder added in v0.49.0

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

ItemRemoveKeyRequestBuilder provides operations to call the removeKey method.

func NewItemRemoveKeyRequestBuilder added in v0.49.0

NewItemRemoveKeyRequestBuilder instantiates a new RemoveKeyRequestBuilder and sets the default values.

func NewItemRemoveKeyRequestBuilderInternal added in v0.49.0

func NewItemRemoveKeyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRemoveKeyRequestBuilder

NewItemRemoveKeyRequestBuilderInternal instantiates a new RemoveKeyRequestBuilder and sets the default values.

func (*ItemRemoveKeyRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.

func (*ItemRemoveKeyRequestBuilder) Post added in v0.49.0

Post remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Find more info here

type ItemRemoveKeyRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemRemovePasswordPostRequestBody added in v0.49.0

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

ItemRemovePasswordPostRequestBody provides operations to call the removePassword method.

func NewItemRemovePasswordPostRequestBody added in v0.49.0

func NewItemRemovePasswordPostRequestBody() *ItemRemovePasswordPostRequestBody

NewItemRemovePasswordPostRequestBody instantiates a new ItemRemovePasswordPostRequestBody and sets the default values.

func (*ItemRemovePasswordPostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemRemovePasswordPostRequestBody) GetAdditionalData() map[string]interface{}

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 (*ItemRemovePasswordPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemRemovePasswordPostRequestBody) GetKeyId added in v0.49.0

GetKeyId gets the keyId property value. The keyId property

func (*ItemRemovePasswordPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemRemovePasswordPostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemRemovePasswordPostRequestBody) SetAdditionalData(value map[string]interface{})

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 (*ItemRemovePasswordPostRequestBody) SetKeyId added in v0.49.0

SetKeyId sets the keyId property value. The keyId property

type ItemRemovePasswordRequestBuilder added in v0.49.0

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

ItemRemovePasswordRequestBuilder provides operations to call the removePassword method.

func NewItemRemovePasswordRequestBuilder added in v0.49.0

NewItemRemovePasswordRequestBuilder instantiates a new RemovePasswordRequestBuilder and sets the default values.

func NewItemRemovePasswordRequestBuilderInternal added in v0.49.0

func NewItemRemovePasswordRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRemovePasswordRequestBuilder

NewItemRemovePasswordRequestBuilderInternal instantiates a new RemovePasswordRequestBuilder and sets the default values.

func (*ItemRemovePasswordRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation remove a password from a servicePrincipal object.

func (*ItemRemovePasswordRequestBuilder) Post added in v0.49.0

Post remove a password from a servicePrincipal object. Find more info here

type ItemRemovePasswordRequestBuilderPostRequestConfiguration added in v0.49.0

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

ItemRemovePasswordRequestBuilderPostRequestConfiguration 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) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation 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.

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

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 ItemTokenIssuancePoliciesCountRequestBuilder added in v0.49.0

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

ItemTokenIssuancePoliciesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTokenIssuancePoliciesCountRequestBuilder added in v0.49.0

NewItemTokenIssuancePoliciesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTokenIssuancePoliciesCountRequestBuilderInternal added in v0.49.0

func NewItemTokenIssuancePoliciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenIssuancePoliciesCountRequestBuilder

NewItemTokenIssuancePoliciesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTokenIssuancePoliciesCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTokenIssuancePoliciesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTokenIssuancePoliciesCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTokenIssuancePoliciesRequestBuilder added in v0.49.0

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

ItemTokenIssuancePoliciesRequestBuilder provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemTokenIssuancePoliciesRequestBuilder added in v0.49.0

NewItemTokenIssuancePoliciesRequestBuilder instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values.

func NewItemTokenIssuancePoliciesRequestBuilderInternal added in v0.49.0

func NewItemTokenIssuancePoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenIssuancePoliciesRequestBuilder

NewItemTokenIssuancePoliciesRequestBuilderInternal instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values.

func (*ItemTokenIssuancePoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTokenIssuancePoliciesRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation the tokenIssuancePolicies assigned to this service principal.

func (*ItemTokenIssuancePoliciesRequestBuilder) Get added in v0.49.0

Get the tokenIssuancePolicies assigned to this service principal.

type ItemTokenIssuancePoliciesRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTokenIssuancePoliciesRequestBuilderGetQueryParameters the tokenIssuancePolicies assigned to this service principal.

type ItemTokenIssuancePoliciesRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder added in v0.49.0

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

ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder added in v0.49.0

func NewItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder

NewItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values.

func NewItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderInternal added in v0.49.0

func NewItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder

NewItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderInternal instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values.

func (*ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation the tokenIssuancePolicies assigned to this service principal.

func (*ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) Get added in v0.49.0

Get the tokenIssuancePolicies assigned to this service principal.

type ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderGetQueryParameters the tokenIssuancePolicies assigned to this service principal.

type ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTokenLifetimePoliciesCountRequestBuilder added in v0.49.0

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

ItemTokenLifetimePoliciesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTokenLifetimePoliciesCountRequestBuilder added in v0.49.0

NewItemTokenLifetimePoliciesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTokenLifetimePoliciesCountRequestBuilderInternal added in v0.49.0

func NewItemTokenLifetimePoliciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenLifetimePoliciesCountRequestBuilder

NewItemTokenLifetimePoliciesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTokenLifetimePoliciesCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTokenLifetimePoliciesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTokenLifetimePoliciesCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTokenLifetimePoliciesRequestBuilder added in v0.49.0

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

ItemTokenLifetimePoliciesRequestBuilder provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemTokenLifetimePoliciesRequestBuilder added in v0.49.0

NewItemTokenLifetimePoliciesRequestBuilder instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values.

func NewItemTokenLifetimePoliciesRequestBuilderInternal added in v0.49.0

func NewItemTokenLifetimePoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenLifetimePoliciesRequestBuilder

NewItemTokenLifetimePoliciesRequestBuilderInternal instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values.

func (*ItemTokenLifetimePoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTokenLifetimePoliciesRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation the tokenLifetimePolicies assigned to this service principal.

func (*ItemTokenLifetimePoliciesRequestBuilder) Get added in v0.49.0

Get the tokenLifetimePolicies assigned to this service principal.

type ItemTokenLifetimePoliciesRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTokenLifetimePoliciesRequestBuilderGetQueryParameters the tokenLifetimePolicies assigned to this service principal.

type ItemTokenLifetimePoliciesRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder added in v0.49.0

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

ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder added in v0.49.0

func NewItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder

NewItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values.

func NewItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderInternal added in v0.49.0

func NewItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder

NewItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderInternal instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values.

func (*ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation the tokenLifetimePolicies assigned to this service principal.

func (*ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) Get added in v0.49.0

Get the tokenLifetimePolicies assigned to this service principal.

type ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderGetQueryParameters the tokenLifetimePolicies assigned to this service principal.

type ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfApplicationCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfApplicationCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfApplicationCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfApplicationCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfApplicationRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfApplicationRequestBuilder casts the previous resource to application.

func NewItemTransitiveMemberOfApplicationRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfApplicationRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfApplicationRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDeviceCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfDeviceCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfDeviceCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfDeviceCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDeviceCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfDeviceCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDeviceCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfDeviceCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfDeviceCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDeviceRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfDeviceRequestBuilder casts the previous resource to device.

func NewItemTransitiveMemberOfDeviceRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDeviceRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDeviceRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfDeviceRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

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

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

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

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

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get transitiveMemberOf from servicePrincipals

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get get transitiveMemberOf from servicePrincipals

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters get transitiveMemberOf from servicePrincipals

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfGroupCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGroupCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGroupCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGroupCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfGroupRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfGroupRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGroupRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfGroupRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemApplicationRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemApplicationRequestBuilder casts the previous resource to application.

func NewItemTransitiveMemberOfItemApplicationRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemApplicationRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemApplicationRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemDeviceRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemDeviceRequestBuilder casts the previous resource to device.

func NewItemTransitiveMemberOfItemDeviceRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemDeviceRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemDeviceRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemGroupRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfItemGroupRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGroupRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemGroupRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemOrgContactRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemTransitiveMemberOfItemOrgContactRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

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

NewItemTransitiveMemberOfItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemUserRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemUserRequestBuilder casts the previous resource to user.

func NewItemTransitiveMemberOfItemUserRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemUserRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemUserRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfOrgContactCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfOrgContactCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfOrgContactCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfOrgContactCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfOrgContactRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemTransitiveMemberOfOrgContactRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfRequestBuilder added in v0.49.0

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

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

func NewItemTransitiveMemberOfRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfRequestBuilder instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfRequestBuilderInternal instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemTransitiveMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get transitiveMemberOf from servicePrincipals

func (*ItemTransitiveMemberOfRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemTransitiveMemberOfRequestBuilder) Get added in v0.49.0

Get get transitiveMemberOf from servicePrincipals Find more info here

func (*ItemTransitiveMemberOfRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemTransitiveMemberOfRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemTransitiveMemberOfRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemTransitiveMemberOfRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemTransitiveMemberOfRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTransitiveMemberOfRequestBuilderGetQueryParameters get transitiveMemberOf from servicePrincipals

type ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

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

NewItemTransitiveMemberOfServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfServicePrincipalCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfServicePrincipalRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemTransitiveMemberOfServicePrincipalRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfUserCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfUserCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfUserCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfUserCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfUserRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfUserRequestBuilder casts the previous resource to user.

func NewItemTransitiveMemberOfUserRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfUserRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfUserRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ServicePrincipalItemRequestBuilder added in v0.49.0

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

ServicePrincipalItemRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewServicePrincipalItemRequestBuilder added in v0.49.0

NewServicePrincipalItemRequestBuilder instantiates a new ServicePrincipalItemRequestBuilder and sets the default values.

func NewServicePrincipalItemRequestBuilderInternal added in v0.49.0

func NewServicePrincipalItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServicePrincipalItemRequestBuilder

NewServicePrincipalItemRequestBuilderInternal instantiates a new ServicePrincipalItemRequestBuilder and sets the default values.

func (*ServicePrincipalItemRequestBuilder) AddKey added in v0.49.0

AddKey provides operations to call the addKey method.

func (*ServicePrincipalItemRequestBuilder) AddPassword added in v0.49.0

AddPassword provides operations to call the addPassword method.

func (*ServicePrincipalItemRequestBuilder) AddTokenSigningCertificate added in v0.49.0

AddTokenSigningCertificate provides operations to call the addTokenSigningCertificate method.

func (*ServicePrincipalItemRequestBuilder) AppRoleAssignedTo added in v0.49.0

AppRoleAssignedTo provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) AppRoleAssignedToById added in v0.49.0

AppRoleAssignedToById provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) AppRoleAssignments added in v0.49.0

AppRoleAssignments provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) AppRoleAssignmentsById added in v0.49.0

AppRoleAssignmentsById provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) CheckMemberGroups added in v0.49.0

CheckMemberGroups provides operations to call the checkMemberGroups method.

func (*ServicePrincipalItemRequestBuilder) CheckMemberObjects added in v0.49.0

CheckMemberObjects provides operations to call the checkMemberObjects method.

func (*ServicePrincipalItemRequestBuilder) ClaimsMappingPolicies added in v0.49.0

ClaimsMappingPolicies provides operations to manage the claimsMappingPolicies property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) ClaimsMappingPoliciesById added in v0.49.0

ClaimsMappingPoliciesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.servicePrincipals.item.claimsMappingPolicies.item collection

func (*ServicePrincipalItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete a servicePrincipal object.

func (*ServicePrincipalItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation retrieve the properties and relationships of a servicePrincipal object.

func (*ServicePrincipalItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update entity in servicePrincipals

func (*ServicePrincipalItemRequestBuilder) CreatedObjects added in v0.49.0

CreatedObjects provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) CreatedObjectsById added in v0.49.0

CreatedObjectsById provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) DelegatedPermissionClassifications added in v0.49.0

DelegatedPermissionClassifications provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) DelegatedPermissionClassificationsById added in v0.49.0

DelegatedPermissionClassificationsById provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) Delete added in v0.49.0

Delete delete a servicePrincipal object. Find more info here

func (*ServicePrincipalItemRequestBuilder) Endpoints added in v0.49.0

Endpoints provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) EndpointsById added in v0.49.0

EndpointsById provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) FederatedIdentityCredentials added in v0.49.0

FederatedIdentityCredentials provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) FederatedIdentityCredentialsById added in v0.49.0

FederatedIdentityCredentialsById provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of a servicePrincipal object. Find more info here

func (*ServicePrincipalItemRequestBuilder) GetMemberGroups added in v0.49.0

GetMemberGroups provides operations to call the getMemberGroups method.

func (*ServicePrincipalItemRequestBuilder) GetMemberObjects added in v0.49.0

GetMemberObjects provides operations to call the getMemberObjects method.

func (*ServicePrincipalItemRequestBuilder) HomeRealmDiscoveryPolicies added in v0.49.0

HomeRealmDiscoveryPolicies provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) HomeRealmDiscoveryPoliciesById added in v0.49.0

HomeRealmDiscoveryPoliciesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.servicePrincipals.item.homeRealmDiscoveryPolicies.item collection

func (*ServicePrincipalItemRequestBuilder) MemberOf added in v0.49.0

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

func (*ServicePrincipalItemRequestBuilder) MemberOfById added in v0.49.0

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

func (*ServicePrincipalItemRequestBuilder) Oauth2PermissionGrants added in v0.49.0

Oauth2PermissionGrants provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) Oauth2PermissionGrantsById added in v0.49.0

Oauth2PermissionGrantsById provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) OwnedObjects added in v0.49.0

OwnedObjects provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) OwnedObjectsById added in v0.49.0

OwnedObjectsById provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) Owners added in v0.49.0

Owners provides operations to manage the owners property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) OwnersById added in v0.49.0

OwnersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.servicePrincipals.item.owners.item collection

func (*ServicePrincipalItemRequestBuilder) RemoveKey added in v0.49.0

RemoveKey provides operations to call the removeKey method.

func (*ServicePrincipalItemRequestBuilder) RemovePassword added in v0.49.0

RemovePassword provides operations to call the removePassword method.

func (*ServicePrincipalItemRequestBuilder) Restore added in v0.49.0

Restore provides operations to call the restore method.

func (*ServicePrincipalItemRequestBuilder) TokenIssuancePolicies added in v0.49.0

TokenIssuancePolicies provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) TokenIssuancePoliciesById added in v0.49.0

TokenIssuancePoliciesById provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) TokenLifetimePolicies added in v0.49.0

TokenLifetimePolicies provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) TokenLifetimePoliciesById added in v0.49.0

TokenLifetimePoliciesById provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) TransitiveMemberOf added in v0.49.0

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

func (*ServicePrincipalItemRequestBuilder) TransitiveMemberOfById added in v0.49.0

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

type ServicePrincipalItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ServicePrincipalItemRequestBuilderGetQueryParameters added in v0.49.0

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

ServicePrincipalItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a servicePrincipal object.

type ServicePrincipalItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ServicePrincipalItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ServicePrincipalsRequestBuilder

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

ServicePrincipalsRequestBuilder provides operations to manage the collection of servicePrincipal entities.

func NewServicePrincipalsRequestBuilder

NewServicePrincipalsRequestBuilder instantiates a new ServicePrincipalsRequestBuilder and sets the default values.

func NewServicePrincipalsRequestBuilderInternal

func NewServicePrincipalsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServicePrincipalsRequestBuilder

NewServicePrincipalsRequestBuilderInternal instantiates a new ServicePrincipalsRequestBuilder and sets the default values.

func (*ServicePrincipalsRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*ServicePrincipalsRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation retrieve a list of servicePrincipal objects.

func (*ServicePrincipalsRequestBuilder) Delta

Delta provides operations to call the delta method.

func (*ServicePrincipalsRequestBuilder) GetAvailableExtensionProperties

GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.

func (*ServicePrincipalsRequestBuilder) GetByIds

GetByIds provides operations to call the getByIds method.

func (*ServicePrincipalsRequestBuilder) ValidateProperties

ValidateProperties provides operations to call the validateProperties method.

type ServicePrincipalsRequestBuilderGetQueryParameters

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

ServicePrincipalsRequestBuilderGetQueryParameters retrieve a list of servicePrincipal objects.

type ServicePrincipalsRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type ServicePrincipalsRequestBuilderPostRequestConfiguration added in v0.22.0

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

ServicePrincipalsRequestBuilderPostRequestConfiguration 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 provides operations to call the validateProperties method.

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]interface{}

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]interface{})

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) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation 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.

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

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