contacts

package
v1.57.0 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: MIT Imports: 7 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDeltaGetResponseFromDiscriminatorValue added in v1.20.0

CreateDeltaGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateDeltaResponseFromDiscriminatorValue added in v0.49.0

CreateDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue added in v1.20.0

CreateGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue added in v0.49.0

CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateGetByIdsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateGetByIdsPostResponseFromDiscriminatorValue added in v1.20.0

CreateGetByIdsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateGetByIdsResponseFromDiscriminatorValue added in v0.49.0

CreateGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemCheckMemberGroupsPostResponseFromDiscriminatorValue added in v1.20.0

CreateItemCheckMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemCheckMemberObjectsPostResponseFromDiscriminatorValue added in v1.20.0

CreateItemCheckMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

CreateItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemGetMemberGroupsPostResponseFromDiscriminatorValue added in v1.20.0

CreateItemGetMemberGroupsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemGetMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemGetMemberObjectsPostResponseFromDiscriminatorValue added in v1.20.0

CreateItemGetMemberObjectsPostResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateItemGetMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

CreateItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

Types

type ContactsRequestBuilder

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

func (m *ContactsRequestBuilder) ByOrgContactId(orgContactId string) *OrgContactItemRequestBuilder

ByOrgContactId provides operations to manage the collection of orgContact entities. returns a *OrgContactItemRequestBuilder when successful

func (*ContactsRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection. returns a *CountRequestBuilder when successful

func (*ContactsRequestBuilder) Delta

Delta provides operations to call the delta method. returns a *DeltaRequestBuilder when successful

func (*ContactsRequestBuilder) Get

Get get the list of organizational contacts for this organization. returns a OrgContactCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ContactsRequestBuilder) GetAvailableExtensionProperties

func (m *ContactsRequestBuilder) GetAvailableExtensionProperties() *GetAvailableExtensionPropertiesRequestBuilder

GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method. returns a *GetAvailableExtensionPropertiesRequestBuilder when successful

func (*ContactsRequestBuilder) GetByIds

GetByIds provides operations to call the getByIds method. returns a *GetByIdsRequestBuilder when successful

func (*ContactsRequestBuilder) Post

Post add new entity to contacts returns a OrgContactable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ContactsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the list of organizational contacts for this organization. returns a *RequestInformation when successful

