contacts

package
v0.49.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: MIT Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDeltaResponseFromDiscriminatorValue added in v0.49.0

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

func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue added in v0.49.0

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

func CreateGetByIdsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateGetByIdsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

Types

type ContactsRequestBuilder

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

ContactsRequestBuilder provides operations to manage the collection of orgContact entities.

func NewContactsRequestBuilder

NewContactsRequestBuilder instantiates a new ContactsRequestBuilder and sets the default values.

func NewContactsRequestBuilderInternal

func NewContactsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ContactsRequestBuilder

NewContactsRequestBuilderInternal instantiates a new ContactsRequestBuilder and sets the default values.

func (*ContactsRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*ContactsRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get the list of organizational contacts for this organization.

func (*ContactsRequestBuilder) Delta

Delta provides operations to call the delta method.

func (*ContactsRequestBuilder) Get

Get get the list of organizational contacts for this organization. Find more info here

func (*ContactsRequestBuilder) GetAvailableExtensionProperties

func (m *ContactsRequestBuilder) GetAvailableExtensionProperties() *GetAvailableExtensionPropertiesRequestBuilder

GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.

func (*ContactsRequestBuilder) GetByIds

GetByIds provides operations to call the getByIds method.

func (*ContactsRequestBuilder) ValidateProperties

ValidateProperties provides operations to call the validateProperties method.

type ContactsRequestBuilderGetQueryParameters

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

ContactsRequestBuilderGetQueryParameters get the list of organizational contacts for this organization.

type ContactsRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type ContactsRequestBuilderPostRequestConfiguration added in v0.22.0

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

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

type CountRequestBuilder added in v0.49.0

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

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaRequestBuilder added in v0.49.0

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

DeltaRequestBuilder provides operations to call the delta method.

func NewDeltaRequestBuilder added in v0.49.0

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal added in v0.49.0

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

NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DeltaRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation invoke function delta

func (*DeltaRequestBuilder) Get added in v0.49.0

Get invoke function delta

type DeltaRequestBuilderGetQueryParameters added in v0.49.0

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

DeltaRequestBuilderGetQueryParameters invoke function delta

type DeltaRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaResponse added in v0.49.0

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

DeltaResponse provides operations to call the delta method.

func NewDeltaResponse added in v0.49.0

func NewDeltaResponse() *DeltaResponse

NewDeltaResponse instantiates a new DeltaResponse and sets the default values.

func (*DeltaResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*DeltaResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*DeltaResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*DeltaResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type GetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

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

GetAvailableExtensionPropertiesPostRequestBody provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody

NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool

GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises added in v0.49.0

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

SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

type GetAvailableExtensionPropertiesPostRequestBodyable added in v0.49.0

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

GetAvailableExtensionPropertiesPostRequestBodyable

type GetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

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

GetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal added in v0.49.0

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

NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBuilder) CreatePostRequestInformation added in v0.49.0

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

func (*GetAvailableExtensionPropertiesRequestBuilder) Post added in v0.49.0

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

type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type GetAvailableExtensionPropertiesResponse added in v0.49.0

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

GetAvailableExtensionPropertiesResponse provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesResponse added in v0.49.0

func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse

NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.

func (*GetAvailableExtensionPropertiesResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetAvailableExtensionPropertiesResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetAvailableExtensionPropertiesResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type GetByIdsPostRequestBody added in v0.49.0

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

GetByIdsPostRequestBody provides operations to call the getByIds method.

func NewGetByIdsPostRequestBody added in v0.49.0

func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody

NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.

func (*GetByIdsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsPostRequestBody) GetIds added in v0.49.0

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

GetIds gets the ids property value. The ids property

func (*GetByIdsPostRequestBody) GetTypes added in v0.49.0

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

GetTypes gets the types property value. The types property

func (*GetByIdsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

func (*GetByIdsPostRequestBody) SetTypes added in v0.49.0

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

SetTypes sets the types property value. The types property

type GetByIdsPostRequestBodyable added in v0.49.0

GetByIdsPostRequestBodyable

type GetByIdsRequestBuilder added in v0.49.0

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

GetByIdsRequestBuilder provides operations to call the getByIds method.

func NewGetByIdsRequestBuilder added in v0.49.0

NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.

func NewGetByIdsRequestBuilderInternal added in v0.49.0

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

NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.

func (*GetByIdsRequestBuilder) CreatePostRequestInformation added in v0.49.0

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

func (*GetByIdsRequestBuilder) Post added in v0.49.0

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

type GetByIdsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type GetByIdsResponse added in v0.49.0

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

GetByIdsResponse provides operations to call the getByIds method.

func NewGetByIdsResponse added in v0.49.0

func NewGetByIdsResponse() *GetByIdsResponse

NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.

func (*GetByIdsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*GetByIdsResponse) GetValue added in v0.49.0

GetValue gets the value property value. The value property

func (*GetByIdsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsResponse) SetValue added in v0.49.0

SetValue sets the value property value. The value property

type ItemCheckMemberGroupsPostRequestBody added in v0.49.0

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

ItemCheckMemberGroupsPostRequestBody provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsPostRequestBody added in v0.49.0

func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody

NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.

func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds added in v0.49.0

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

GetGroupIds gets the groupIds property value. The groupIds property

func (*ItemCheckMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) SetGroupIds added in v0.49.0

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

SetGroupIds sets the groupIds property value. The groupIds property

type ItemCheckMemberGroupsPostRequestBodyable added in v0.49.0

ItemCheckMemberGroupsPostRequestBodyable

type ItemCheckMemberGroupsRequestBuilder added in v0.49.0

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

ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsRequestBuilder added in v0.49.0

NewItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func NewItemCheckMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.

func (*ItemCheckMemberGroupsRequestBuilder) CreatePostRequestInformation added in v0.49.0

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

func (*ItemCheckMemberGroupsRequestBuilder) Post added in v0.49.0

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

type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberGroupsResponse added in v0.49.0

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

ItemCheckMemberGroupsResponse provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsResponse added in v0.49.0

func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse

NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.

func (*ItemCheckMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberGroupsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemCheckMemberObjectsPostRequestBody added in v0.49.0

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

ItemCheckMemberObjectsPostRequestBody provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsPostRequestBody added in v0.49.0

func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody

NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.

func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsPostRequestBody) GetIds added in v0.49.0

GetIds gets the ids property value. The ids property

func (*ItemCheckMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

type ItemCheckMemberObjectsPostRequestBodyable added in v0.49.0

ItemCheckMemberObjectsPostRequestBodyable

type ItemCheckMemberObjectsRequestBuilder added in v0.49.0

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

ItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsRequestBuilder added in v0.49.0

NewItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func NewItemCheckMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.

func (*ItemCheckMemberObjectsRequestBuilder) CreatePostRequestInformation added in v0.49.0

CreatePostRequestInformation invoke action checkMemberObjects

func (*ItemCheckMemberObjectsRequestBuilder) Post added in v0.49.0

Post invoke action checkMemberObjects

type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberObjectsResponse added in v0.49.0

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

ItemCheckMemberObjectsResponse provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsResponse added in v0.49.0

func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse

NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.

func (*ItemCheckMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemCheckMemberObjectsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemCheckMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemDirectReportsCountRequestBuilder added in v0.49.0

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

ItemDirectReportsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDirectReportsCountRequestBuilder added in v0.49.0

NewItemDirectReportsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemDirectReportsCountRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsCountRequestBuilder

NewItemDirectReportsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemDirectReportsCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemDirectReportsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemDirectReportsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsDirectoryObjectItemRequestBuilder added in v0.49.0

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

ItemDirectReportsDirectoryObjectItemRequestBuilder provides operations to manage the directReports property of the microsoft.graph.orgContact entity.

func NewItemDirectReportsDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemDirectReportsDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemDirectReportsDirectoryObjectItemRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsDirectoryObjectItemRequestBuilder

NewItemDirectReportsDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get directReports from contacts

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get get directReports from contacts

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemDirectReportsDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemDirectReportsDirectoryObjectItemRequestBuilderGetQueryParameters get directReports from contacts

type ItemDirectReportsDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsItemOrgContactRequestBuilder added in v0.49.0

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

ItemDirectReportsItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemDirectReportsItemOrgContactRequestBuilder added in v0.49.0

NewItemDirectReportsItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemDirectReportsItemOrgContactRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsItemOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsItemOrgContactRequestBuilder

NewItemDirectReportsItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemDirectReportsItemOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemDirectReportsItemOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemDirectReportsItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemDirectReportsItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsItemUserRequestBuilder added in v0.49.0

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

ItemDirectReportsItemUserRequestBuilder casts the previous resource to user.

func NewItemDirectReportsItemUserRequestBuilder added in v0.49.0

NewItemDirectReportsItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemDirectReportsItemUserRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsItemUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsItemUserRequestBuilder

NewItemDirectReportsItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemDirectReportsItemUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemDirectReportsItemUserRequestBuilder) Get added in v0.49.0

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

type ItemDirectReportsItemUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemDirectReportsItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsOrgContactCountRequestBuilder added in v0.49.0

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

ItemDirectReportsOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDirectReportsOrgContactCountRequestBuilder added in v0.49.0

NewItemDirectReportsOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemDirectReportsOrgContactCountRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsOrgContactCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsOrgContactCountRequestBuilder

NewItemDirectReportsOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemDirectReportsOrgContactCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemDirectReportsOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemDirectReportsOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsOrgContactRequestBuilder added in v0.49.0

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

ItemDirectReportsOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemDirectReportsOrgContactRequestBuilder added in v0.49.0

NewItemDirectReportsOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemDirectReportsOrgContactRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsOrgContactRequestBuilder

NewItemDirectReportsOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemDirectReportsOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemDirectReportsOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemDirectReportsOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemDirectReportsOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemDirectReportsOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsRequestBuilder added in v0.49.0

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

ItemDirectReportsRequestBuilder provides operations to manage the directReports property of the microsoft.graph.orgContact entity.

func NewItemDirectReportsRequestBuilder added in v0.49.0

NewItemDirectReportsRequestBuilder instantiates a new DirectReportsRequestBuilder and sets the default values.

func NewItemDirectReportsRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsRequestBuilder

NewItemDirectReportsRequestBuilderInternal instantiates a new DirectReportsRequestBuilder and sets the default values.

func (*ItemDirectReportsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemDirectReportsRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get directReports from contacts

func (*ItemDirectReportsRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemDirectReportsRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemDirectReportsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemDirectReportsRequestBuilderGetQueryParameters get directReports from contacts

type ItemDirectReportsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsUserCountRequestBuilder added in v0.49.0

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

ItemDirectReportsUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDirectReportsUserCountRequestBuilder added in v0.49.0

NewItemDirectReportsUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemDirectReportsUserCountRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsUserCountRequestBuilder

NewItemDirectReportsUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemDirectReportsUserCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemDirectReportsUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemDirectReportsUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemDirectReportsUserRequestBuilder added in v0.49.0

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

ItemDirectReportsUserRequestBuilder casts the previous resource to user.

func NewItemDirectReportsUserRequestBuilder added in v0.49.0

NewItemDirectReportsUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemDirectReportsUserRequestBuilderInternal added in v0.49.0

func NewItemDirectReportsUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsUserRequestBuilder

NewItemDirectReportsUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemDirectReportsUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemDirectReportsUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemDirectReportsUserRequestBuilder) Get added in v0.49.0

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

type ItemDirectReportsUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemDirectReportsUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberGroupsPostRequestBody added in v0.49.0

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

ItemGetMemberGroupsPostRequestBody provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsPostRequestBody added in v0.49.0

func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody

NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.

func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberGroupsPostRequestBodyable added in v0.49.0

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

ItemGetMemberGroupsPostRequestBodyable

type ItemGetMemberGroupsRequestBuilder added in v0.49.0

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

ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsRequestBuilder added in v0.49.0

NewItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func NewItemGetMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.

func (*ItemGetMemberGroupsRequestBuilder) CreatePostRequestInformation added in v0.49.0

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

func (*ItemGetMemberGroupsRequestBuilder) Post added in v0.49.0

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

type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberGroupsResponse added in v0.49.0

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

ItemGetMemberGroupsResponse provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsResponse added in v0.49.0

func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse

NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.

func (*ItemGetMemberGroupsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberGroupsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemGetMemberGroupsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemGetMemberObjectsPostRequestBody added in v0.49.0

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

ItemGetMemberObjectsPostRequestBody provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsPostRequestBody added in v0.49.0

func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody

NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.

func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property

func (*ItemGetMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberObjectsPostRequestBodyable added in v0.49.0

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

ItemGetMemberObjectsPostRequestBodyable

type ItemGetMemberObjectsRequestBuilder added in v0.49.0

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

ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsRequestBuilder added in v0.49.0

NewItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func NewItemGetMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.

func (*ItemGetMemberObjectsRequestBuilder) CreatePostRequestInformation added in v0.49.0

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

func (*ItemGetMemberObjectsRequestBuilder) Post added in v0.49.0

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

type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberObjectsResponse added in v0.49.0

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

ItemGetMemberObjectsResponse provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsResponse added in v0.49.0

func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse

NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.

func (*ItemGetMemberObjectsResponse) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ItemGetMemberObjectsResponse) GetValue added in v0.49.0

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

GetValue gets the value property value. The value property

func (*ItemGetMemberObjectsResponse) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsResponse) SetValue added in v0.49.0

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

SetValue sets the value property value. The value property

type ItemManagerRequestBuilder added in v0.49.0

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

ItemManagerRequestBuilder provides operations to manage the manager property of the microsoft.graph.orgContact entity.

func NewItemManagerRequestBuilder added in v0.49.0

NewItemManagerRequestBuilder instantiates a new ManagerRequestBuilder and sets the default values.

func NewItemManagerRequestBuilderInternal added in v0.49.0

func NewItemManagerRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemManagerRequestBuilder

NewItemManagerRequestBuilderInternal instantiates a new ManagerRequestBuilder and sets the default values.

func (*ItemManagerRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get this organizational contact's manager.

func (*ItemManagerRequestBuilder) Get added in v0.49.0

Get get this organizational contact's manager. Find more info here

type ItemManagerRequestBuilderGetQueryParameters added in v0.49.0

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

ItemManagerRequestBuilderGetQueryParameters get this organizational contact's manager.

type ItemManagerRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfApplicationCountRequestBuilder added in v0.49.0

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

ItemMemberOfApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfApplicationCountRequestBuilder added in v0.49.0

NewItemMemberOfApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfApplicationCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfApplicationCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfApplicationRequestBuilder added in v0.49.0

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

ItemMemberOfApplicationRequestBuilder casts the previous resource to application.

func NewItemMemberOfApplicationRequestBuilder added in v0.49.0

NewItemMemberOfApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMemberOfApplicationRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMemberOfApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfApplicationRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfCountRequestBuilder added in v0.49.0

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

ItemMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfCountRequestBuilder added in v0.49.0

NewItemMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDeviceCountRequestBuilder added in v0.49.0

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

ItemMemberOfDeviceCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfDeviceCountRequestBuilder added in v0.49.0

NewItemMemberOfDeviceCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfDeviceCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfDeviceCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfDeviceCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfDeviceCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfDeviceCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDeviceRequestBuilder added in v0.49.0

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

ItemMemberOfDeviceRequestBuilder casts the previous resource to device.

func NewItemMemberOfDeviceRequestBuilder added in v0.49.0

NewItemMemberOfDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMemberOfDeviceRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMemberOfDeviceRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfDeviceRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

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

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

func NewItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemMemberOfDirectoryObjectItemRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get memberOf from contacts

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get get memberOf from contacts

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters get memberOf from contacts

type ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfGroupCountRequestBuilder added in v0.49.0

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

ItemMemberOfGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGroupCountRequestBuilder added in v0.49.0

NewItemMemberOfGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfGroupCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfGroupCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfGroupRequestBuilder added in v0.49.0

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

ItemMemberOfGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfGroupRequestBuilder added in v0.49.0

NewItemMemberOfGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMemberOfGroupRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMemberOfGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfGroupRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemApplicationRequestBuilder added in v0.49.0

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

ItemMemberOfItemApplicationRequestBuilder casts the previous resource to application.

func NewItemMemberOfItemApplicationRequestBuilder added in v0.49.0

NewItemMemberOfItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemMemberOfItemApplicationRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemMemberOfItemApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemApplicationRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemDeviceRequestBuilder added in v0.49.0

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

ItemMemberOfItemDeviceRequestBuilder casts the previous resource to device.

func NewItemMemberOfItemDeviceRequestBuilder added in v0.49.0

NewItemMemberOfItemDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemMemberOfItemDeviceRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemMemberOfItemDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemDeviceRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemGroupRequestBuilder added in v0.49.0

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

ItemMemberOfItemGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfItemGroupRequestBuilder added in v0.49.0

NewItemMemberOfItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemMemberOfItemGroupRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemMemberOfItemGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemGroupRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemOrgContactRequestBuilder added in v0.49.0

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

ItemMemberOfItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMemberOfItemOrgContactRequestBuilder added in v0.49.0

NewItemMemberOfItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMemberOfItemOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMemberOfItemOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemMemberOfItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

NewItemMemberOfItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMemberOfItemServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMemberOfItemServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfItemUserRequestBuilder added in v0.49.0

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

ItemMemberOfItemUserRequestBuilder casts the previous resource to user.

func NewItemMemberOfItemUserRequestBuilder added in v0.49.0

NewItemMemberOfItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMemberOfItemUserRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMemberOfItemUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfItemUserRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfItemUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfOrgContactCountRequestBuilder added in v0.49.0

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

ItemMemberOfOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfOrgContactCountRequestBuilder added in v0.49.0

NewItemMemberOfOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfOrgContactCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfOrgContactCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfOrgContactRequestBuilder added in v0.49.0

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

ItemMemberOfOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemMemberOfOrgContactRequestBuilder added in v0.49.0

NewItemMemberOfOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemMemberOfOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemMemberOfOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfRequestBuilder added in v0.49.0

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

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

func NewItemMemberOfRequestBuilder added in v0.49.0

NewItemMemberOfRequestBuilder instantiates a new MemberOfRequestBuilder and sets the default values.

func NewItemMemberOfRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfRequestBuilderInternal instantiates a new MemberOfRequestBuilder and sets the default values.

func (*ItemMemberOfRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get memberOf from contacts

func (*ItemMemberOfRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemMemberOfRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemMemberOfRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemMemberOfRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemMemberOfRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemMemberOfRequestBuilderGetQueryParameters added in v0.49.0

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

ItemMemberOfRequestBuilderGetQueryParameters get memberOf from contacts

type ItemMemberOfRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemMemberOfServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

NewItemMemberOfServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfServicePrincipalCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfServicePrincipalCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfServicePrincipalRequestBuilder added in v0.49.0

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

ItemMemberOfServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemMemberOfServicePrincipalRequestBuilder added in v0.49.0

NewItemMemberOfServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemMemberOfServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemMemberOfServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfUserCountRequestBuilder added in v0.49.0

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

ItemMemberOfUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfUserCountRequestBuilder added in v0.49.0

NewItemMemberOfUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemMemberOfUserCountRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemMemberOfUserCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemMemberOfUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemMemberOfUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfUserRequestBuilder added in v0.49.0

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

ItemMemberOfUserRequestBuilder casts the previous resource to user.

func NewItemMemberOfUserRequestBuilder added in v0.49.0

NewItemMemberOfUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemMemberOfUserRequestBuilderInternal added in v0.49.0

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

NewItemMemberOfUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemMemberOfUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemMemberOfUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemMemberOfUserRequestBuilder) Get added in v0.49.0

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

type ItemMemberOfUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemMemberOfUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemRestoreRequestBuilder added in v0.49.0

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

ItemRestoreRequestBuilder provides operations to call the restore method.

func NewItemRestoreRequestBuilder added in v0.49.0

NewItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.

func NewItemRestoreRequestBuilderInternal added in v0.49.0

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

NewItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.

func (*ItemRestoreRequestBuilder) CreatePostRequestInformation added in v0.49.0

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

func (*ItemRestoreRequestBuilder) Post added in v0.49.0

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

type ItemRestoreRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfApplicationCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfApplicationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfApplicationCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfApplicationCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfApplicationCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfApplicationCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfApplicationCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfApplicationCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfApplicationCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfApplicationRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfApplicationRequestBuilder casts the previous resource to application.

func NewItemTransitiveMemberOfApplicationRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfApplicationRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfApplicationRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfApplicationRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDeviceCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfDeviceCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfDeviceCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfDeviceCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDeviceCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfDeviceCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDeviceCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfDeviceCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfDeviceCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDeviceRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfDeviceRequestBuilder casts the previous resource to device.

func NewItemTransitiveMemberOfDeviceRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDeviceRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDeviceRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfDeviceRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

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

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

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

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

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get transitiveMemberOf from contacts

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get get transitiveMemberOf from contacts

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters get transitiveMemberOf from contacts

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfGroupCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGroupCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGroupCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGroupCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfGroupCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfGroupCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfGroupRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfGroupRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGroupRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGroupRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfGroupRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemApplicationRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemApplicationRequestBuilder casts the previous resource to application.

func NewItemTransitiveMemberOfItemApplicationRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemApplicationRequestBuilder instantiates a new ApplicationRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemApplicationRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemApplicationRequestBuilderInternal instantiates a new ApplicationRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemApplicationRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemApplicationRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemApplicationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemDeviceRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemDeviceRequestBuilder casts the previous resource to device.

func NewItemTransitiveMemberOfItemDeviceRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemDeviceRequestBuilder instantiates a new DeviceRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemDeviceRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemDeviceRequestBuilderInternal instantiates a new DeviceRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemDeviceRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemDeviceRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemDeviceRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemGroupRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfItemGroupRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemGroupRequestBuilder instantiates a new GroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGroupRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemGroupRequestBuilderInternal instantiates a new GroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGroupRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemGroupRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemGroupRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemGroupRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemOrgContactRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemTransitiveMemberOfItemOrgContactRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilder added in v0.49.0

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

NewItemTransitiveMemberOfItemServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfItemUserRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfItemUserRequestBuilder casts the previous resource to user.

func NewItemTransitiveMemberOfItemUserRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfItemUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemUserRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfItemUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfItemUserRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfItemUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfItemUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfOrgContactCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfOrgContactCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfOrgContactCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfOrgContactCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfOrgContactCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfOrgContactCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfOrgContactCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfOrgContactCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfOrgContactRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemTransitiveMemberOfOrgContactRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfOrgContactRequestBuilder instantiates a new OrgContactRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfOrgContactRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfOrgContactRequestBuilderInternal instantiates a new OrgContactRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfOrgContactRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfOrgContactRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfOrgContactRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfRequestBuilder added in v0.49.0

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

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

func NewItemTransitiveMemberOfRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfRequestBuilder instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfRequestBuilderInternal instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfRequestBuilder) Application added in v0.49.0

Application casts the previous resource to application.

func (*ItemTransitiveMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get transitiveMemberOf from contacts

func (*ItemTransitiveMemberOfRequestBuilder) Device added in v0.49.0

Device casts the previous resource to device.

func (*ItemTransitiveMemberOfRequestBuilder) Group added in v0.49.0

Group casts the previous resource to group.

func (*ItemTransitiveMemberOfRequestBuilder) OrgContact added in v0.49.0

OrgContact casts the previous resource to orgContact.

func (*ItemTransitiveMemberOfRequestBuilder) ServicePrincipal added in v0.49.0

ServicePrincipal casts the previous resource to servicePrincipal.

func (*ItemTransitiveMemberOfRequestBuilder) User added in v0.49.0

User casts the previous resource to user.

type ItemTransitiveMemberOfRequestBuilderGetQueryParameters added in v0.49.0

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

ItemTransitiveMemberOfRequestBuilderGetQueryParameters get transitiveMemberOf from contacts

type ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfServicePrincipalCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilder added in v0.49.0

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

NewItemTransitiveMemberOfServicePrincipalCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfServicePrincipalCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfServicePrincipalCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfServicePrincipalCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfServicePrincipalCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfServicePrincipalCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfServicePrincipalRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfServicePrincipalRequestBuilder casts the previous resource to servicePrincipal.

func NewItemTransitiveMemberOfServicePrincipalRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfServicePrincipalRequestBuilder instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfServicePrincipalRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfServicePrincipalRequestBuilderInternal instantiates a new ServicePrincipalRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfServicePrincipalRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfServicePrincipalRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfUserCountRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfUserCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfUserCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfUserCountRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfUserCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfUserCountRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the number of the resource

func (*ItemTransitiveMemberOfUserCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

type ItemTransitiveMemberOfUserCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfUserRequestBuilder added in v0.49.0

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

ItemTransitiveMemberOfUserRequestBuilder casts the previous resource to user.

func NewItemTransitiveMemberOfUserRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfUserRequestBuilder instantiates a new UserRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfUserRequestBuilderInternal added in v0.49.0

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

NewItemTransitiveMemberOfUserRequestBuilderInternal instantiates a new UserRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfUserRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*ItemTransitiveMemberOfUserRequestBuilder) CreateGetRequestInformation added in v0.49.0

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

func (*ItemTransitiveMemberOfUserRequestBuilder) Get added in v0.49.0

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

type ItemTransitiveMemberOfUserRequestBuilderGetQueryParameters added in v0.49.0

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

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

type ItemTransitiveMemberOfUserRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type OrgContactItemRequestBuilder added in v0.49.0

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

OrgContactItemRequestBuilder provides operations to manage the collection of orgContact entities.

func NewOrgContactItemRequestBuilder added in v0.49.0

NewOrgContactItemRequestBuilder instantiates a new OrgContactItemRequestBuilder and sets the default values.

func NewOrgContactItemRequestBuilderInternal added in v0.49.0

func NewOrgContactItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrgContactItemRequestBuilder

NewOrgContactItemRequestBuilderInternal instantiates a new OrgContactItemRequestBuilder and sets the default values.

func (*OrgContactItemRequestBuilder) CheckMemberGroups added in v0.49.0

CheckMemberGroups provides operations to call the checkMemberGroups method.

func (*OrgContactItemRequestBuilder) CheckMemberObjects added in v0.49.0

CheckMemberObjects provides operations to call the checkMemberObjects method.

func (*OrgContactItemRequestBuilder) CreateDeleteRequestInformation added in v0.49.0

CreateDeleteRequestInformation delete entity from contacts

func (*OrgContactItemRequestBuilder) CreateGetRequestInformation added in v0.49.0

CreateGetRequestInformation get the properties and relationships of an organizational contact.

func (*OrgContactItemRequestBuilder) CreatePatchRequestInformation added in v0.49.0

CreatePatchRequestInformation update entity in contacts

func (*OrgContactItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from contacts

func (*OrgContactItemRequestBuilder) DirectReports added in v0.49.0

DirectReports provides operations to manage the directReports property of the microsoft.graph.orgContact entity.

func (*OrgContactItemRequestBuilder) DirectReportsById added in v0.49.0

DirectReportsById provides operations to manage the directReports property of the microsoft.graph.orgContact entity.

func (*OrgContactItemRequestBuilder) Get added in v0.49.0

Get get the properties and relationships of an organizational contact. Find more info here

func (*OrgContactItemRequestBuilder) GetMemberGroups added in v0.49.0

GetMemberGroups provides operations to call the getMemberGroups method.

func (*OrgContactItemRequestBuilder) GetMemberObjects added in v0.49.0

GetMemberObjects provides operations to call the getMemberObjects method.

func (*OrgContactItemRequestBuilder) Manager added in v0.49.0

Manager provides operations to manage the manager property of the microsoft.graph.orgContact entity.

func (*OrgContactItemRequestBuilder) MemberOf added in v0.49.0

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

func (*OrgContactItemRequestBuilder) MemberOfById added in v0.49.0

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

func (*OrgContactItemRequestBuilder) Restore added in v0.49.0

Restore provides operations to call the restore method.

func (*OrgContactItemRequestBuilder) TransitiveMemberOf added in v0.49.0

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

func (*OrgContactItemRequestBuilder) TransitiveMemberOfById added in v0.49.0

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

type OrgContactItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type OrgContactItemRequestBuilderGetQueryParameters added in v0.49.0

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

OrgContactItemRequestBuilderGetQueryParameters get the properties and relationships of an organizational contact.

type OrgContactItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type OrgContactItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ValidatePropertiesPostRequestBody added in v0.49.0

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

ValidatePropertiesPostRequestBody provides operations to call the validateProperties method.

func NewValidatePropertiesPostRequestBody added in v0.49.0

func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody

NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.

func (*ValidatePropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) GetDisplayName added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) GetEntityType added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string

GetEntityType gets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model

func (*ValidatePropertiesPostRequestBody) GetMailNickname added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string

GetMailNickname gets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId added in v0.49.0

GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property

func (*ValidatePropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ValidatePropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) SetDisplayName added in v0.49.0

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

SetDisplayName sets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) SetEntityType added in v0.49.0

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

SetEntityType sets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) SetMailNickname added in v0.49.0

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

SetMailNickname sets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId added in v0.49.0

SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property

type ValidatePropertiesPostRequestBodyable added in v0.49.0

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

ValidatePropertiesPostRequestBodyable

type ValidatePropertiesRequestBuilder added in v0.49.0

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

ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.

func NewValidatePropertiesRequestBuilder added in v0.49.0

NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func NewValidatePropertiesRequestBuilderInternal added in v0.49.0

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

NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func (*ValidatePropertiesRequestBuilder) CreatePostRequestInformation added in v0.49.0

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

func (*ValidatePropertiesRequestBuilder) Post added in v0.49.0

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

type ValidatePropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

Source Files

Jump to

Keyboard shortcuts

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