serviceprincipals

package
v0.64.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 8 Imported by: 12

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

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters added in v0.53.0

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

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaRequestBuilder added in v0.49.0

DeltaRequestBuilder provides operations to call the delta method.

func NewDeltaRequestBuilder added in v0.49.0

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal added in v0.49.0

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

NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DeltaRequestBuilder) Get added in v0.49.0

Get invoke function delta

func (*DeltaRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation invoke function delta

type DeltaRequestBuilderGetQueryParameters added in v0.49.0

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

DeltaRequestBuilderGetQueryParameters invoke function delta

type DeltaRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaResponse added in v0.49.0

DeltaResponse

func NewDeltaResponse added in v0.49.0

func NewDeltaResponse() *DeltaResponse

NewDeltaResponse instantiates a new DeltaResponse and sets the default values.

func (*DeltaResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*DeltaResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*DeltaResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*DeltaResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type GetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

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

GetAvailableExtensionPropertiesPostRequestBody

func NewGetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody

NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool

GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises added in v0.49.0

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

SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

type GetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

type GetAvailableExtensionPropertiesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

GetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal added in v0.49.0

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

NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBuilder) Post added in v0.49.0

Post invoke action getAvailableExtensionProperties

func (*GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action getAvailableExtensionProperties

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

GetAvailableExtensionPropertiesResponse

func NewGetAvailableExtensionPropertiesResponse added in v0.49.0

func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse

NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.

func (*GetAvailableExtensionPropertiesResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetAvailableExtensionPropertiesResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type GetByIdsPostRequestBody added in v0.49.0

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

GetByIdsPostRequestBody

func NewGetByIdsPostRequestBody added in v0.49.0

func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody

NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.

func (*GetByIdsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*GetByIdsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsPostRequestBody) GetIds added in v0.49.0

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

GetIds gets the ids property value. The ids property

func (*GetByIdsPostRequestBody) GetTypes added in v0.49.0

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

GetTypes gets the types property value. The types property

func (*GetByIdsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

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

GetByIdsRequestBuilder provides operations to call the getByIds method.

func NewGetByIdsRequestBuilder added in v0.49.0

NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.

func NewGetByIdsRequestBuilderInternal added in v0.49.0

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

NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.

func (*GetByIdsRequestBuilder) Post added in v0.49.0

Post invoke action getByIds

func (*GetByIdsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action getByIds

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

GetByIdsResponse

func NewGetByIdsResponse added in v0.49.0

func NewGetByIdsResponse() *GetByIdsResponse

NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.

func (*GetByIdsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetByIdsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type ItemAddKeyPostRequestBody added in v0.49.0

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

ItemAddKeyPostRequestBody

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]any

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

func (*ItemAddKeyPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

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]any)

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

func (*ItemAddKeyPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

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

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

Post invoke action addKey

func (*ItemAddKeyRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action addKey

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

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]any

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

func (*ItemAddPasswordPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

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]any)

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

func (*ItemAddPasswordPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemAddPasswordPostRequestBody) SetPasswordCredential added in v0.49.0

SetPasswordCredential sets the passwordCredential property value. The passwordCredential property

type ItemAddPasswordRequestBuilder added in v0.49.0

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) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action addPassword

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

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]any

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

func (*ItemAddTokenSigningCertificatePostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

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]any)

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

func (*ItemAddTokenSigningCertificatePostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action addTokenSigningCertificate

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 ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder added in v0.56.0

type ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder added in v0.56.0

func NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder

NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values.

func NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderInternal added in v0.56.0

func NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder

NewItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderInternal instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values.

func (*ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder) Get added in v0.56.0

Get the appManagementPolicy applied to this application.

func (*ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation the appManagementPolicy applied to this application.

type ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderGetQueryParameters added in v0.56.0

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

ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderGetQueryParameters the appManagementPolicy applied to this application.

type ItemAppManagementPoliciesAppManagementPolicyItemRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemAppManagementPoliciesCountRequestBuilder added in v0.56.0

type ItemAppManagementPoliciesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemAppManagementPoliciesCountRequestBuilder provides operations to count the resources in the collection.

func NewItemAppManagementPoliciesCountRequestBuilder added in v0.56.0

NewItemAppManagementPoliciesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemAppManagementPoliciesCountRequestBuilderInternal added in v0.56.0

func NewItemAppManagementPoliciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppManagementPoliciesCountRequestBuilder

NewItemAppManagementPoliciesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemAppManagementPoliciesCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemAppManagementPoliciesCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemAppManagementPoliciesCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemAppManagementPoliciesCountRequestBuilderGetQueryParameters get the number of the resource

type ItemAppManagementPoliciesCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemAppManagementPoliciesRequestBuilder added in v0.56.0

type ItemAppManagementPoliciesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemAppManagementPoliciesRequestBuilder provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity.

func NewItemAppManagementPoliciesRequestBuilder added in v0.56.0

NewItemAppManagementPoliciesRequestBuilder instantiates a new AppManagementPoliciesRequestBuilder and sets the default values.

func NewItemAppManagementPoliciesRequestBuilderInternal added in v0.56.0

func NewItemAppManagementPoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAppManagementPoliciesRequestBuilder

NewItemAppManagementPoliciesRequestBuilderInternal instantiates a new AppManagementPoliciesRequestBuilder and sets the default values.

func (*ItemAppManagementPoliciesRequestBuilder) ByAppManagementPolicyId added in v0.63.0

ByAppManagementPolicyId provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity.

func (*ItemAppManagementPoliciesRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemAppManagementPoliciesRequestBuilder) Get added in v0.56.0

Get the appManagementPolicy applied to this application.

func (*ItemAppManagementPoliciesRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation the appManagementPolicy applied to this application.

type ItemAppManagementPoliciesRequestBuilderGetQueryParameters added in v0.56.0

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

ItemAppManagementPoliciesRequestBuilderGetQueryParameters the appManagementPolicy applied to this application.

type ItemAppManagementPoliciesRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder added in v0.49.0

type ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property appRoleAssignedTo for servicePrincipals

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemAppRoleAssignedToAppRoleAssignmentItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property appRoleAssignedTo in servicePrincipals

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemAppRoleAssignedToCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemAppRoleAssignedToCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemAppRoleAssignedToCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemAppRoleAssignedToCountRequestBuilderGetQueryParameters
}

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

type ItemAppRoleAssignedToRequestBuilder added in v0.49.0

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) ByAppRoleAssignmentId added in v0.63.0

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

func (*ItemAppRoleAssignedToRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemAppRoleAssignedToRequestBuilder) 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.

func (*ItemAppRoleAssignedToRequestBuilder) Post added in v0.49.0

Post create new navigation property to appRoleAssignedTo for servicePrincipals

func (*ItemAppRoleAssignedToRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemAppRoleAssignedToRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to appRoleAssignedTo for servicePrincipals

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 app role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property appRoleAssignments for servicePrincipals

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemAppRoleAssignmentsAppRoleAssignmentItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemAppRoleAssignmentsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemAppRoleAssignmentsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemAppRoleAssignmentsCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemAppRoleAssignmentsCountRequestBuilderGetQueryParameters
}

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

type ItemAppRoleAssignmentsRequestBuilder added in v0.49.0

type ItemAppRoleAssignmentsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByAppRoleAssignmentId added in v0.63.0

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

func (*ItemAppRoleAssignmentsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemAppRoleAssignmentsRequestBuilder) Get added in v0.49.0

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

func (*ItemAppRoleAssignmentsRequestBuilder) Post added in v0.49.0

Post create new navigation property to appRoleAssignments for servicePrincipals

func (*ItemAppRoleAssignmentsRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemAppRoleAssignmentsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to appRoleAssignments for servicePrincipals

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

func NewItemCheckMemberGroupsPostRequestBody added in v0.49.0

func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody

NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.

func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds added in v0.49.0

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

GetGroupIds gets the groupIds property value. The groupIds property

func (*ItemCheckMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemCheckMemberGroupsPostRequestBody) SetGroupIds added in v0.49.0

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

SetGroupIds sets the groupIds property value. The groupIds property

type ItemCheckMemberGroupsRequestBuilder added in v0.49.0

ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsRequestBuilder added in v0.49.0

NewItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func NewItemCheckMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func (*ItemCheckMemberGroupsRequestBuilder) Post added in v0.49.0

Post invoke action checkMemberGroups

func (*ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action checkMemberGroups

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

ItemCheckMemberGroupsResponse

func NewItemCheckMemberGroupsResponse added in v0.49.0

func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse

NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.

func (*ItemCheckMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemCheckMemberObjectsPostRequestBody added in v0.49.0

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

ItemCheckMemberObjectsPostRequestBody

func NewItemCheckMemberObjectsPostRequestBody added in v0.49.0

func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody

NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.

func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsPostRequestBody) GetIds added in v0.49.0

GetIds gets the ids property value. The ids property

func (*ItemCheckMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemCheckMemberObjectsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

type ItemCheckMemberObjectsRequestBuilder added in v0.49.0

type ItemCheckMemberObjectsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsRequestBuilder added in v0.49.0

NewItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func NewItemCheckMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func (*ItemCheckMemberObjectsRequestBuilder) Post added in v0.49.0

Post invoke action checkMemberObjects

func (*ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action checkMemberObjects

type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberObjectsResponse added in v0.49.0

ItemCheckMemberObjectsResponse

func NewItemCheckMemberObjectsResponse added in v0.49.0

func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse

NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.

func (*ItemCheckMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder added in v0.49.0

type ItemClaimsMappingPoliciesClaimsMappingPolicyItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemClaimsMappingPoliciesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemClaimsMappingPoliciesCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemClaimsMappingPoliciesCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemClaimsMappingPoliciesCountRequestBuilderGetQueryParameters
}

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

type ItemClaimsMappingPoliciesItemRefRequestBuilder added in v0.49.0

type ItemClaimsMappingPoliciesItemRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Delete delete ref of navigation property claimsMappingPolicies for servicePrincipals

func (*ItemClaimsMappingPoliciesItemRefRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get the claimsMappingPolicies assigned to this service principal. Supports $expand.

func (*ItemClaimsMappingPoliciesRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to claimsMappingPolicies for servicePrincipals

func (*ItemClaimsMappingPoliciesRefRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the claimsMappingPolicies assigned to this service principal. Supports $expand.

func (*ItemClaimsMappingPoliciesRefRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation 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 the claimsMappingPolicies assigned to this service principal. Supports $expand.

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByClaimsMappingPolicyId added in v0.63.0

ByClaimsMappingPolicyId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.servicePrincipals.item.claimsMappingPolicies.item collection

func (*ItemClaimsMappingPoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemClaimsMappingPoliciesRequestBuilder) Get added in v0.49.0

Get the claimsMappingPolicies assigned to this service principal. Supports $expand.

func (*ItemClaimsMappingPoliciesRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

func (*ItemClaimsMappingPoliciesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the claimsMappingPolicies assigned to this service principal. Supports $expand.

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 the claimsMappingPolicies assigned to this service principal. Supports $expand.

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemCreatedObjectsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemCreatedObjectsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemCreatedObjectsCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemCreatedObjectsCountRequestBuilderGetQueryParameters
}

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

type ItemCreatedObjectsDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemCreatedObjectsDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

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

func (*ItemCreatedObjectsDirectoryObjectItemRequestBuilder) GraphServicePrincipal added in v0.56.0

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemCreatedObjectsDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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 ItemCreatedObjectsGraphServicePrincipalCountRequestBuilder added in v0.56.0

type ItemCreatedObjectsGraphServicePrincipalCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCreatedObjectsGraphServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemCreatedObjectsGraphServicePrincipalCountRequestBuilder added in v0.56.0

func NewItemCreatedObjectsGraphServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsGraphServicePrincipalCountRequestBuilder

NewItemCreatedObjectsGraphServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemCreatedObjectsGraphServicePrincipalCountRequestBuilderInternal added in v0.56.0

func NewItemCreatedObjectsGraphServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsGraphServicePrincipalCountRequestBuilder

NewItemCreatedObjectsGraphServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemCreatedObjectsGraphServicePrincipalCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemCreatedObjectsGraphServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemCreatedObjectsGraphServicePrincipalCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemCreatedObjectsGraphServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemCreatedObjectsGraphServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemCreatedObjectsGraphServicePrincipalRequestBuilder added in v0.56.0

type ItemCreatedObjectsGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCreatedObjectsGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemCreatedObjectsGraphServicePrincipalRequestBuilder added in v0.56.0

func NewItemCreatedObjectsGraphServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsGraphServicePrincipalRequestBuilder

NewItemCreatedObjectsGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemCreatedObjectsGraphServicePrincipalRequestBuilderInternal added in v0.56.0

func NewItemCreatedObjectsGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsGraphServicePrincipalRequestBuilder

NewItemCreatedObjectsGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemCreatedObjectsGraphServicePrincipalRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemCreatedObjectsGraphServicePrincipalRequestBuilder) Get added in v0.56.0

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

func (*ItemCreatedObjectsGraphServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemCreatedObjectsGraphServicePrincipalRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemCreatedObjectsGraphServicePrincipalRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemCreatedObjectsItemGraphServicePrincipalRequestBuilder added in v0.56.0

type ItemCreatedObjectsItemGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCreatedObjectsItemGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemCreatedObjectsItemGraphServicePrincipalRequestBuilder added in v0.56.0

func NewItemCreatedObjectsItemGraphServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsItemGraphServicePrincipalRequestBuilder

NewItemCreatedObjectsItemGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemCreatedObjectsItemGraphServicePrincipalRequestBuilderInternal added in v0.56.0

func NewItemCreatedObjectsItemGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCreatedObjectsItemGraphServicePrincipalRequestBuilder

NewItemCreatedObjectsItemGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemCreatedObjectsItemGraphServicePrincipalRequestBuilder) Get added in v0.56.0

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

func (*ItemCreatedObjectsItemGraphServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemCreatedObjectsItemGraphServicePrincipalRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemCreatedObjectsItemGraphServicePrincipalRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemCreatedObjectsRequestBuilder added in v0.49.0

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) ByDirectoryObjectId added in v0.63.0

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

func (*ItemCreatedObjectsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemCreatedObjectsRequestBuilder) Get added in v0.49.0

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

func (*ItemCreatedObjectsRequestBuilder) GraphServicePrincipal added in v0.56.0

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemCreatedObjectsRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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

type ItemDelegatedPermissionClassificationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemDelegatedPermissionClassificationsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemDelegatedPermissionClassificationsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemDelegatedPermissionClassificationsCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemDelegatedPermissionClassificationsCountRequestBuilderGetQueryParameters
}

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

type ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder added in v0.49.0

type ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property delegatedPermissionClassifications for servicePrincipals

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get delegatedPermissionClassifications from servicePrincipals

func (*ItemDelegatedPermissionClassificationsDelegatedPermissionClassificationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property delegatedPermissionClassifications in 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByDelegatedPermissionClassificationId added in v0.63.0

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

func (*ItemDelegatedPermissionClassificationsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemDelegatedPermissionClassificationsRequestBuilder) Get added in v0.49.0

Get get delegatedPermissionClassifications from servicePrincipals

func (*ItemDelegatedPermissionClassificationsRequestBuilder) Post added in v0.49.0

Post create new navigation property to delegatedPermissionClassifications for servicePrincipals

func (*ItemDelegatedPermissionClassificationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get delegatedPermissionClassifications from servicePrincipals

func (*ItemDelegatedPermissionClassificationsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to delegatedPermissionClassifications for servicePrincipals

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 get delegatedPermissionClassifications from servicePrincipals

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

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

Get get the number of the resource

func (*ItemEndpointsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemEndpointsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemEndpointsCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemEndpointsCountRequestBuilderGetQueryParameters
}

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

type ItemEndpointsEndpointItemRequestBuilder added in v0.49.0

type ItemEndpointsEndpointItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func (*ItemEndpointsEndpointItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property endpoints for servicePrincipals

func (*ItemEndpointsEndpointItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get endpoints from servicePrincipals

func (*ItemEndpointsEndpointItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation 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

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) ByEndpointId added in v0.63.0

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

func (*ItemEndpointsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

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

func (*ItemEndpointsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get endpoints from servicePrincipals

func (*ItemEndpointsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemFederatedIdentityCredentialsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemFederatedIdentityCredentialsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemFederatedIdentityCredentialsCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemFederatedIdentityCredentialsCountRequestBuilderGetQueryParameters
}

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

type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder added in v0.49.0

type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property federatedIdentityCredentials for servicePrincipals

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property federatedIdentityCredentials in servicePrincipals

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByFederatedIdentityCredentialId added in v0.63.0

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

func (*ItemFederatedIdentityCredentialsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

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

func (*ItemFederatedIdentityCredentialsRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemFederatedIdentityCredentialsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation 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

func NewItemGetMemberGroupsPostRequestBody added in v0.49.0

func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody

NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.

func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberGroupsRequestBuilder added in v0.49.0

ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsRequestBuilder added in v0.49.0

NewItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func NewItemGetMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func (*ItemGetMemberGroupsRequestBuilder) Post added in v0.49.0

Post invoke action getMemberGroups

func (*ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action getMemberGroups

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

ItemGetMemberGroupsResponse

func NewItemGetMemberGroupsResponse added in v0.49.0

func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse

NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.

func (*ItemGetMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemGetMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemGetMemberObjectsPostRequestBody added in v0.49.0

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

ItemGetMemberObjectsPostRequestBody

func NewItemGetMemberObjectsPostRequestBody added in v0.49.0

func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody

NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.

func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberObjectsRequestBuilder added in v0.49.0

ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsRequestBuilder added in v0.49.0

NewItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func NewItemGetMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func (*ItemGetMemberObjectsRequestBuilder) Post added in v0.49.0

Post invoke action getMemberObjects

func (*ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action getMemberObjects

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

ItemGetMemberObjectsResponse

func NewItemGetMemberObjectsResponse added in v0.49.0

func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse

NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.

func (*ItemGetMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemGetMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemHomeRealmDiscoveryPoliciesCountRequestBuilder added in v0.49.0

type ItemHomeRealmDiscoveryPoliciesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemHomeRealmDiscoveryPoliciesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemHomeRealmDiscoveryPoliciesCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemHomeRealmDiscoveryPoliciesCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemHomeRealmDiscoveryPoliciesCountRequestBuilderGetQueryParameters
}

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

type ItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder added in v0.49.0

type ItemHomeRealmDiscoveryPoliciesHomeRealmDiscoveryPolicyItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Delete delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals

func (*ItemHomeRealmDiscoveryPoliciesItemRefRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get the homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.

func (*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to homeRealmDiscoveryPolicies for servicePrincipals

func (*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.

func (*ItemHomeRealmDiscoveryPoliciesRefRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation 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 the homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByHomeRealmDiscoveryPolicyId added in v0.63.0

ByHomeRealmDiscoveryPolicyId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.servicePrincipals.item.homeRealmDiscoveryPolicies.item collection

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) Get added in v0.49.0

Get the homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

func (*ItemHomeRealmDiscoveryPoliciesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.

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 the homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.

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

ItemMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfCountRequestBuilder added in v0.49.0

NewItemMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemMemberOfCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMemberOfCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemMemberOfDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) 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) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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 ItemMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphAdministrativeUnitCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

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

NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal added in v0.59.0

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

NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) Get added in v0.59.0

Get get the number of the resource

func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters added in v0.59.0

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

ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemMemberOfGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

NewItemMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Count added in v0.59.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

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

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

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

type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemMemberOfGraphGroupCountRequestBuilder added in v0.56.0

type ItemMemberOfGraphGroupCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGraphGroupCountRequestBuilder added in v0.56.0

NewItemMemberOfGraphGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfGraphGroupCountRequestBuilderInternal added in v0.56.0

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

NewItemMemberOfGraphGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfGraphGroupCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemMemberOfGraphGroupRequestBuilder added in v0.56.0

type ItemMemberOfGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfGraphGroupRequestBuilder added in v0.56.0

NewItemMemberOfGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemMemberOfGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemMemberOfGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemMemberOfGraphGroupRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfGraphGroupRequestBuilder) Get added in v0.56.0

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

func (*ItemMemberOfGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemMemberOfGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

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

NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

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

func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

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

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemMemberOfItemGraphGroupRequestBuilder added in v0.56.0

type ItemMemberOfItemGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfItemGraphGroupRequestBuilder added in v0.56.0

NewItemMemberOfItemGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemMemberOfItemGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemMemberOfItemGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemMemberOfItemGraphGroupRequestBuilder) Get added in v0.56.0

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

func (*ItemMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemMemberOfRequestBuilder added in v0.49.0

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) ByDirectoryObjectId added in v0.63.0

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

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

func (*ItemMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

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.

func (*ItemMemberOfRequestBuilder) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemMemberOfRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group.

func (*ItemMemberOfRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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

type ItemOauth2PermissionGrantsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemOauth2PermissionGrantsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemOauth2PermissionGrantsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemOauth2PermissionGrantsCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemOauth2PermissionGrantsCountRequestBuilderGetQueryParameters
}

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

type ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder added in v0.49.0

type ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func (*ItemOauth2PermissionGrantsOAuth2PermissionGrantItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByOAuth2PermissionGrantId added in v0.63.0

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

func (*ItemOauth2PermissionGrantsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemOauth2PermissionGrantsRequestBuilder) 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.

func (*ItemOauth2PermissionGrantsRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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 delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable.

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

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

Get get the number of the resource

func (*ItemOwnedObjectsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemOwnedObjectsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemOwnedObjectsCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemOwnedObjectsCountRequestBuilderGetQueryParameters
}

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

type ItemOwnedObjectsDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemOwnedObjectsDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) 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) GraphAppRoleAssignment added in v0.56.0

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) GraphApplication added in v0.56.0

GraphApplication casts the previous resource to application.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) GraphEndpoint added in v0.56.0

GraphEndpoint casts the previous resource to endpoint.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) GraphServicePrincipal added in v0.56.0

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemOwnedObjectsDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation 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 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 ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder added in v0.56.0

func NewItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder

NewItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder

NewItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnedObjectsGraphAppRoleAssignmentCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphAppRoleAssignmentRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder

NewItemOwnedObjectsGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphApplicationCountRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphApplicationCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsGraphApplicationCountRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphApplicationCountRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphApplicationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphApplicationCountRequestBuilder

NewItemOwnedObjectsGraphApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphApplicationCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnedObjectsGraphApplicationCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnedObjectsGraphApplicationCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnedObjectsGraphApplicationCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnedObjectsGraphApplicationCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphApplicationRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphApplicationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphApplicationRequestBuilder casts the previous resource to application.

func NewItemOwnedObjectsGraphApplicationRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphApplicationRequestBuilder instantiates a new GraphApplicationRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphApplicationRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphApplicationRequestBuilder

NewItemOwnedObjectsGraphApplicationRequestBuilderInternal instantiates a new GraphApplicationRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphApplicationRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsGraphApplicationRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsGraphApplicationRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsGraphApplicationRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsGraphApplicationRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphEndpointCountRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphEndpointCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsGraphEndpointCountRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphEndpointCountRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphEndpointCountRequestBuilder

NewItemOwnedObjectsGraphEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphEndpointCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnedObjectsGraphEndpointCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnedObjectsGraphEndpointCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnedObjectsGraphEndpointCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnedObjectsGraphEndpointCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphEndpointRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnedObjectsGraphEndpointRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphEndpointRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphEndpointRequestBuilder

NewItemOwnedObjectsGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphEndpointRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsGraphEndpointRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsGraphEndpointRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsGraphEndpointRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsGraphEndpointRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphGroupCountRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphGroupCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsGraphGroupCountRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphGroupCountRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphGroupCountRequestBuilder

NewItemOwnedObjectsGraphGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphGroupCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnedObjectsGraphGroupCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnedObjectsGraphGroupCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnedObjectsGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnedObjectsGraphGroupCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphGroupRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphGroupRequestBuilder casts the previous resource to group.

func NewItemOwnedObjectsGraphGroupRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphGroupRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphGroupRequestBuilder

NewItemOwnedObjectsGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphGroupRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsGraphGroupRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphServicePrincipalCountRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphServicePrincipalCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnedObjectsGraphServicePrincipalCountRequestBuilder added in v0.56.0

func NewItemOwnedObjectsGraphServicePrincipalCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphServicePrincipalCountRequestBuilder

NewItemOwnedObjectsGraphServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphServicePrincipalCountRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphServicePrincipalCountRequestBuilder

NewItemOwnedObjectsGraphServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphServicePrincipalCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnedObjectsGraphServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnedObjectsGraphServicePrincipalCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnedObjectsGraphServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnedObjectsGraphServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsGraphServicePrincipalRequestBuilder added in v0.56.0

type ItemOwnedObjectsGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnedObjectsGraphServicePrincipalRequestBuilder added in v0.56.0

NewItemOwnedObjectsGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnedObjectsGraphServicePrincipalRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsGraphServicePrincipalRequestBuilder

NewItemOwnedObjectsGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnedObjectsGraphServicePrincipalRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnedObjectsGraphServicePrincipalRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsGraphServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsGraphServicePrincipalRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsGraphServicePrincipalRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder added in v0.56.0

type ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder added in v0.56.0

func NewItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder

NewItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder

NewItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphApplicationRequestBuilder added in v0.56.0

type ItemOwnedObjectsItemGraphApplicationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsItemGraphApplicationRequestBuilder casts the previous resource to application.

func NewItemOwnedObjectsItemGraphApplicationRequestBuilder added in v0.56.0

NewItemOwnedObjectsItemGraphApplicationRequestBuilder instantiates a new GraphApplicationRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemGraphApplicationRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsItemGraphApplicationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGraphApplicationRequestBuilder

NewItemOwnedObjectsItemGraphApplicationRequestBuilderInternal instantiates a new GraphApplicationRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemGraphApplicationRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsItemGraphApplicationRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsItemGraphApplicationRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphApplicationRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphEndpointRequestBuilder added in v0.56.0

type ItemOwnedObjectsItemGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsItemGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnedObjectsItemGraphEndpointRequestBuilder added in v0.56.0

NewItemOwnedObjectsItemGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemGraphEndpointRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsItemGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGraphEndpointRequestBuilder

NewItemOwnedObjectsItemGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemGraphEndpointRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsItemGraphEndpointRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsItemGraphEndpointRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphEndpointRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphGroupRequestBuilder added in v0.56.0

type ItemOwnedObjectsItemGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsItemGraphGroupRequestBuilder casts the previous resource to group.

func NewItemOwnedObjectsItemGraphGroupRequestBuilder added in v0.56.0

NewItemOwnedObjectsItemGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemGraphGroupRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsItemGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGraphGroupRequestBuilder

NewItemOwnedObjectsItemGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemGraphGroupRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsItemGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsItemGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphServicePrincipalRequestBuilder added in v0.56.0

type ItemOwnedObjectsItemGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnedObjectsItemGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnedObjectsItemGraphServicePrincipalRequestBuilder added in v0.56.0

func NewItemOwnedObjectsItemGraphServicePrincipalRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGraphServicePrincipalRequestBuilder

NewItemOwnedObjectsItemGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnedObjectsItemGraphServicePrincipalRequestBuilderInternal added in v0.56.0

func NewItemOwnedObjectsItemGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnedObjectsItemGraphServicePrincipalRequestBuilder

NewItemOwnedObjectsItemGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnedObjectsItemGraphServicePrincipalRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnedObjectsItemGraphServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnedObjectsItemGraphServicePrincipalRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnedObjectsItemGraphServicePrincipalRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnedObjectsRequestBuilder added in v0.49.0

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) ByDirectoryObjectId added in v0.63.0

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

func (*ItemOwnedObjectsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

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) GraphAppRoleAssignment added in v0.56.0

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnedObjectsRequestBuilder) GraphApplication added in v0.56.0

GraphApplication casts the previous resource to application.

func (*ItemOwnedObjectsRequestBuilder) GraphEndpoint added in v0.56.0

GraphEndpoint casts the previous resource to endpoint.

func (*ItemOwnedObjectsRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group.

func (*ItemOwnedObjectsRequestBuilder) GraphServicePrincipal added in v0.56.0

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemOwnedObjectsRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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

Get get the number of the resource

func (*ItemOwnersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemOwnersCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemOwnersCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemOwnersCountRequestBuilderGetQueryParameters
}

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

type ItemOwnersDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemOwnersDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) GraphAppRoleAssignment added in v0.56.0

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) GraphEndpoint added in v0.56.0

GraphEndpoint casts the previous resource to endpoint.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) GraphServicePrincipal added in v0.56.0

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) GraphUser added in v0.56.0

GraphUser casts the previous resource to user.

func (*ItemOwnersDirectoryObjectItemRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

type ItemOwnersGraphAppRoleAssignmentCountRequestBuilder added in v0.56.0

type ItemOwnersGraphAppRoleAssignmentCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersGraphAppRoleAssignmentCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersGraphAppRoleAssignmentCountRequestBuilder added in v0.56.0

NewItemOwnersGraphAppRoleAssignmentCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersGraphAppRoleAssignmentCountRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphAppRoleAssignmentCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphAppRoleAssignmentCountRequestBuilder

NewItemOwnersGraphAppRoleAssignmentCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersGraphAppRoleAssignmentCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnersGraphAppRoleAssignmentCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnersGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnersGraphAppRoleAssignmentCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnersGraphAppRoleAssignmentCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersGraphAppRoleAssignmentRequestBuilder added in v0.56.0

type ItemOwnersGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnersGraphAppRoleAssignmentRequestBuilder added in v0.56.0

NewItemOwnersGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnersGraphAppRoleAssignmentRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphAppRoleAssignmentRequestBuilder

NewItemOwnersGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnersGraphAppRoleAssignmentRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersGraphAppRoleAssignmentRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersGraphAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersGraphEndpointCountRequestBuilder added in v0.56.0

type ItemOwnersGraphEndpointCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersGraphEndpointCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersGraphEndpointCountRequestBuilder added in v0.56.0

NewItemOwnersGraphEndpointCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersGraphEndpointCountRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphEndpointCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphEndpointCountRequestBuilder

NewItemOwnersGraphEndpointCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersGraphEndpointCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnersGraphEndpointCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnersGraphEndpointCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnersGraphEndpointCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnersGraphEndpointCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersGraphEndpointRequestBuilder added in v0.56.0

type ItemOwnersGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnersGraphEndpointRequestBuilder added in v0.56.0

NewItemOwnersGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemOwnersGraphEndpointRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphEndpointRequestBuilder

NewItemOwnersGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemOwnersGraphEndpointRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersGraphEndpointRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersGraphEndpointRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersGraphEndpointRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersGraphEndpointRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersGraphServicePrincipalCountRequestBuilder added in v0.56.0

type ItemOwnersGraphServicePrincipalCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersGraphServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersGraphServicePrincipalCountRequestBuilder added in v0.56.0

NewItemOwnersGraphServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersGraphServicePrincipalCountRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphServicePrincipalCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphServicePrincipalCountRequestBuilder

NewItemOwnersGraphServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersGraphServicePrincipalCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnersGraphServicePrincipalCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnersGraphServicePrincipalCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnersGraphServicePrincipalCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnersGraphServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersGraphServicePrincipalRequestBuilder added in v0.56.0

type ItemOwnersGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnersGraphServicePrincipalRequestBuilder added in v0.56.0

NewItemOwnersGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnersGraphServicePrincipalRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphServicePrincipalRequestBuilder

NewItemOwnersGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnersGraphServicePrincipalRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersGraphServicePrincipalRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersGraphServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersGraphServicePrincipalRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersGraphServicePrincipalRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersGraphUserCountRequestBuilder added in v0.56.0

type ItemOwnersGraphUserCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersGraphUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemOwnersGraphUserCountRequestBuilder added in v0.56.0

NewItemOwnersGraphUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemOwnersGraphUserCountRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphUserCountRequestBuilder

NewItemOwnersGraphUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemOwnersGraphUserCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemOwnersGraphUserCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemOwnersGraphUserCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemOwnersGraphUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemOwnersGraphUserCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersGraphUserRequestBuilder added in v0.56.0

ItemOwnersGraphUserRequestBuilder casts the previous resource to user.

func NewItemOwnersGraphUserRequestBuilder added in v0.56.0

NewItemOwnersGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder and sets the default values.

func NewItemOwnersGraphUserRequestBuilderInternal added in v0.56.0

func NewItemOwnersGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersGraphUserRequestBuilder

NewItemOwnersGraphUserRequestBuilderInternal instantiates a new GraphUserRequestBuilder and sets the default values.

func (*ItemOwnersGraphUserRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemOwnersGraphUserRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersGraphUserRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersGraphUserRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersGraphUserRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersItemGraphAppRoleAssignmentRequestBuilder added in v0.56.0

type ItemOwnersItemGraphAppRoleAssignmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersItemGraphAppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.

func NewItemOwnersItemGraphAppRoleAssignmentRequestBuilder added in v0.56.0

NewItemOwnersItemGraphAppRoleAssignmentRequestBuilder instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func NewItemOwnersItemGraphAppRoleAssignmentRequestBuilderInternal added in v0.56.0

func NewItemOwnersItemGraphAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemGraphAppRoleAssignmentRequestBuilder

NewItemOwnersItemGraphAppRoleAssignmentRequestBuilderInternal instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values.

func (*ItemOwnersItemGraphAppRoleAssignmentRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersItemGraphAppRoleAssignmentRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersItemGraphAppRoleAssignmentRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersItemGraphAppRoleAssignmentRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersItemGraphEndpointRequestBuilder added in v0.56.0

type ItemOwnersItemGraphEndpointRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersItemGraphEndpointRequestBuilder casts the previous resource to endpoint.

func NewItemOwnersItemGraphEndpointRequestBuilder added in v0.56.0

NewItemOwnersItemGraphEndpointRequestBuilder instantiates a new GraphEndpointRequestBuilder and sets the default values.

func NewItemOwnersItemGraphEndpointRequestBuilderInternal added in v0.56.0

func NewItemOwnersItemGraphEndpointRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemGraphEndpointRequestBuilder

NewItemOwnersItemGraphEndpointRequestBuilderInternal instantiates a new GraphEndpointRequestBuilder and sets the default values.

func (*ItemOwnersItemGraphEndpointRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersItemGraphEndpointRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersItemGraphEndpointRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersItemGraphEndpointRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersItemGraphServicePrincipalRequestBuilder added in v0.56.0

type ItemOwnersItemGraphServicePrincipalRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersItemGraphServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemOwnersItemGraphServicePrincipalRequestBuilder added in v0.56.0

NewItemOwnersItemGraphServicePrincipalRequestBuilder instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func NewItemOwnersItemGraphServicePrincipalRequestBuilderInternal added in v0.56.0

func NewItemOwnersItemGraphServicePrincipalRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemGraphServicePrincipalRequestBuilder

NewItemOwnersItemGraphServicePrincipalRequestBuilderInternal instantiates a new GraphServicePrincipalRequestBuilder and sets the default values.

func (*ItemOwnersItemGraphServicePrincipalRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersItemGraphServicePrincipalRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersItemGraphServicePrincipalRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersItemGraphServicePrincipalRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersItemGraphUserRequestBuilder added in v0.56.0

type ItemOwnersItemGraphUserRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemOwnersItemGraphUserRequestBuilder casts the previous resource to user.

func NewItemOwnersItemGraphUserRequestBuilder added in v0.56.0

NewItemOwnersItemGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder and sets the default values.

func NewItemOwnersItemGraphUserRequestBuilderInternal added in v0.56.0

func NewItemOwnersItemGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemOwnersItemGraphUserRequestBuilder

NewItemOwnersItemGraphUserRequestBuilderInternal instantiates a new GraphUserRequestBuilder and sets the default values.

func (*ItemOwnersItemGraphUserRequestBuilder) Get added in v0.56.0

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

func (*ItemOwnersItemGraphUserRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemOwnersItemGraphUserRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemOwnersItemGraphUserRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemOwnersItemRefRequestBuilder added in v0.49.0

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

Delete delete ref of navigation property owners for servicePrincipals

func (*ItemOwnersItemRefRequestBuilder) ToDeleteRequestInformation added in v0.51.0

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

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

func (*ItemOwnersRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to owners for servicePrincipals

func (*ItemOwnersRefRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation 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) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation 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

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) ByDirectoryObjectId added in v0.63.0

func (m *ItemOwnersRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemOwnersDirectoryObjectItemRequestBuilder

ByDirectoryObjectId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.servicePrincipals.item.owners.item collection

func (*ItemOwnersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

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

func (*ItemOwnersRequestBuilder) GraphAppRoleAssignment added in v0.56.0

GraphAppRoleAssignment casts the previous resource to appRoleAssignment.

func (*ItemOwnersRequestBuilder) GraphEndpoint added in v0.56.0

GraphEndpoint casts the previous resource to endpoint.

func (*ItemOwnersRequestBuilder) GraphServicePrincipal added in v0.56.0

GraphServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemOwnersRequestBuilder) GraphUser added in v0.56.0

GraphUser casts the previous resource to user.

func (*ItemOwnersRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of servicePrincipal entities.

func (*ItemOwnersRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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

ItemRemoveKeyPostRequestBody

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]any

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

func (*ItemRemoveKeyPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

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]any)

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

func (*ItemRemoveKeyPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

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

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

Post invoke action removeKey

func (*ItemRemoveKeyRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action removeKey

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

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]any

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

func (*ItemRemovePasswordPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

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]any)

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

func (*ItemRemovePasswordPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemRemovePasswordPostRequestBody) SetKeyId added in v0.49.0

SetKeyId sets the keyId property value. The keyId property

type ItemRemovePasswordRequestBuilder added in v0.49.0

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

Post invoke action removePassword

func (*ItemRemovePasswordRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action removePassword

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

ItemRestoreRequestBuilder provides operations to call the restore method.

func NewItemRestoreRequestBuilder added in v0.49.0

NewItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewItemRestoreRequestBuilderInternal added in v0.49.0

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

NewItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*ItemRestoreRequestBuilder) Post added in v0.49.0

Post invoke action restore

func (*ItemRestoreRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action restore

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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemTokenIssuancePoliciesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTokenIssuancePoliciesCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemTokenIssuancePoliciesCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemTokenIssuancePoliciesCountRequestBuilderGetQueryParameters
}

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

type ItemTokenIssuancePoliciesRequestBuilder added in v0.49.0

type ItemTokenIssuancePoliciesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByTokenIssuancePolicyId added in v0.63.0

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

func (*ItemTokenIssuancePoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTokenIssuancePoliciesRequestBuilder) Get added in v0.49.0

Get the tokenIssuancePolicies assigned to this service principal.

func (*ItemTokenIssuancePoliciesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get the tokenIssuancePolicies assigned to this service principal.

func (*ItemTokenIssuancePoliciesTokenIssuancePolicyItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get the number of the resource

func (*ItemTokenLifetimePoliciesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTokenLifetimePoliciesCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemTokenLifetimePoliciesCountRequestBuilderGetQueryParameters 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
	// Request query parameters
	QueryParameters *ItemTokenLifetimePoliciesCountRequestBuilderGetQueryParameters
}

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

type ItemTokenLifetimePoliciesRequestBuilder added in v0.49.0

type ItemTokenLifetimePoliciesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByTokenLifetimePolicyId added in v0.63.0

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

func (*ItemTokenLifetimePoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTokenLifetimePoliciesRequestBuilder) Get added in v0.49.0

Get the tokenLifetimePolicies assigned to this service principal.

func (*ItemTokenLifetimePoliciesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation 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 {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get the tokenLifetimePolicies assigned to this service principal.

func (*ItemTokenLifetimePoliciesTokenLifetimePolicyItemRequestBuilder) ToGetRequestInformation added in v0.51.0

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

type ItemTransitiveMemberOfCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*ItemTransitiveMemberOfCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

Get get transitiveMemberOf from servicePrincipals

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get transitiveMemberOf from servicePrincipals

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 ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) Get added in v0.59.0

Get get the number of the resource

func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters added in v0.59.0

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

ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Count added in v0.59.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

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

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

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

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemTransitiveMemberOfGraphGroupCountRequestBuilder added in v0.56.0

type ItemTransitiveMemberOfGraphGroupCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGraphGroupCountRequestBuilder added in v0.56.0

NewItemTransitiveMemberOfGraphGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal added in v0.56.0

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

NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource

func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource

type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemTransitiveMemberOfGraphGroupRequestBuilder added in v0.56.0

type ItemTransitiveMemberOfGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfGraphGroupRequestBuilder added in v0.56.0

NewItemTransitiveMemberOfGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Get added in v0.56.0

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

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

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

NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

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

func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

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

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilder added in v0.56.0

type ItemTransitiveMemberOfItemGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfItemGraphGroupRequestBuilder added in v0.56.0

NewItemTransitiveMemberOfItemGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) Get added in v0.56.0

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

func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemTransitiveMemberOfRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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) ByDirectoryObjectId added in v0.63.0

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

func (*ItemTransitiveMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfRequestBuilder) Get added in v0.49.0

Get get transitiveMemberOf from servicePrincipals

func (*ItemTransitiveMemberOfRequestBuilder) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit.

func (*ItemTransitiveMemberOfRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group.

func (*ItemTransitiveMemberOfRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get transitiveMemberOf from servicePrincipals

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

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) AppManagementPolicies added in v0.56.0

AppManagementPolicies provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity.

func (*ServicePrincipalItemRequestBuilder) AppRoleAssignedTo added in v0.49.0

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

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

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

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

OwnedObjects 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) 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) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete a servicePrincipal object.

func (*ServicePrincipalItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of a servicePrincipal object.

func (*ServicePrincipalItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in servicePrincipals

func (*ServicePrincipalItemRequestBuilder) TokenIssuancePolicies added in v0.49.0

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

TransitiveMemberOf 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

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) ByServicePrincipalId added in v0.63.0

func (m *ServicePrincipalsRequestBuilder) ByServicePrincipalId(servicePrincipalId string) *ServicePrincipalItemRequestBuilder

ByServicePrincipalId provides operations to manage the collection of servicePrincipal entities.

func (*ServicePrincipalsRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

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) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of servicePrincipal objects.

func (*ServicePrincipalsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new servicePrincipal object.

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

func NewValidatePropertiesPostRequestBody added in v0.49.0

func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody

NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.

func (*ValidatePropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the backingStore property value. Stores model information.

func (*ValidatePropertiesPostRequestBody) GetDisplayName added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) GetEntityType added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string

GetEntityType gets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ValidatePropertiesPostRequestBody) GetMailNickname added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string

GetMailNickname gets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId added in v0.49.0

GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property

func (*ValidatePropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ValidatePropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the backingStore property value. Stores model information.

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

ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.

func NewValidatePropertiesRequestBuilder added in v0.49.0

NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func NewValidatePropertiesRequestBuilderInternal added in v0.49.0

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

NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func (*ValidatePropertiesRequestBuilder) Post added in v0.49.0

Post invoke action validateProperties

func (*ValidatePropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action validateProperties

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