func (*ContactsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation add new entity to contacts returns a *RequestInformation when successful

func (*ContactsRequestBuilder) ValidateProperties

ValidateProperties provides operations to call the validateProperties method. returns a *ValidatePropertiesRequestBuilder when successful

func (*ContactsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ContactsRequestBuilder when successful

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

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*CountRequestBuilder) WithUrl added in v1.18.0

func (m *CountRequestBuilder) WithUrl(rawUrl string) *CountRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CountRequestBuilder when successful

type CountRequestBuilderGetQueryParameters added in v0.53.0

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

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaGetResponse added in v1.20.0

func NewDeltaGetResponse added in v1.20.0

func NewDeltaGetResponse() *DeltaGetResponse

NewDeltaGetResponse instantiates a new DeltaGetResponse and sets the default values.

func (*DeltaGetResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*DeltaGetResponse) GetValue added in v1.20.0

GetValue gets the value property value. The value property returns a []OrgContactable when successful

func (*DeltaGetResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*DeltaGetResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type DeltaRequestBuilder added in v0.49.0

DeltaRequestBuilder provides operations to call the delta method.

func NewDeltaRequestBuilder added in v0.49.0

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal added in v0.49.0

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

NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.

func (*DeltaRequestBuilder) Get added in v0.49.0

Get get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. Deprecated: This method is obsolete. Use GetAsDeltaGetResponse instead. returns a DeltaResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DeltaRequestBuilder) GetAsDeltaGetResponse added in v1.20.0

func (m *DeltaRequestBuilder) GetAsDeltaGetResponse(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration) (DeltaGetResponseable, error)

GetAsDeltaGetResponse get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. returns a DeltaGetResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*DeltaRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. returns a *RequestInformation when successful

func (*DeltaRequestBuilder) WithUrl added in v1.18.0

func (m *DeltaRequestBuilder) WithUrl(rawUrl string) *DeltaRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *DeltaRequestBuilder when successful

type DeltaRequestBuilderGetQueryParameters added in v0.49.0

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

DeltaRequestBuilderGetQueryParameters get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.

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

type DeltaResponse struct {
	DeltaGetResponse
}

Deprecated: This class is obsolete. Use DeltaGetResponseable instead.

func NewDeltaResponse added in v0.49.0

func NewDeltaResponse() *DeltaResponse

NewDeltaResponse instantiates a new DeltaResponse and sets the default values.

type DeltaResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use DeltaGetResponseable instead.

type GetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

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

func NewGetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody

NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool

GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property returns a *bool when successful

func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises added in v0.49.0

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

SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

type GetAvailableExtensionPropertiesPostResponse added in v1.20.0

func NewGetAvailableExtensionPropertiesPostResponse added in v1.20.0

func NewGetAvailableExtensionPropertiesPostResponse() *GetAvailableExtensionPropertiesPostResponse

NewGetAvailableExtensionPropertiesPostResponse instantiates a new GetAvailableExtensionPropertiesPostResponse and sets the default values.

func (*GetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*GetAvailableExtensionPropertiesPostResponse) GetValue added in v1.20.0

GetValue gets the value property value. The value property returns a []ExtensionPropertyable when successful

func (*GetAvailableExtensionPropertiesPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type GetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

type GetAvailableExtensionPropertiesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

GetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal added in v0.49.0

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

NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBuilder) Post added in v0.49.0

Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: Deprecated: This method is obsolete. Use PostAsGetAvailableExtensionPropertiesPostResponse instead. returns a GetAvailableExtensionPropertiesResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse added in v1.20.0

PostAsGetAvailableExtensionPropertiesPostResponse return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: returns a GetAvailableExtensionPropertiesPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: returns a *RequestInformation when successful

func (*GetAvailableExtensionPropertiesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *GetAvailableExtensionPropertiesRequestBuilder when successful

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

type GetAvailableExtensionPropertiesResponse struct {
	GetAvailableExtensionPropertiesPostResponse
}

Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.

func NewGetAvailableExtensionPropertiesResponse added in v0.49.0

func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse

NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.

type GetAvailableExtensionPropertiesResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.

type GetByIdsPostRequestBody added in v0.49.0

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

func NewGetByIdsPostRequestBody added in v0.49.0

func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody

NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.

func (*GetByIdsPostRequestBody) GetAdditionalData added in v0.49.0

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

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*GetByIdsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*GetByIdsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*GetByIdsPostRequestBody) GetIds added in v0.49.0

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

GetIds gets the ids property value. The ids property returns a []string when successful

func (*GetByIdsPostRequestBody) GetTypes added in v0.49.0

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

GetTypes gets the types property value. The types property returns a []string when successful

func (*GetByIdsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*GetByIdsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

func (*GetByIdsPostRequestBody) SetTypes added in v0.49.0

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

SetTypes sets the types property value. The types property

type GetByIdsPostResponse added in v1.20.0

func NewGetByIdsPostResponse added in v1.20.0

func NewGetByIdsPostResponse() *GetByIdsPostResponse

NewGetByIdsPostResponse instantiates a new GetByIdsPostResponse and sets the default values.

func (*GetByIdsPostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*GetByIdsPostResponse) GetValue added in v1.20.0

GetValue gets the value property value. The value property returns a []DirectoryObjectable when successful

func (*GetByIdsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*GetByIdsPostResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type GetByIdsRequestBuilder added in v0.49.0

GetByIdsRequestBuilder provides operations to call the getByIds method.

func NewGetByIdsRequestBuilder added in v0.49.0

NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.

func NewGetByIdsRequestBuilderInternal added in v0.49.0

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

NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.

func (*GetByIdsRequestBuilder) Post added in v0.49.0

Post return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: Deprecated: This method is obsolete. Use PostAsGetByIdsPostResponse instead. returns a GetByIdsResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*GetByIdsRequestBuilder) PostAsGetByIdsPostResponse added in v1.20.0

PostAsGetByIdsPostResponse return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: returns a GetByIdsPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*GetByIdsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: returns a *RequestInformation when successful

func (*GetByIdsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *GetByIdsRequestBuilder when successful

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

type GetByIdsResponse struct {
	GetByIdsPostResponse
}

Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.

func NewGetByIdsResponse added in v0.49.0

func NewGetByIdsResponse() *GetByIdsResponse

NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.

type GetByIdsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.

type ItemCheckMemberGroupsPostRequestBody added in v0.49.0

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

func NewItemCheckMemberGroupsPostRequestBody added in v0.49.0

func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody

NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.

func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemCheckMemberGroupsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds added in v0.49.0

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

GetGroupIds gets the groupIds property value. The groupIds property returns a []string when successful

func (*ItemCheckMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemCheckMemberGroupsPostRequestBody) SetGroupIds added in v0.49.0

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

SetGroupIds sets the groupIds property value. The groupIds property

type ItemCheckMemberGroupsPostResponse added in v1.20.0

func NewItemCheckMemberGroupsPostResponse added in v1.20.0

func NewItemCheckMemberGroupsPostResponse() *ItemCheckMemberGroupsPostResponse

NewItemCheckMemberGroupsPostResponse instantiates a new ItemCheckMemberGroupsPostResponse and sets the default values.

func (*ItemCheckMemberGroupsPostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemCheckMemberGroupsPostResponse) GetValue added in v1.20.0

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

GetValue gets the value property value. The value property returns a []string when successful

func (*ItemCheckMemberGroupsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemCheckMemberGroupsRequestBuilder added in v0.49.0

ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsRequestBuilder added in v0.49.0

NewItemCheckMemberGroupsRequestBuilder instantiates a new ItemCheckMemberGroupsRequestBuilder 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 ItemCheckMemberGroupsRequestBuilder and sets the default values.

func (*ItemCheckMemberGroupsRequestBuilder) Post added in v0.49.0

Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. Deprecated: This method is obsolete. Use PostAsCheckMemberGroupsPostResponse instead. returns a ItemCheckMemberGroupsResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse added in v1.20.0

PostAsCheckMemberGroupsPostResponse 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 Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. returns a ItemCheckMemberGroupsPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ItemCheckMemberGroupsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemCheckMemberGroupsRequestBuilder when successful

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

type ItemCheckMemberGroupsResponse struct {
	ItemCheckMemberGroupsPostResponse
}

Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.

func NewItemCheckMemberGroupsResponse added in v0.49.0

func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse

NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.

type ItemCheckMemberGroupsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.

type ItemCheckMemberObjectsPostRequestBody added in v0.49.0

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

func NewItemCheckMemberObjectsPostRequestBody added in v0.49.0

func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody

NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.

func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemCheckMemberObjectsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemCheckMemberObjectsPostRequestBody) GetIds added in v0.49.0

GetIds gets the ids property value. The ids property returns a []string when successful

func (*ItemCheckMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemCheckMemberObjectsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

type ItemCheckMemberObjectsPostResponse added in v1.20.0

func NewItemCheckMemberObjectsPostResponse added in v1.20.0

func NewItemCheckMemberObjectsPostResponse() *ItemCheckMemberObjectsPostResponse

NewItemCheckMemberObjectsPostResponse instantiates a new ItemCheckMemberObjectsPostResponse and sets the default values.

func (*ItemCheckMemberObjectsPostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemCheckMemberObjectsPostResponse) GetValue added in v1.20.0

GetValue gets the value property value. The value property returns a []string when successful

func (*ItemCheckMemberObjectsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemCheckMemberObjectsRequestBuilder added in v0.49.0

type ItemCheckMemberObjectsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsRequestBuilder added in v0.49.0

NewItemCheckMemberObjectsRequestBuilder instantiates a new ItemCheckMemberObjectsRequestBuilder 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 ItemCheckMemberObjectsRequestBuilder and sets the default values.

func (*ItemCheckMemberObjectsRequestBuilder) Post added in v0.49.0

Post invoke action checkMemberObjects Deprecated: This method is obsolete. Use PostAsCheckMemberObjectsPostResponse instead. returns a ItemCheckMemberObjectsResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse added in v1.20.0

PostAsCheckMemberObjectsPostResponse invoke action checkMemberObjects returns a ItemCheckMemberObjectsPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action checkMemberObjects returns a *RequestInformation when successful

func (*ItemCheckMemberObjectsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemCheckMemberObjectsRequestBuilder when successful

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

type ItemCheckMemberObjectsResponse struct {
	ItemCheckMemberObjectsPostResponse
}

Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.

func NewItemCheckMemberObjectsResponse added in v0.49.0

func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse

NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.

type ItemCheckMemberObjectsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.

type ItemDirectReportsCountRequestBuilder added in v0.49.0

type ItemDirectReportsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDirectReportsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDirectReportsCountRequestBuilder added in v0.49.0

NewItemDirectReportsCountRequestBuilder instantiates a new ItemDirectReportsCountRequestBuilder 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 ItemDirectReportsCountRequestBuilder and sets the default values.

func (*ItemDirectReportsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemDirectReportsCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsCountRequestBuilder when successful

type ItemDirectReportsCountRequestBuilderGetQueryParameters added in v0.53.0

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

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

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

type ItemDirectReportsDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemDirectReportsDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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 ItemDirectReportsDirectoryObjectItemRequestBuilder 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 ItemDirectReportsDirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. returns a DirectoryObjectable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphOrgContact added in v0.56.0

GraphOrgContact casts the previous resource to orgContact. returns a *ItemDirectReportsItemGraphOrgContactRequestBuilder when successful

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphUser added in v0.56.0

GraphUser casts the previous resource to user. returns a *ItemDirectReportsItemGraphUserRequestBuilder when successful

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. returns a *RequestInformation when successful

func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsDirectoryObjectItemRequestBuilder when successful

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 the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.

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

type ItemDirectReportsGraphOrgContactCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDirectReportsGraphOrgContactCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDirectReportsGraphOrgContactCountRequestBuilder added in v0.56.0

NewItemDirectReportsGraphOrgContactCountRequestBuilder instantiates a new ItemDirectReportsGraphOrgContactCountRequestBuilder and sets the default values.

func NewItemDirectReportsGraphOrgContactCountRequestBuilderInternal added in v0.56.0

func NewItemDirectReportsGraphOrgContactCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphOrgContactCountRequestBuilder

NewItemDirectReportsGraphOrgContactCountRequestBuilderInternal instantiates a new ItemDirectReportsGraphOrgContactCountRequestBuilder and sets the default values.

func (*ItemDirectReportsGraphOrgContactCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsGraphOrgContactCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemDirectReportsGraphOrgContactCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsGraphOrgContactCountRequestBuilder when successful

type ItemDirectReportsGraphOrgContactCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemDirectReportsGraphOrgContactCountRequestBuilderGetQueryParameters get the number of the resource

type ItemDirectReportsGraphOrgContactCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemDirectReportsGraphOrgContactRequestBuilder added in v0.56.0

type ItemDirectReportsGraphOrgContactRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDirectReportsGraphOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemDirectReportsGraphOrgContactRequestBuilder added in v0.56.0

NewItemDirectReportsGraphOrgContactRequestBuilder instantiates a new ItemDirectReportsGraphOrgContactRequestBuilder and sets the default values.

func NewItemDirectReportsGraphOrgContactRequestBuilderInternal added in v0.56.0

func NewItemDirectReportsGraphOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphOrgContactRequestBuilder

NewItemDirectReportsGraphOrgContactRequestBuilderInternal instantiates a new ItemDirectReportsGraphOrgContactRequestBuilder and sets the default values.

func (*ItemDirectReportsGraphOrgContactRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection. returns a *ItemDirectReportsGraphOrgContactCountRequestBuilder when successful

func (*ItemDirectReportsGraphOrgContactRequestBuilder) Get added in v0.56.0

Get get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection returns a OrgContactCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsGraphOrgContactRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection returns a *RequestInformation when successful

func (*ItemDirectReportsGraphOrgContactRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsGraphOrgContactRequestBuilder when successful

type ItemDirectReportsGraphOrgContactRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemDirectReportsGraphOrgContactRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemDirectReportsGraphUserCountRequestBuilder added in v0.56.0

type ItemDirectReportsGraphUserCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDirectReportsGraphUserCountRequestBuilder provides operations to count the resources in the collection.

func NewItemDirectReportsGraphUserCountRequestBuilder added in v0.56.0

NewItemDirectReportsGraphUserCountRequestBuilder instantiates a new ItemDirectReportsGraphUserCountRequestBuilder and sets the default values.

func NewItemDirectReportsGraphUserCountRequestBuilderInternal added in v0.56.0

func NewItemDirectReportsGraphUserCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphUserCountRequestBuilder

NewItemDirectReportsGraphUserCountRequestBuilderInternal instantiates a new ItemDirectReportsGraphUserCountRequestBuilder and sets the default values.

func (*ItemDirectReportsGraphUserCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsGraphUserCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemDirectReportsGraphUserCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsGraphUserCountRequestBuilder when successful

type ItemDirectReportsGraphUserCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemDirectReportsGraphUserCountRequestBuilderGetQueryParameters get the number of the resource

type ItemDirectReportsGraphUserCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemDirectReportsGraphUserRequestBuilder added in v0.56.0

type ItemDirectReportsGraphUserRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDirectReportsGraphUserRequestBuilder casts the previous resource to user.

func NewItemDirectReportsGraphUserRequestBuilder added in v0.56.0

NewItemDirectReportsGraphUserRequestBuilder instantiates a new ItemDirectReportsGraphUserRequestBuilder and sets the default values.

func NewItemDirectReportsGraphUserRequestBuilderInternal added in v0.56.0

func NewItemDirectReportsGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphUserRequestBuilder

NewItemDirectReportsGraphUserRequestBuilderInternal instantiates a new ItemDirectReportsGraphUserRequestBuilder and sets the default values.

func (*ItemDirectReportsGraphUserRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection. returns a *ItemDirectReportsGraphUserCountRequestBuilder when successful

func (*ItemDirectReportsGraphUserRequestBuilder) Get added in v0.56.0

Get get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection returns a UserCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsGraphUserRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection returns a *RequestInformation when successful

func (*ItemDirectReportsGraphUserRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsGraphUserRequestBuilder when successful

type ItemDirectReportsGraphUserRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemDirectReportsGraphUserRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemDirectReportsItemGraphOrgContactRequestBuilder added in v0.56.0

type ItemDirectReportsItemGraphOrgContactRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDirectReportsItemGraphOrgContactRequestBuilder casts the previous resource to orgContact.

func NewItemDirectReportsItemGraphOrgContactRequestBuilder added in v0.56.0

NewItemDirectReportsItemGraphOrgContactRequestBuilder instantiates a new ItemDirectReportsItemGraphOrgContactRequestBuilder and sets the default values.

func NewItemDirectReportsItemGraphOrgContactRequestBuilderInternal added in v0.56.0

func NewItemDirectReportsItemGraphOrgContactRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsItemGraphOrgContactRequestBuilder

NewItemDirectReportsItemGraphOrgContactRequestBuilderInternal instantiates a new ItemDirectReportsItemGraphOrgContactRequestBuilder and sets the default values.

func (*ItemDirectReportsItemGraphOrgContactRequestBuilder) Get added in v0.56.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact returns a OrgContactable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsItemGraphOrgContactRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact returns a *RequestInformation when successful

func (*ItemDirectReportsItemGraphOrgContactRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsItemGraphOrgContactRequestBuilder when successful

type ItemDirectReportsItemGraphOrgContactRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemDirectReportsItemGraphOrgContactRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemDirectReportsItemGraphUserRequestBuilder added in v0.56.0

type ItemDirectReportsItemGraphUserRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemDirectReportsItemGraphUserRequestBuilder casts the previous resource to user.

func NewItemDirectReportsItemGraphUserRequestBuilder added in v0.56.0

NewItemDirectReportsItemGraphUserRequestBuilder instantiates a new ItemDirectReportsItemGraphUserRequestBuilder and sets the default values.

func NewItemDirectReportsItemGraphUserRequestBuilderInternal added in v0.56.0

func NewItemDirectReportsItemGraphUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsItemGraphUserRequestBuilder

NewItemDirectReportsItemGraphUserRequestBuilderInternal instantiates a new ItemDirectReportsItemGraphUserRequestBuilder and sets the default values.

func (*ItemDirectReportsItemGraphUserRequestBuilder) Get added in v0.56.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.user returns a Userable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemDirectReportsItemGraphUserRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.user returns a *RequestInformation when successful

func (*ItemDirectReportsItemGraphUserRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsItemGraphUserRequestBuilder when successful

type ItemDirectReportsItemGraphUserRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemDirectReportsItemGraphUserRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemDirectReportsRequestBuilder added in v0.49.0

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 ItemDirectReportsRequestBuilder 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 ItemDirectReportsRequestBuilder and sets the default values.

func (*ItemDirectReportsRequestBuilder) ByDirectoryObjectId added in v0.63.0

ByDirectoryObjectId provides operations to manage the directReports property of the microsoft.graph.orgContact entity. returns a *ItemDirectReportsDirectoryObjectItemRequestBuilder when successful

func (*ItemDirectReportsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ItemDirectReportsCountRequestBuilder when successful

func (*ItemDirectReportsRequestBuilder) Get added in v0.49.0

Get get the direct reports for this organizational contact. returns a DirectoryObjectCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemDirectReportsRequestBuilder) GraphOrgContact added in v0.56.0

GraphOrgContact casts the previous resource to orgContact. returns a *ItemDirectReportsGraphOrgContactRequestBuilder when successful

func (*ItemDirectReportsRequestBuilder) GraphUser added in v0.56.0

GraphUser casts the previous resource to user. returns a *ItemDirectReportsGraphUserRequestBuilder when successful

func (*ItemDirectReportsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the direct reports for this organizational contact. returns a *RequestInformation when successful

func (*ItemDirectReportsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemDirectReportsRequestBuilder when successful

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 the direct reports for this organizational contact.

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

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

func NewItemGetMemberGroupsPostRequestBody added in v0.49.0

func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody

NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.

func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemGetMemberGroupsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property returns a *bool when successful

func (*ItemGetMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberGroupsPostResponse added in v1.20.0

func NewItemGetMemberGroupsPostResponse added in v1.20.0

func NewItemGetMemberGroupsPostResponse() *ItemGetMemberGroupsPostResponse

NewItemGetMemberGroupsPostResponse instantiates a new ItemGetMemberGroupsPostResponse and sets the default values.

func (*ItemGetMemberGroupsPostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemGetMemberGroupsPostResponse) GetValue added in v1.20.0

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

GetValue gets the value property value. The value property returns a []string when successful

func (*ItemGetMemberGroupsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemGetMemberGroupsRequestBuilder added in v0.49.0

ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsRequestBuilder added in v0.49.0

NewItemGetMemberGroupsRequestBuilder instantiates a new ItemGetMemberGroupsRequestBuilder 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 ItemGetMemberGroupsRequestBuilder and sets the default values.

func (*ItemGetMemberGroupsRequestBuilder) Post added in v0.49.0

Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. Deprecated: This method is obsolete. Use PostAsGetMemberGroupsPostResponse instead. returns a ItemGetMemberGroupsResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse added in v1.20.0

PostAsGetMemberGroupsPostResponse 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. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. returns a ItemGetMemberGroupsPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. returns a *RequestInformation when successful

func (*ItemGetMemberGroupsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGetMemberGroupsRequestBuilder when successful

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

type ItemGetMemberGroupsResponse struct {
	ItemGetMemberGroupsPostResponse
}

Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.

func NewItemGetMemberGroupsResponse added in v0.49.0

func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse

NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.

type ItemGetMemberGroupsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.

type ItemGetMemberObjectsPostRequestBody added in v0.49.0

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

func NewItemGetMemberObjectsPostRequestBody added in v0.49.0

func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody

NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.

func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemGetMemberObjectsPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool

GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property returns a *bool when successful

func (*ItemGetMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberObjectsPostResponse added in v1.20.0

func NewItemGetMemberObjectsPostResponse added in v1.20.0

func NewItemGetMemberObjectsPostResponse() *ItemGetMemberObjectsPostResponse

NewItemGetMemberObjectsPostResponse instantiates a new ItemGetMemberObjectsPostResponse and sets the default values.

func (*ItemGetMemberObjectsPostResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemGetMemberObjectsPostResponse) GetValue added in v1.20.0

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

GetValue gets the value property value. The value property returns a []string when successful

func (*ItemGetMemberObjectsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemGetMemberObjectsRequestBuilder added in v0.49.0

ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsRequestBuilder added in v0.49.0

NewItemGetMemberObjectsRequestBuilder instantiates a new ItemGetMemberObjectsRequestBuilder 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 ItemGetMemberObjectsRequestBuilder and sets the default values.

func (*ItemGetMemberObjectsRequestBuilder) Post added in v0.49.0

Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. Deprecated: This method is obsolete. Use PostAsGetMemberObjectsPostResponse instead. returns a ItemGetMemberObjectsResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse added in v1.20.0

PostAsGetMemberObjectsPostResponse 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. returns a ItemGetMemberObjectsPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ItemGetMemberObjectsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemGetMemberObjectsRequestBuilder when successful

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

type ItemGetMemberObjectsResponse struct {
	ItemGetMemberObjectsPostResponse
}

Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.

func NewItemGetMemberObjectsResponse added in v0.49.0

func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse

NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.

type ItemGetMemberObjectsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.

type ItemManagerRequestBuilder added in v0.49.0

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 ItemManagerRequestBuilder 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 ItemManagerRequestBuilder and sets the default values.

func (*ItemManagerRequestBuilder) Get added in v0.49.0

Get get this organizational contact's manager. returns a DirectoryObjectable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemManagerRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get this organizational contact's manager. returns a *RequestInformation when successful

func (*ItemManagerRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemManagerRequestBuilder when successful

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

ItemMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfCountRequestBuilder added in v0.49.0

NewItemMemberOfCountRequestBuilder instantiates a new ItemMemberOfCountRequestBuilder 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 ItemMemberOfCountRequestBuilder and sets the default values.

func (*ItemMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemMemberOfCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfCountRequestBuilder when successful

type ItemMemberOfCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemMemberOfCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemMemberOfDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

NewItemMemberOfDirectoryObjectItemRequestBuilder instantiates a new ItemMemberOfDirectoryObjectItemRequestBuilder 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 ItemMemberOfDirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get groups that this contact is a member of. Read-only. Nullable. Supports $expand. returns a DirectoryObjectable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit. returns a *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder when successful

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group. returns a *ItemMemberOfItemGraphGroupRequestBuilder when successful

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation groups that this contact is a member of. Read-only. Nullable. Supports $expand. returns a *RequestInformation when successful

func (*ItemMemberOfDirectoryObjectItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfDirectoryObjectItemRequestBuilder when successful

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 groups that this contact is a member of. Read-only. Nullable. Supports $expand.

type ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphAdministrativeUnitCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

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

NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder instantiates a new ItemMemberOfGraphAdministrativeUnitCountRequestBuilder and sets the default values.

func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal added in v0.59.0

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

NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new ItemMemberOfGraphAdministrativeUnitCountRequestBuilder and sets the default values.

func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) Get added in v0.59.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder when successful

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters added in v0.59.0

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

ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemMemberOfGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

NewItemMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new ItemMemberOfGraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new ItemMemberOfGraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Count added in v0.59.0

Count provides operations to count the resources in the collection. returns a *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder when successful

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

Get get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection returns a AdministrativeUnitCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection returns a *RequestInformation when successful

func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfGraphAdministrativeUnitRequestBuilder when successful

type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemMemberOfGraphGroupCountRequestBuilder added in v0.56.0

type ItemMemberOfGraphGroupCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemMemberOfGraphGroupCountRequestBuilder added in v0.56.0

NewItemMemberOfGraphGroupCountRequestBuilder instantiates a new ItemMemberOfGraphGroupCountRequestBuilder and sets the default values.

func NewItemMemberOfGraphGroupCountRequestBuilderInternal added in v0.56.0

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

NewItemMemberOfGraphGroupCountRequestBuilderInternal instantiates a new ItemMemberOfGraphGroupCountRequestBuilder and sets the default values.

func (*ItemMemberOfGraphGroupCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemMemberOfGraphGroupCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfGraphGroupCountRequestBuilder when successful

type ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemMemberOfGraphGroupRequestBuilder added in v0.56.0

type ItemMemberOfGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfGraphGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfGraphGroupRequestBuilder added in v0.56.0

NewItemMemberOfGraphGroupRequestBuilder instantiates a new ItemMemberOfGraphGroupRequestBuilder and sets the default values.

func NewItemMemberOfGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemMemberOfGraphGroupRequestBuilderInternal instantiates a new ItemMemberOfGraphGroupRequestBuilder and sets the default values.

func (*ItemMemberOfGraphGroupRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection. returns a *ItemMemberOfGraphGroupCountRequestBuilder when successful

func (*ItemMemberOfGraphGroupRequestBuilder) Get added in v0.56.0

Get get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection returns a GroupCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection returns a *RequestInformation when successful

func (*ItemMemberOfGraphGroupRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfGraphGroupRequestBuilder when successful

type ItemMemberOfGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

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

NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new ItemMemberOfItemGraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new ItemMemberOfItemGraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit returns a AdministrativeUnitable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit returns a *RequestInformation when successful

func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder when successful

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemMemberOfItemGraphGroupRequestBuilder added in v0.56.0

type ItemMemberOfItemGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.

func NewItemMemberOfItemGraphGroupRequestBuilder added in v0.56.0

NewItemMemberOfItemGraphGroupRequestBuilder instantiates a new ItemMemberOfItemGraphGroupRequestBuilder and sets the default values.

func NewItemMemberOfItemGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemMemberOfItemGraphGroupRequestBuilderInternal instantiates a new ItemMemberOfItemGraphGroupRequestBuilder and sets the default values.

func (*ItemMemberOfItemGraphGroupRequestBuilder) Get added in v0.56.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.group returns a Groupable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.group returns a *RequestInformation when successful

func (*ItemMemberOfItemGraphGroupRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfItemGraphGroupRequestBuilder when successful

type ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemMemberOfRequestBuilder added in v0.49.0

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

func NewItemMemberOfRequestBuilder added in v0.49.0

NewItemMemberOfRequestBuilder instantiates a new ItemMemberOfRequestBuilder 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 ItemMemberOfRequestBuilder and sets the default values.

func (*ItemMemberOfRequestBuilder) ByDirectoryObjectId added in v0.63.0

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

ByDirectoryObjectId provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. returns a *ItemMemberOfDirectoryObjectItemRequestBuilder when successful

func (*ItemMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ItemMemberOfCountRequestBuilder when successful

func (*ItemMemberOfRequestBuilder) Get added in v0.49.0

Get list the groups that this organizational contact is a member of. returns a DirectoryObjectCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemMemberOfRequestBuilder) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit. returns a *ItemMemberOfGraphAdministrativeUnitRequestBuilder when successful

func (*ItemMemberOfRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group. returns a *ItemMemberOfGraphGroupRequestBuilder when successful

func (*ItemMemberOfRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation list the groups that this organizational contact is a member of. returns a *RequestInformation when successful

func (*ItemMemberOfRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMemberOfRequestBuilder when successful

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 list the groups that this organizational contact is a member of.

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

ItemRestoreRequestBuilder provides operations to call the restore method.

func NewItemRestoreRequestBuilder added in v0.49.0

NewItemRestoreRequestBuilder instantiates a new ItemRestoreRequestBuilder 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 ItemRestoreRequestBuilder and sets the default values.

func (*ItemRestoreRequestBuilder) Post added in v0.49.0

Post restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. returns a DirectoryObjectable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemRestoreRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups can't be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. returns a *RequestInformation when successful

func (*ItemRestoreRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemRestoreRequestBuilder when successful

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 ItemRetryServiceProvisioningRequestBuilder added in v1.16.0

type ItemRetryServiceProvisioningRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemRetryServiceProvisioningRequestBuilder provides operations to call the retryServiceProvisioning method.

func NewItemRetryServiceProvisioningRequestBuilder added in v1.16.0

NewItemRetryServiceProvisioningRequestBuilder instantiates a new ItemRetryServiceProvisioningRequestBuilder and sets the default values.

func NewItemRetryServiceProvisioningRequestBuilderInternal added in v1.16.0

func NewItemRetryServiceProvisioningRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRetryServiceProvisioningRequestBuilder

NewItemRetryServiceProvisioningRequestBuilderInternal instantiates a new ItemRetryServiceProvisioningRequestBuilder and sets the default values.

func (*ItemRetryServiceProvisioningRequestBuilder) Post added in v1.16.0

Post invoke action retryServiceProvisioning returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemRetryServiceProvisioningRequestBuilder) ToPostRequestInformation added in v1.16.0

ToPostRequestInformation invoke action retryServiceProvisioning returns a *RequestInformation when successful

func (*ItemRetryServiceProvisioningRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemRetryServiceProvisioningRequestBuilder when successful

type ItemRetryServiceProvisioningRequestBuilderPostRequestConfiguration added in v1.16.0

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

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

type ItemServiceProvisioningErrorsCountRequestBuilder added in v1.20.0

type ItemServiceProvisioningErrorsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemServiceProvisioningErrorsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemServiceProvisioningErrorsCountRequestBuilder added in v1.20.0

NewItemServiceProvisioningErrorsCountRequestBuilder instantiates a new ItemServiceProvisioningErrorsCountRequestBuilder and sets the default values.

func NewItemServiceProvisioningErrorsCountRequestBuilderInternal added in v1.20.0

func NewItemServiceProvisioningErrorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceProvisioningErrorsCountRequestBuilder

NewItemServiceProvisioningErrorsCountRequestBuilderInternal instantiates a new ItemServiceProvisioningErrorsCountRequestBuilder and sets the default values.

func (*ItemServiceProvisioningErrorsCountRequestBuilder) Get added in v1.20.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemServiceProvisioningErrorsCountRequestBuilder) ToGetRequestInformation added in v1.20.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemServiceProvisioningErrorsCountRequestBuilder) WithUrl added in v1.20.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemServiceProvisioningErrorsCountRequestBuilder when successful

type ItemServiceProvisioningErrorsCountRequestBuilderGetQueryParameters added in v1.20.0

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

ItemServiceProvisioningErrorsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemServiceProvisioningErrorsCountRequestBuilderGetRequestConfiguration added in v1.20.0

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

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

type ItemServiceProvisioningErrorsRequestBuilder added in v1.20.0

type ItemServiceProvisioningErrorsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemServiceProvisioningErrorsRequestBuilder builds and executes requests for operations under \contacts\{orgContact-id}\serviceProvisioningErrors

func NewItemServiceProvisioningErrorsRequestBuilder added in v1.20.0

NewItemServiceProvisioningErrorsRequestBuilder instantiates a new ItemServiceProvisioningErrorsRequestBuilder and sets the default values.

func NewItemServiceProvisioningErrorsRequestBuilderInternal added in v1.20.0

func NewItemServiceProvisioningErrorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemServiceProvisioningErrorsRequestBuilder

NewItemServiceProvisioningErrorsRequestBuilderInternal instantiates a new ItemServiceProvisioningErrorsRequestBuilder and sets the default values.

func (*ItemServiceProvisioningErrorsRequestBuilder) Count added in v1.20.0

Count provides operations to count the resources in the collection. returns a *ItemServiceProvisioningErrorsCountRequestBuilder when successful

func (*ItemServiceProvisioningErrorsRequestBuilder) Get added in v1.20.0

Get errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance). returns a ServiceProvisioningErrorCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemServiceProvisioningErrorsRequestBuilder) ToGetRequestInformation added in v1.20.0

ToGetRequestInformation errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance). returns a *RequestInformation when successful

func (*ItemServiceProvisioningErrorsRequestBuilder) WithUrl added in v1.20.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemServiceProvisioningErrorsRequestBuilder when successful

type ItemServiceProvisioningErrorsRequestBuilderGetQueryParameters added in v1.20.0

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

ItemServiceProvisioningErrorsRequestBuilderGetQueryParameters errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance).

type ItemServiceProvisioningErrorsRequestBuilderGetRequestConfiguration added in v1.20.0

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

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

type ItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfCountRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfCountRequestBuilder instantiates a new ItemTransitiveMemberOfCountRequestBuilder 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 ItemTransitiveMemberOfCountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfCountRequestBuilder when successful

type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder added in v0.49.0

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

NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder instantiates a new ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder 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 ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get added in v0.49.0

Get groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. returns a DirectoryObjectable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit. returns a *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder when successful

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group. returns a *ItemTransitiveMemberOfItemGraphGroupRequestBuilder when successful

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder when successful

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 groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.

type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder instantiates a new ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) Get added in v0.59.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder when successful

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters added in v0.59.0

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

ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Count added in v0.59.0

Count provides operations to count the resources in the collection. returns a *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder when successful

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

Get get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection returns a AdministrativeUnitCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder when successful

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemTransitiveMemberOfGraphGroupCountRequestBuilder added in v0.56.0

type ItemTransitiveMemberOfGraphGroupCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.

func NewItemTransitiveMemberOfGraphGroupCountRequestBuilder added in v0.56.0

NewItemTransitiveMemberOfGraphGroupCountRequestBuilder instantiates a new ItemTransitiveMemberOfGraphGroupCountRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal added in v0.56.0

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

NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal instantiates a new ItemTransitiveMemberOfGraphGroupCountRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) Get added in v0.56.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfGraphGroupCountRequestBuilder when successful

type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters added in v0.56.0

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

ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource

type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemTransitiveMemberOfGraphGroupRequestBuilder added in v0.56.0

type ItemTransitiveMemberOfGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfGraphGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfGraphGroupRequestBuilder added in v0.56.0

NewItemTransitiveMemberOfGraphGroupRequestBuilder instantiates a new ItemTransitiveMemberOfGraphGroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal instantiates a new ItemTransitiveMemberOfGraphGroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Count added in v0.56.0

Count provides operations to count the resources in the collection. returns a *ItemTransitiveMemberOfGraphGroupCountRequestBuilder when successful

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Get added in v0.56.0

Get get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection returns a GroupCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfGraphGroupRequestBuilder when successful

type ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder added in v0.59.0

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

NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal added in v0.59.0

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

NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) Get added in v0.59.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit returns a AdministrativeUnitable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation added in v0.59.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder when successful

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters added in v0.59.0

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

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

type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration added in v0.59.0

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

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilder added in v0.56.0

type ItemTransitiveMemberOfItemGraphGroupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemTransitiveMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.

func NewItemTransitiveMemberOfItemGraphGroupRequestBuilder added in v0.56.0

NewItemTransitiveMemberOfItemGraphGroupRequestBuilder instantiates a new ItemTransitiveMemberOfItemGraphGroupRequestBuilder and sets the default values.

func NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal added in v0.56.0

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

NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal instantiates a new ItemTransitiveMemberOfItemGraphGroupRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) Get added in v0.56.0

Get get the item of type microsoft.graph.directoryObject as microsoft.graph.group returns a Groupable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation added in v0.56.0

ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.group returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfItemGraphGroupRequestBuilder when successful

type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters added in v0.56.0

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

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

type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type ItemTransitiveMemberOfRequestBuilder added in v0.49.0

type ItemTransitiveMemberOfRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewItemTransitiveMemberOfRequestBuilder added in v0.49.0

NewItemTransitiveMemberOfRequestBuilder instantiates a new ItemTransitiveMemberOfRequestBuilder 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 ItemTransitiveMemberOfRequestBuilder and sets the default values.

func (*ItemTransitiveMemberOfRequestBuilder) ByDirectoryObjectId added in v0.63.0

ByDirectoryObjectId provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. returns a *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder when successful

func (*ItemTransitiveMemberOfRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ItemTransitiveMemberOfCountRequestBuilder when successful

func (*ItemTransitiveMemberOfRequestBuilder) Get added in v0.49.0

Get get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of. returns a DirectoryObjectCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemTransitiveMemberOfRequestBuilder) GraphAdministrativeUnit added in v0.59.0

GraphAdministrativeUnit casts the previous resource to administrativeUnit. returns a *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder when successful

func (*ItemTransitiveMemberOfRequestBuilder) GraphGroup added in v0.56.0

GraphGroup casts the previous resource to group. returns a *ItemTransitiveMemberOfGraphGroupRequestBuilder when successful

func (*ItemTransitiveMemberOfRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of. returns a *RequestInformation when successful

func (*ItemTransitiveMemberOfRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemTransitiveMemberOfRequestBuilder when successful

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 groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.

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

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. returns a *ItemCheckMemberGroupsRequestBuilder when successful

func (*OrgContactItemRequestBuilder) CheckMemberObjects added in v0.49.0

CheckMemberObjects provides operations to call the checkMemberObjects method. returns a *ItemCheckMemberObjectsRequestBuilder when successful

func (*OrgContactItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from contacts returns a ODataError error when the service returns a 4XX or 5XX status code

func (*OrgContactItemRequestBuilder) DirectReports added in v0.49.0

DirectReports provides operations to manage the directReports property of the microsoft.graph.orgContact entity. returns a *ItemDirectReportsRequestBuilder when successful

func (*OrgContactItemRequestBuilder) Get added in v0.49.0

Get get the properties and relationships of an organizational contact. returns a OrgContactable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*OrgContactItemRequestBuilder) GetMemberGroups added in v0.49.0

GetMemberGroups provides operations to call the getMemberGroups method. returns a *ItemGetMemberGroupsRequestBuilder when successful

func (*OrgContactItemRequestBuilder) GetMemberObjects added in v0.49.0

GetMemberObjects provides operations to call the getMemberObjects method. returns a *ItemGetMemberObjectsRequestBuilder when successful

func (*OrgContactItemRequestBuilder) Manager added in v0.49.0

Manager provides operations to manage the manager property of the microsoft.graph.orgContact entity. returns a *ItemManagerRequestBuilder when successful

func (*OrgContactItemRequestBuilder) MemberOf added in v0.49.0

MemberOf provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. returns a *ItemMemberOfRequestBuilder when successful

func (*OrgContactItemRequestBuilder) Patch added in v0.49.0

Patch update entity in contacts returns a OrgContactable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*OrgContactItemRequestBuilder) Restore added in v0.49.0

Restore provides operations to call the restore method. returns a *ItemRestoreRequestBuilder when successful

func (*OrgContactItemRequestBuilder) RetryServiceProvisioning added in v1.16.0

RetryServiceProvisioning provides operations to call the retryServiceProvisioning method. returns a *ItemRetryServiceProvisioningRequestBuilder when successful

func (*OrgContactItemRequestBuilder) ServiceProvisioningErrors added in v1.20.0

ServiceProvisioningErrors the serviceProvisioningErrors property returns a *ItemServiceProvisioningErrorsRequestBuilder when successful

func (*OrgContactItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from contacts returns a *RequestInformation when successful

func (*OrgContactItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the properties and relationships of an organizational contact. returns a *RequestInformation when successful

func (*OrgContactItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in contacts returns a *RequestInformation when successful

func (*OrgContactItemRequestBuilder) TransitiveMemberOf added in v0.49.0

TransitiveMemberOf provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. returns a *ItemTransitiveMemberOfRequestBuilder when successful

func (*OrgContactItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *OrgContactItemRequestBuilder when successful

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
}

func NewValidatePropertiesPostRequestBody added in v0.49.0

func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody

NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.

func (*ValidatePropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ValidatePropertiesPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ValidatePropertiesPostRequestBody) GetDisplayName added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property returns a *string when successful

func (*ValidatePropertiesPostRequestBody) GetEntityType added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string

GetEntityType gets the entityType property value. The entityType property returns a *string when successful

func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ValidatePropertiesPostRequestBody) GetMailNickname added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string

GetMailNickname gets the mailNickname property value. The mailNickname property returns a *string when successful

func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId added in v0.49.0

GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property returns a *UUID when successful

func (*ValidatePropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ValidatePropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ValidatePropertiesPostRequestBody) SetDisplayName added in v0.49.0

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

SetDisplayName sets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) SetEntityType added in v0.49.0

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

SetEntityType sets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) SetMailNickname added in v0.49.0

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

SetMailNickname sets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId added in v0.49.0

SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property

type ValidatePropertiesRequestBuilder added in v0.49.0

ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.

func NewValidatePropertiesRequestBuilder added in v0.49.0

NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func NewValidatePropertiesRequestBuilderInternal added in v0.49.0

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

NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func (*ValidatePropertiesRequestBuilder) Post added in v0.49.0

Post 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. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ValidatePropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ValidatePropertiesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ValidatePropertiesRequestBuilder when successful

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