Documentation ¶
Index ¶
- func CreateDeltaResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetByIdsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ContactsRequestBuilder
- func (m *ContactsRequestBuilder) ByOrgContactId(orgContactId string) *OrgContactItemRequestBuilder
- func (m *ContactsRequestBuilder) Count() *CountRequestBuilder
- func (m *ContactsRequestBuilder) Delta() *DeltaRequestBuilder
- func (m *ContactsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ContactsRequestBuilder) GetAvailableExtensionProperties() *GetAvailableExtensionPropertiesRequestBuilder
- func (m *ContactsRequestBuilder) GetByIds() *GetByIdsRequestBuilder
- func (m *ContactsRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *ContactsRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ContactsRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- func (m *ContactsRequestBuilder) ValidateProperties() *ValidatePropertiesRequestBuilder
- type ContactsRequestBuilderGetQueryParameters
- type ContactsRequestBuilderGetRequestConfiguration
- type ContactsRequestBuilderPostRequestConfiguration
- type CountRequestBuilder
- type CountRequestBuilderGetQueryParameters
- type CountRequestBuilderGetRequestConfiguration
- type DeltaRequestBuilder
- type DeltaRequestBuilderGetQueryParameters
- type DeltaRequestBuilderGetRequestConfiguration
- type DeltaResponse
- type DeltaResponseable
- type GetAvailableExtensionPropertiesPostRequestBody
- func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData() map[string]any
- func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers() ...
- func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool
- func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(...) error
- func (m *GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData(value map[string]any)
- func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(...)
- func (m *GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises(value *bool)
- type GetAvailableExtensionPropertiesPostRequestBodyable
- type GetAvailableExtensionPropertiesRequestBuilder
- func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, ...) (GetAvailableExtensionPropertiesResponseable, error)
- func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, ...) (...)
- type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration
- type GetAvailableExtensionPropertiesResponse
- type GetAvailableExtensionPropertiesResponseable
- type GetByIdsPostRequestBody
- func (m *GetByIdsPostRequestBody) GetAdditionalData() map[string]any
- func (m *GetByIdsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *GetByIdsPostRequestBody) GetFieldDeserializers() ...
- func (m *GetByIdsPostRequestBody) GetIds() []string
- func (m *GetByIdsPostRequestBody) GetTypes() []string
- func (m *GetByIdsPostRequestBody) Serialize(...) error
- func (m *GetByIdsPostRequestBody) SetAdditionalData(value map[string]any)
- func (m *GetByIdsPostRequestBody) SetBackingStore(...)
- func (m *GetByIdsPostRequestBody) SetIds(value []string)
- func (m *GetByIdsPostRequestBody) SetTypes(value []string)
- type GetByIdsPostRequestBodyable
- type GetByIdsRequestBuilder
- type GetByIdsRequestBuilderPostRequestConfiguration
- type GetByIdsResponse
- type GetByIdsResponseable
- type ItemCheckMemberGroupsPostRequestBody
- func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData() map[string]any
- func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers() ...
- func (m *ItemCheckMemberGroupsPostRequestBody) GetGroupIds() []string
- func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(...) error
- func (m *ItemCheckMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)
- func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(...)
- func (m *ItemCheckMemberGroupsPostRequestBody) SetGroupIds(value []string)
- type ItemCheckMemberGroupsPostRequestBodyable
- type ItemCheckMemberGroupsRequestBuilder
- func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, ...) (ItemCheckMemberGroupsResponseable, error)
- func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, ...) (...)
- type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration
- type ItemCheckMemberGroupsResponse
- type ItemCheckMemberGroupsResponseable
- type ItemCheckMemberObjectsPostRequestBody
- func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData() map[string]any
- func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers() ...
- func (m *ItemCheckMemberObjectsPostRequestBody) GetIds() []string
- func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(...) error
- func (m *ItemCheckMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)
- func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(...)
- func (m *ItemCheckMemberObjectsPostRequestBody) SetIds(value []string)
- type ItemCheckMemberObjectsPostRequestBodyable
- type ItemCheckMemberObjectsRequestBuilder
- func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, ...) (ItemCheckMemberObjectsResponseable, error)
- func (m *ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, ...) (...)
- type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration
- type ItemCheckMemberObjectsResponse
- type ItemCheckMemberObjectsResponseable
- type ItemDirectReportsCountRequestBuilder
- type ItemDirectReportsCountRequestBuilderGetQueryParameters
- type ItemDirectReportsCountRequestBuilderGetRequestConfiguration
- type ItemDirectReportsDirectoryObjectItemRequestBuilder
- func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphOrgContact() *ItemDirectReportsItemGraphOrgContactRequestBuilder
- func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphUser() *ItemDirectReportsItemGraphUserRequestBuilder
- func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemDirectReportsDirectoryObjectItemRequestBuilderGetQueryParameters
- type ItemDirectReportsDirectoryObjectItemRequestBuilderGetRequestConfiguration
- type ItemDirectReportsGraphOrgContactCountRequestBuilder
- type ItemDirectReportsGraphOrgContactCountRequestBuilderGetQueryParameters
- type ItemDirectReportsGraphOrgContactCountRequestBuilderGetRequestConfiguration
- type ItemDirectReportsGraphOrgContactRequestBuilder
- func (m *ItemDirectReportsGraphOrgContactRequestBuilder) Count() *ItemDirectReportsGraphOrgContactCountRequestBuilder
- func (m *ItemDirectReportsGraphOrgContactRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemDirectReportsGraphOrgContactRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemDirectReportsGraphOrgContactRequestBuilderGetQueryParameters
- type ItemDirectReportsGraphOrgContactRequestBuilderGetRequestConfiguration
- type ItemDirectReportsGraphUserCountRequestBuilder
- type ItemDirectReportsGraphUserCountRequestBuilderGetQueryParameters
- type ItemDirectReportsGraphUserCountRequestBuilderGetRequestConfiguration
- type ItemDirectReportsGraphUserRequestBuilder
- type ItemDirectReportsGraphUserRequestBuilderGetQueryParameters
- type ItemDirectReportsGraphUserRequestBuilderGetRequestConfiguration
- type ItemDirectReportsItemGraphOrgContactRequestBuilder
- type ItemDirectReportsItemGraphOrgContactRequestBuilderGetQueryParameters
- type ItemDirectReportsItemGraphOrgContactRequestBuilderGetRequestConfiguration
- type ItemDirectReportsItemGraphUserRequestBuilder
- type ItemDirectReportsItemGraphUserRequestBuilderGetQueryParameters
- type ItemDirectReportsItemGraphUserRequestBuilderGetRequestConfiguration
- type ItemDirectReportsRequestBuilder
- func (m *ItemDirectReportsRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemDirectReportsDirectoryObjectItemRequestBuilder
- func (m *ItemDirectReportsRequestBuilder) Count() *ItemDirectReportsCountRequestBuilder
- func (m *ItemDirectReportsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemDirectReportsRequestBuilder) GraphOrgContact() *ItemDirectReportsGraphOrgContactRequestBuilder
- func (m *ItemDirectReportsRequestBuilder) GraphUser() *ItemDirectReportsGraphUserRequestBuilder
- func (m *ItemDirectReportsRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemDirectReportsRequestBuilderGetQueryParameters
- type ItemDirectReportsRequestBuilderGetRequestConfiguration
- type ItemGetMemberGroupsPostRequestBody
- func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData() map[string]any
- func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers() ...
- func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool
- func (m *ItemGetMemberGroupsPostRequestBody) Serialize(...) error
- func (m *ItemGetMemberGroupsPostRequestBody) SetAdditionalData(value map[string]any)
- func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(...)
- func (m *ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly(value *bool)
- type ItemGetMemberGroupsPostRequestBodyable
- type ItemGetMemberGroupsRequestBuilder
- func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, ...) (ItemGetMemberGroupsResponseable, error)
- func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, ...) (...)
- type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration
- type ItemGetMemberGroupsResponse
- type ItemGetMemberGroupsResponseable
- type ItemGetMemberObjectsPostRequestBody
- func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData() map[string]any
- func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers() ...
- func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool
- func (m *ItemGetMemberObjectsPostRequestBody) Serialize(...) error
- func (m *ItemGetMemberObjectsPostRequestBody) SetAdditionalData(value map[string]any)
- func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(...)
- func (m *ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly(value *bool)
- type ItemGetMemberObjectsPostRequestBodyable
- type ItemGetMemberObjectsRequestBuilder
- func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, ...) (ItemGetMemberObjectsResponseable, error)
- func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, ...) (...)
- type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration
- type ItemGetMemberObjectsResponse
- type ItemGetMemberObjectsResponseable
- type ItemManagerRequestBuilder
- type ItemManagerRequestBuilderGetQueryParameters
- type ItemManagerRequestBuilderGetRequestConfiguration
- type ItemMemberOfCountRequestBuilder
- type ItemMemberOfCountRequestBuilderGetQueryParameters
- type ItemMemberOfCountRequestBuilderGetRequestConfiguration
- type ItemMemberOfDirectoryObjectItemRequestBuilder
- func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit() *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder
- func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) GraphGroup() *ItemMemberOfItemGraphGroupRequestBuilder
- func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters
- type ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration
- type ItemMemberOfGraphAdministrativeUnitCountRequestBuilder
- func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilder(rawUrl string, ...) *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder
- func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal(pathParameters map[string]string, ...) *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder
- type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters
- type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration
- type ItemMemberOfGraphAdministrativeUnitRequestBuilder
- func (m *ItemMemberOfGraphAdministrativeUnitRequestBuilder) Count() *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder
- func (m *ItemMemberOfGraphAdministrativeUnitRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters
- type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration
- type ItemMemberOfGraphGroupCountRequestBuilder
- type ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters
- type ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration
- type ItemMemberOfGraphGroupRequestBuilder
- type ItemMemberOfGraphGroupRequestBuilderGetQueryParameters
- type ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration
- type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder
- func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder(rawUrl string, ...) *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder
- func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, ...) *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder
- type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters
- type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration
- type ItemMemberOfItemGraphGroupRequestBuilder
- type ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters
- type ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration
- type ItemMemberOfRequestBuilder
- func (m *ItemMemberOfRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemMemberOfDirectoryObjectItemRequestBuilder
- func (m *ItemMemberOfRequestBuilder) Count() *ItemMemberOfCountRequestBuilder
- func (m *ItemMemberOfRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemMemberOfRequestBuilder) GraphAdministrativeUnit() *ItemMemberOfGraphAdministrativeUnitRequestBuilder
- func (m *ItemMemberOfRequestBuilder) GraphGroup() *ItemMemberOfGraphGroupRequestBuilder
- func (m *ItemMemberOfRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemMemberOfRequestBuilderGetQueryParameters
- type ItemMemberOfRequestBuilderGetRequestConfiguration
- type ItemRestoreRequestBuilder
- type ItemRestoreRequestBuilderPostRequestConfiguration
- type ItemTransitiveMemberOfCountRequestBuilder
- type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder
- func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder(rawUrl string, ...) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder
- func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, ...) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder
- func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit() *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder
- func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphGroup() *ItemTransitiveMemberOfItemGraphGroupRequestBuilder
- func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder
- func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder(rawUrl string, ...) *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder
- func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal(pathParameters map[string]string, ...) *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder
- type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder
- func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder(rawUrl string, ...) *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder
- func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, ...) *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder
- func (m *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Count() *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder
- func (m *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfGraphGroupCountRequestBuilder
- type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfGraphGroupRequestBuilder
- func (m *ItemTransitiveMemberOfGraphGroupRequestBuilder) Count() *ItemTransitiveMemberOfGraphGroupCountRequestBuilder
- func (m *ItemTransitiveMemberOfGraphGroupRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemTransitiveMemberOfGraphGroupRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder
- func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder(rawUrl string, ...) *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder
- func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, ...) *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder
- type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfItemGraphGroupRequestBuilder
- type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration
- type ItemTransitiveMemberOfRequestBuilder
- func (m *ItemTransitiveMemberOfRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder
- func (m *ItemTransitiveMemberOfRequestBuilder) Count() *ItemTransitiveMemberOfCountRequestBuilder
- func (m *ItemTransitiveMemberOfRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ItemTransitiveMemberOfRequestBuilder) GraphAdministrativeUnit() *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder
- func (m *ItemTransitiveMemberOfRequestBuilder) GraphGroup() *ItemTransitiveMemberOfGraphGroupRequestBuilder
- func (m *ItemTransitiveMemberOfRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- type ItemTransitiveMemberOfRequestBuilderGetQueryParameters
- type ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration
- type OrgContactItemRequestBuilder
- func (m *OrgContactItemRequestBuilder) CheckMemberGroups() *ItemCheckMemberGroupsRequestBuilder
- func (m *OrgContactItemRequestBuilder) CheckMemberObjects() *ItemCheckMemberObjectsRequestBuilder
- func (m *OrgContactItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *OrgContactItemRequestBuilder) DirectReports() *ItemDirectReportsRequestBuilder
- func (m *OrgContactItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *OrgContactItemRequestBuilder) GetMemberGroups() *ItemGetMemberGroupsRequestBuilder
- func (m *OrgContactItemRequestBuilder) GetMemberObjects() *ItemGetMemberObjectsRequestBuilder
- func (m *OrgContactItemRequestBuilder) Manager() *ItemManagerRequestBuilder
- func (m *OrgContactItemRequestBuilder) MemberOf() *ItemMemberOfRequestBuilder
- func (m *OrgContactItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *OrgContactItemRequestBuilder) Restore() *ItemRestoreRequestBuilder
- func (m *OrgContactItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *OrgContactItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *OrgContactItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- func (m *OrgContactItemRequestBuilder) TransitiveMemberOf() *ItemTransitiveMemberOfRequestBuilder
- type OrgContactItemRequestBuilderDeleteRequestConfiguration
- type OrgContactItemRequestBuilderGetQueryParameters
- type OrgContactItemRequestBuilderGetRequestConfiguration
- type OrgContactItemRequestBuilderPatchRequestConfiguration
- type ValidatePropertiesPostRequestBody
- func (m *ValidatePropertiesPostRequestBody) GetAdditionalData() map[string]any
- func (m *ValidatePropertiesPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string
- func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string
- func (m *ValidatePropertiesPostRequestBody) GetFieldDeserializers() ...
- func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string
- func (m *ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId() *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID
- func (m *ValidatePropertiesPostRequestBody) Serialize(...) error
- func (m *ValidatePropertiesPostRequestBody) SetAdditionalData(value map[string]any)
- func (m *ValidatePropertiesPostRequestBody) SetBackingStore(...)
- func (m *ValidatePropertiesPostRequestBody) SetDisplayName(value *string)
- func (m *ValidatePropertiesPostRequestBody) SetEntityType(value *string)
- func (m *ValidatePropertiesPostRequestBody) SetMailNickname(value *string)
- func (m *ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
- type ValidatePropertiesPostRequestBodyable
- type ValidatePropertiesRequestBuilder
- type ValidatePropertiesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDeltaResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateGetByIdsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetByIdsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetByIdsResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateGetByIdsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetByIdsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemCheckMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemGetMemberObjectsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateItemGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ContactsRequestBuilder ¶
type ContactsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ContactsRequestBuilder provides operations to manage the collection of orgContact entities.
func NewContactsRequestBuilder ¶
func NewContactsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ContactsRequestBuilder
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.
func (*ContactsRequestBuilder) Count ¶ added in v0.13.0
func (m *ContactsRequestBuilder) Count() *CountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ContactsRequestBuilder) Delta ¶
func (m *ContactsRequestBuilder) Delta() *DeltaRequestBuilder
Delta provides operations to call the delta method.
func (*ContactsRequestBuilder) Get ¶
func (m *ContactsRequestBuilder) Get(ctx context.Context, requestConfiguration *ContactsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactCollectionResponseable, error)
Get get the list of organizational contacts for this organization. Find more info here
func (*ContactsRequestBuilder) GetAvailableExtensionProperties ¶
func (m *ContactsRequestBuilder) GetAvailableExtensionProperties() *GetAvailableExtensionPropertiesRequestBuilder
GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
func (*ContactsRequestBuilder) GetByIds ¶
func (m *ContactsRequestBuilder) GetByIds() *GetByIdsRequestBuilder
GetByIds provides operations to call the getByIds method.
func (*ContactsRequestBuilder) Post ¶
func (m *ContactsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, requestConfiguration *ContactsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
Post add new entity to contacts
func (*ContactsRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ContactsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ContactsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the list of organizational contacts for this organization.
func (*ContactsRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *ContactsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, requestConfiguration *ContactsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation add new entity to contacts
func (*ContactsRequestBuilder) ValidateProperties ¶
func (m *ContactsRequestBuilder) ValidateProperties() *ValidatePropertiesRequestBuilder
ValidateProperties provides operations to call the validateProperties method.
type ContactsRequestBuilderGetQueryParameters ¶
type ContactsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
ContactsRequestBuilderGetQueryParameters get the list of organizational contacts for this organization.
type ContactsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ContactsRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ContactsRequestBuilderGetQueryParameters }
ContactsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ContactsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ContactsRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ContactsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type CountRequestBuilder ¶ added in v0.49.0
type CountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
CountRequestBuilder provides operations to count the resources in the collection.
func NewCountRequestBuilder ¶ added in v0.49.0
func NewCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder
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
func (m *CountRequestBuilder) Get(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*CountRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *CountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type CountRequestBuilderGetQueryParameters ¶ added in v0.53.0
type CountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
CountRequestBuilderGetQueryParameters get the number of the resource
type CountRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type CountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CountRequestBuilderGetQueryParameters }
CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeltaRequestBuilder ¶ added in v0.49.0
type DeltaRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
DeltaRequestBuilder provides operations to call the delta method.
func NewDeltaRequestBuilder ¶ added in v0.49.0
func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeltaRequestBuilder
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
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration) (DeltaResponseable, error)
Get invoke function delta
func (*DeltaRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *DeltaRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation invoke function delta
type DeltaRequestBuilderGetQueryParameters ¶ added in v0.49.0
type DeltaRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
DeltaRequestBuilderGetQueryParameters invoke function delta
type DeltaRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type DeltaRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DeltaRequestBuilderGetQueryParameters }
DeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeltaResponse ¶ added in v0.49.0
type DeltaResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse
}
DeltaResponse
func NewDeltaResponse ¶ added in v0.49.0
func NewDeltaResponse() *DeltaResponse
NewDeltaResponse instantiates a new DeltaResponse and sets the default values.
func (*DeltaResponse) GetFieldDeserializers ¶ added in v0.49.0
func (m *DeltaResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*DeltaResponse) GetValue ¶ added in v0.49.0
func (m *DeltaResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable
GetValue gets the value property value. The value property
func (*DeltaResponse) Serialize ¶ added in v0.49.0
func (m *DeltaResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*DeltaResponse) SetValue ¶ added in v0.49.0
func (m *DeltaResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable)
SetValue sets the value property value. The value property
type DeltaResponseable ¶ added in v0.49.0
type DeltaResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable) }
DeltaResponseable
type GetAvailableExtensionPropertiesPostRequestBody ¶ added in v0.49.0
type GetAvailableExtensionPropertiesPostRequestBody struct {
// contains filtered or unexported fields
}
GetAvailableExtensionPropertiesPostRequestBody
func NewGetAvailableExtensionPropertiesPostRequestBody ¶ added in v0.49.0
func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody
NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.
func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData() map[string]any
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore ¶ added in v0.56.0
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetBackingStore gets the backingStore property value. Stores model information.
func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool
GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property
func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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 GetAvailableExtensionPropertiesPostRequestBodyable ¶ added in v0.49.0
type GetAvailableExtensionPropertiesPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore GetIsSyncedFromOnPremises() *bool SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) SetIsSyncedFromOnPremises(value *bool) }
GetAvailableExtensionPropertiesPostRequestBodyable
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
func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetAvailableExtensionPropertiesRequestBuilder
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
func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration) (GetAvailableExtensionPropertiesResponseable, error)
Post return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:+ user+ group+ administrativeUnit+ application+ device+ organization Find more info here
func (*GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetAvailableExtensionPropertiesPostRequestBodyable, requestConfiguration *GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:+ user+ group+ administrativeUnit+ application+ device+ organization
type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type GetAvailableExtensionPropertiesResponse ¶ added in v0.49.0
type GetAvailableExtensionPropertiesResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
GetAvailableExtensionPropertiesResponse
func NewGetAvailableExtensionPropertiesResponse ¶ added in v0.49.0
func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse
NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.
func (*GetAvailableExtensionPropertiesResponse) GetFieldDeserializers ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetAvailableExtensionPropertiesResponse) GetValue ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable
GetValue gets the value property value. The value property
func (*GetAvailableExtensionPropertiesResponse) Serialize ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetAvailableExtensionPropertiesResponse) SetValue ¶ added in v0.49.0
func (m *GetAvailableExtensionPropertiesResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable)
SetValue sets the value property value. The value property
type GetAvailableExtensionPropertiesResponseable ¶ added in v0.49.0
type GetAvailableExtensionPropertiesResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ExtensionPropertyable) }
GetAvailableExtensionPropertiesResponseable
type GetByIdsPostRequestBody ¶ added in v0.49.0
type GetByIdsPostRequestBody struct {
// contains filtered or unexported fields
}
GetByIdsPostRequestBody
func NewGetByIdsPostRequestBody ¶ added in v0.49.0
func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody
NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.
func (*GetByIdsPostRequestBody) GetAdditionalData ¶ added in v0.49.0
func (m *GetByIdsPostRequestBody) GetAdditionalData() map[string]any
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetByIdsPostRequestBody) GetBackingStore ¶ added in v0.56.0
func (m *GetByIdsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetBackingStore gets the backingStore property value. Stores model information.
func (*GetByIdsPostRequestBody) GetFieldDeserializers ¶ added in v0.49.0
func (m *GetByIdsPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsPostRequestBody) GetIds ¶ added in v0.49.0
func (m *GetByIdsPostRequestBody) GetIds() []string
GetIds gets the ids property value. The ids property
func (*GetByIdsPostRequestBody) GetTypes ¶ added in v0.49.0
func (m *GetByIdsPostRequestBody) GetTypes() []string
GetTypes gets the types property value. The types property
func (*GetByIdsPostRequestBody) Serialize ¶ added in v0.49.0
func (m *GetByIdsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *GetByIdsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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 GetByIdsPostRequestBodyable ¶ added in v0.49.0
type GetByIdsPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore GetIds() []string GetTypes() []string SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) SetIds(value []string) SetTypes(value []string) }
GetByIdsPostRequestBodyable
type GetByIdsRequestBuilder ¶ added in v0.49.0
type GetByIdsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
GetByIdsRequestBuilder provides operations to call the getByIds method.
func NewGetByIdsRequestBuilder ¶ added in v0.49.0
func NewGetByIdsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetByIdsRequestBuilder
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
func (m *GetByIdsRequestBuilder) Post(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration) (GetByIdsResponseable, error)
Post return the directory objects specified in a list of IDs. Some common uses for this function are to: Find more info here
func (*GetByIdsRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *GetByIdsRequestBuilder) ToPostRequestInformation(ctx context.Context, body GetByIdsPostRequestBodyable, requestConfiguration *GetByIdsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation return the directory objects specified in a list of IDs. Some common uses for this function are to:
type GetByIdsRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type GetByIdsRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetByIdsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type GetByIdsResponse ¶ added in v0.49.0
type GetByIdsResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
GetByIdsResponse
func NewGetByIdsResponse ¶ added in v0.49.0
func NewGetByIdsResponse() *GetByIdsResponse
NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.
func (*GetByIdsResponse) GetFieldDeserializers ¶ added in v0.49.0
func (m *GetByIdsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetByIdsResponse) GetValue ¶ added in v0.49.0
func (m *GetByIdsResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable
GetValue gets the value property value. The value property
func (*GetByIdsResponse) Serialize ¶ added in v0.49.0
func (m *GetByIdsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetByIdsResponse) SetValue ¶ added in v0.49.0
func (m *GetByIdsResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable)
SetValue sets the value property value. The value property
type GetByIdsResponseable ¶ added in v0.49.0
type GetByIdsResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable) }
GetByIdsResponseable
type ItemCheckMemberGroupsPostRequestBody ¶ added in v0.49.0
type ItemCheckMemberGroupsPostRequestBody struct {
// contains filtered or unexported fields
}
ItemCheckMemberGroupsPostRequestBody
func NewItemCheckMemberGroupsPostRequestBody ¶ added in v0.49.0
func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody
NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.
func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsPostRequestBody) GetAdditionalData() map[string]any
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ItemCheckMemberGroupsPostRequestBody) GetBackingStore ¶ added in v0.56.0
func (m *ItemCheckMemberGroupsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetBackingStore gets the backingStore property value. Stores model information.
func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsPostRequestBody) GetGroupIds() []string
GetGroupIds gets the groupIds property value. The groupIds property
func (*ItemCheckMemberGroupsPostRequestBody) Serialize ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *ItemCheckMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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 ItemCheckMemberGroupsPostRequestBodyable ¶ added in v0.49.0
type ItemCheckMemberGroupsPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore GetGroupIds() []string SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) SetGroupIds(value []string) }
ItemCheckMemberGroupsPostRequestBodyable
type ItemCheckMemberGroupsRequestBuilder ¶ added in v0.49.0
type ItemCheckMemberGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
func NewItemCheckMemberGroupsRequestBuilder ¶ added in v0.49.0
func NewItemCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCheckMemberGroupsRequestBuilder
NewItemCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
func NewItemCheckMemberGroupsRequestBuilderInternal ¶ added in v0.49.0
func NewItemCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCheckMemberGroupsRequestBuilder
NewItemCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
func (*ItemCheckMemberGroupsRequestBuilder) Post ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration) (ItemCheckMemberGroupsResponseable, error)
Post check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. Find more info here
func (*ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberGroupsPostRequestBodyable, requestConfiguration *ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemCheckMemberGroupsResponse ¶ added in v0.49.0
type ItemCheckMemberGroupsResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
ItemCheckMemberGroupsResponse
func NewItemCheckMemberGroupsResponse ¶ added in v0.49.0
func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse
NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.
func (*ItemCheckMemberGroupsResponse) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemCheckMemberGroupsResponse) GetValue ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*ItemCheckMemberGroupsResponse) Serialize ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ItemCheckMemberGroupsResponse) SetValue ¶ added in v0.49.0
func (m *ItemCheckMemberGroupsResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type ItemCheckMemberGroupsResponseable ¶ added in v0.49.0
type ItemCheckMemberGroupsResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
ItemCheckMemberGroupsResponseable
type ItemCheckMemberObjectsPostRequestBody ¶ added in v0.49.0
type ItemCheckMemberObjectsPostRequestBody struct {
// contains filtered or unexported fields
}
ItemCheckMemberObjectsPostRequestBody
func NewItemCheckMemberObjectsPostRequestBody ¶ added in v0.49.0
func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody
NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.
func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsPostRequestBody) GetAdditionalData() map[string]any
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ItemCheckMemberObjectsPostRequestBody) GetBackingStore ¶ added in v0.56.0
func (m *ItemCheckMemberObjectsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetBackingStore gets the backingStore property value. Stores model information.
func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemCheckMemberObjectsPostRequestBody) GetIds ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsPostRequestBody) GetIds() []string
GetIds gets the ids property value. The ids property
func (*ItemCheckMemberObjectsPostRequestBody) Serialize ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *ItemCheckMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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 ItemCheckMemberObjectsPostRequestBodyable ¶ added in v0.49.0
type ItemCheckMemberObjectsPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore GetIds() []string SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) SetIds(value []string) }
ItemCheckMemberObjectsPostRequestBodyable
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
func NewItemCheckMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCheckMemberObjectsRequestBuilder
NewItemCheckMemberObjectsRequestBuilder instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
func NewItemCheckMemberObjectsRequestBuilderInternal ¶ added in v0.49.0
func NewItemCheckMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCheckMemberObjectsRequestBuilder
NewItemCheckMemberObjectsRequestBuilderInternal instantiates a new CheckMemberObjectsRequestBuilder and sets the default values.
func (*ItemCheckMemberObjectsRequestBuilder) Post ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration) (ItemCheckMemberObjectsResponseable, error)
Post invoke action checkMemberObjects
func (*ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemCheckMemberObjectsPostRequestBodyable, requestConfiguration *ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation invoke action checkMemberObjects
type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemCheckMemberObjectsResponse ¶ added in v0.49.0
type ItemCheckMemberObjectsResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
ItemCheckMemberObjectsResponse
func NewItemCheckMemberObjectsResponse ¶ added in v0.49.0
func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse
NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.
func (*ItemCheckMemberObjectsResponse) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemCheckMemberObjectsResponse) GetValue ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*ItemCheckMemberObjectsResponse) Serialize ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ItemCheckMemberObjectsResponse) SetValue ¶ added in v0.49.0
func (m *ItemCheckMemberObjectsResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type ItemCheckMemberObjectsResponseable ¶ added in v0.49.0
type ItemCheckMemberObjectsResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
ItemCheckMemberObjectsResponseable
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
func NewItemDirectReportsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsCountRequestBuilder
NewItemDirectReportsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewItemDirectReportsCountRequestBuilderInternal ¶ added in v0.49.0
func NewItemDirectReportsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsCountRequestBuilder
NewItemDirectReportsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*ItemDirectReportsCountRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemDirectReportsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemDirectReportsCountRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemDirectReportsCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
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
func NewItemDirectReportsDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsDirectoryObjectItemRequestBuilder
NewItemDirectReportsDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.
func NewItemDirectReportsDirectoryObjectItemRequestBuilderInternal ¶ added in v0.49.0
func NewItemDirectReportsDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsDirectoryObjectItemRequestBuilder
NewItemDirectReportsDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.
func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsDirectoryObjectItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Get the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphOrgContact ¶ added in v0.56.0
func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphOrgContact() *ItemDirectReportsItemGraphOrgContactRequestBuilder
GraphOrgContact casts the previous resource to orgContact.
func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphUser ¶ added in v0.56.0
func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) GraphUser() *ItemDirectReportsItemGraphUserRequestBuilder
GraphUser casts the previous resource to user.
func (*ItemDirectReportsDirectoryObjectItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemDirectReportsDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsDirectoryObjectItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
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
func NewItemDirectReportsGraphOrgContactCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphOrgContactCountRequestBuilder
NewItemDirectReportsGraphOrgContactCountRequestBuilder instantiates a new CountRequestBuilder 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 CountRequestBuilder and sets the default values.
func (*ItemDirectReportsGraphOrgContactCountRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemDirectReportsGraphOrgContactCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsGraphOrgContactCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemDirectReportsGraphOrgContactCountRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemDirectReportsGraphOrgContactCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsGraphOrgContactCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
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
func NewItemDirectReportsGraphOrgContactRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphOrgContactRequestBuilder
NewItemDirectReportsGraphOrgContactRequestBuilder instantiates a new GraphOrgContactRequestBuilder 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 GraphOrgContactRequestBuilder and sets the default values.
func (*ItemDirectReportsGraphOrgContactRequestBuilder) Count ¶ added in v0.56.0
func (m *ItemDirectReportsGraphOrgContactRequestBuilder) Count() *ItemDirectReportsGraphOrgContactCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemDirectReportsGraphOrgContactRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemDirectReportsGraphOrgContactRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsGraphOrgContactRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactCollectionResponseable, error)
Get get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
func (*ItemDirectReportsGraphOrgContactRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemDirectReportsGraphOrgContactRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsGraphOrgContactRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection
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
func NewItemDirectReportsGraphUserCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphUserCountRequestBuilder
NewItemDirectReportsGraphUserCountRequestBuilder instantiates a new CountRequestBuilder 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 CountRequestBuilder and sets the default values.
func (*ItemDirectReportsGraphUserCountRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemDirectReportsGraphUserCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsGraphUserCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemDirectReportsGraphUserCountRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemDirectReportsGraphUserCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsGraphUserCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
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
func NewItemDirectReportsGraphUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsGraphUserRequestBuilder
NewItemDirectReportsGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder 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 GraphUserRequestBuilder and sets the default values.
func (*ItemDirectReportsGraphUserRequestBuilder) Count ¶ added in v0.56.0
func (m *ItemDirectReportsGraphUserRequestBuilder) Count() *ItemDirectReportsGraphUserCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemDirectReportsGraphUserRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemDirectReportsGraphUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsGraphUserRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserCollectionResponseable, error)
Get get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection
func (*ItemDirectReportsGraphUserRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemDirectReportsGraphUserRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsGraphUserRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection
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
func NewItemDirectReportsItemGraphOrgContactRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsItemGraphOrgContactRequestBuilder
NewItemDirectReportsItemGraphOrgContactRequestBuilder instantiates a new GraphOrgContactRequestBuilder 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 GraphOrgContactRequestBuilder and sets the default values.
func (*ItemDirectReportsItemGraphOrgContactRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemDirectReportsItemGraphOrgContactRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsItemGraphOrgContactRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
func (*ItemDirectReportsItemGraphOrgContactRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemDirectReportsItemGraphOrgContactRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsItemGraphOrgContactRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact
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
func NewItemDirectReportsItemGraphUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsItemGraphUserRequestBuilder
NewItemDirectReportsItemGraphUserRequestBuilder instantiates a new GraphUserRequestBuilder 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 GraphUserRequestBuilder and sets the default values.
func (*ItemDirectReportsItemGraphUserRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemDirectReportsItemGraphUserRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsItemGraphUserRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Userable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.user
func (*ItemDirectReportsItemGraphUserRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemDirectReportsItemGraphUserRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsItemGraphUserRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.user
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
type ItemDirectReportsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemDirectReportsRequestBuilder provides operations to manage the directReports property of the microsoft.graph.orgContact entity.
func NewItemDirectReportsRequestBuilder ¶ added in v0.49.0
func NewItemDirectReportsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsRequestBuilder
NewItemDirectReportsRequestBuilder instantiates a new DirectReportsRequestBuilder and sets the default values.
func NewItemDirectReportsRequestBuilderInternal ¶ added in v0.49.0
func NewItemDirectReportsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemDirectReportsRequestBuilder
NewItemDirectReportsRequestBuilderInternal instantiates a new DirectReportsRequestBuilder and sets the default values.
func (*ItemDirectReportsRequestBuilder) ByDirectoryObjectId ¶ added in v0.63.0
func (m *ItemDirectReportsRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemDirectReportsDirectoryObjectItemRequestBuilder
ByDirectoryObjectId provides operations to manage the directReports property of the microsoft.graph.orgContact entity.
func (*ItemDirectReportsRequestBuilder) Count ¶ added in v0.49.0
func (m *ItemDirectReportsRequestBuilder) Count() *ItemDirectReportsCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemDirectReportsRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemDirectReportsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemDirectReportsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error)
Get the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. Find more info here
func (*ItemDirectReportsRequestBuilder) GraphOrgContact ¶ added in v0.56.0
func (m *ItemDirectReportsRequestBuilder) GraphOrgContact() *ItemDirectReportsGraphOrgContactRequestBuilder
GraphOrgContact casts the previous resource to orgContact.
func (*ItemDirectReportsRequestBuilder) GraphUser ¶ added in v0.56.0
func (m *ItemDirectReportsRequestBuilder) GraphUser() *ItemDirectReportsGraphUserRequestBuilder
GraphUser casts the previous resource to user.
func (*ItemDirectReportsRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemDirectReportsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemDirectReportsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
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 the contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
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
}
ItemGetMemberGroupsPostRequestBody
func NewItemGetMemberGroupsPostRequestBody ¶ added in v0.49.0
func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody
NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.
func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData ¶ added in v0.49.0
func (m *ItemGetMemberGroupsPostRequestBody) GetAdditionalData() map[string]any
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ItemGetMemberGroupsPostRequestBody) GetBackingStore ¶ added in v0.56.0
func (m *ItemGetMemberGroupsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetBackingStore gets the backingStore property value. Stores model information.
func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly ¶ added in v0.49.0
func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool
GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
func (*ItemGetMemberGroupsPostRequestBody) Serialize ¶ added in v0.49.0
func (m *ItemGetMemberGroupsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *ItemGetMemberGroupsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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 ItemGetMemberGroupsPostRequestBodyable ¶ added in v0.49.0
type ItemGetMemberGroupsPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore GetSecurityEnabledOnly() *bool SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) SetSecurityEnabledOnly(value *bool) }
ItemGetMemberGroupsPostRequestBodyable
type ItemGetMemberGroupsRequestBuilder ¶ added in v0.49.0
type ItemGetMemberGroupsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
func NewItemGetMemberGroupsRequestBuilder ¶ added in v0.49.0
func NewItemGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGetMemberGroupsRequestBuilder
NewItemGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
func NewItemGetMemberGroupsRequestBuilderInternal ¶ added in v0.49.0
func NewItemGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGetMemberGroupsRequestBuilder
NewItemGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
func (*ItemGetMemberGroupsRequestBuilder) Post ¶ added in v0.49.0
func (m *ItemGetMemberGroupsRequestBuilder) Post(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration) (ItemGetMemberGroupsResponseable, error)
Post return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Find more info here
func (*ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberGroupsPostRequestBodyable, requestConfiguration *ItemGetMemberGroupsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive.
type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemGetMemberGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemGetMemberGroupsResponse ¶ added in v0.49.0
type ItemGetMemberGroupsResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
ItemGetMemberGroupsResponse
func NewItemGetMemberGroupsResponse ¶ added in v0.49.0
func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse
NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.
func (*ItemGetMemberGroupsResponse) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemGetMemberGroupsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemGetMemberGroupsResponse) GetValue ¶ added in v0.49.0
func (m *ItemGetMemberGroupsResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*ItemGetMemberGroupsResponse) Serialize ¶ added in v0.49.0
func (m *ItemGetMemberGroupsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ItemGetMemberGroupsResponse) SetValue ¶ added in v0.49.0
func (m *ItemGetMemberGroupsResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type ItemGetMemberGroupsResponseable ¶ added in v0.49.0
type ItemGetMemberGroupsResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
ItemGetMemberGroupsResponseable
type ItemGetMemberObjectsPostRequestBody ¶ added in v0.49.0
type ItemGetMemberObjectsPostRequestBody struct {
// contains filtered or unexported fields
}
ItemGetMemberObjectsPostRequestBody
func NewItemGetMemberObjectsPostRequestBody ¶ added in v0.49.0
func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody
NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.
func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData ¶ added in v0.49.0
func (m *ItemGetMemberObjectsPostRequestBody) GetAdditionalData() map[string]any
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ItemGetMemberObjectsPostRequestBody) GetBackingStore ¶ added in v0.56.0
func (m *ItemGetMemberObjectsPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetBackingStore gets the backingStore property value. Stores model information.
func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly ¶ added in v0.49.0
func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool
GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
func (*ItemGetMemberObjectsPostRequestBody) Serialize ¶ added in v0.49.0
func (m *ItemGetMemberObjectsPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *ItemGetMemberObjectsPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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 ItemGetMemberObjectsPostRequestBodyable ¶ added in v0.49.0
type ItemGetMemberObjectsPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore GetSecurityEnabledOnly() *bool SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) SetSecurityEnabledOnly(value *bool) }
ItemGetMemberObjectsPostRequestBodyable
type ItemGetMemberObjectsRequestBuilder ¶ added in v0.49.0
type ItemGetMemberObjectsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
func NewItemGetMemberObjectsRequestBuilder ¶ added in v0.49.0
func NewItemGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGetMemberObjectsRequestBuilder
NewItemGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
func NewItemGetMemberObjectsRequestBuilderInternal ¶ added in v0.49.0
func NewItemGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemGetMemberObjectsRequestBuilder
NewItemGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
func (*ItemGetMemberObjectsRequestBuilder) Post ¶ added in v0.49.0
func (m *ItemGetMemberObjectsRequestBuilder) Post(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration) (ItemGetMemberObjectsResponseable, error)
Post return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. Find more info here
func (*ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemGetMemberObjectsPostRequestBodyable, requestConfiguration *ItemGetMemberObjectsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemGetMemberObjectsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemGetMemberObjectsResponse ¶ added in v0.49.0
type ItemGetMemberObjectsResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
ItemGetMemberObjectsResponse
func NewItemGetMemberObjectsResponse ¶ added in v0.49.0
func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse
NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.
func (*ItemGetMemberObjectsResponse) GetFieldDeserializers ¶ added in v0.49.0
func (m *ItemGetMemberObjectsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ItemGetMemberObjectsResponse) GetValue ¶ added in v0.49.0
func (m *ItemGetMemberObjectsResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*ItemGetMemberObjectsResponse) Serialize ¶ added in v0.49.0
func (m *ItemGetMemberObjectsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ItemGetMemberObjectsResponse) SetValue ¶ added in v0.49.0
func (m *ItemGetMemberObjectsResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type ItemGetMemberObjectsResponseable ¶ added in v0.49.0
type ItemGetMemberObjectsResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
ItemGetMemberObjectsResponseable
type ItemManagerRequestBuilder ¶ added in v0.49.0
type ItemManagerRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemManagerRequestBuilder provides operations to manage the manager property of the microsoft.graph.orgContact entity.
func NewItemManagerRequestBuilder ¶ added in v0.49.0
func NewItemManagerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemManagerRequestBuilder
NewItemManagerRequestBuilder instantiates a new ManagerRequestBuilder and sets the default values.
func NewItemManagerRequestBuilderInternal ¶ added in v0.49.0
func NewItemManagerRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemManagerRequestBuilder
NewItemManagerRequestBuilderInternal instantiates a new ManagerRequestBuilder and sets the default values.
func (*ItemManagerRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemManagerRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemManagerRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Get get this organizational contact's manager. Find more info here
func (*ItemManagerRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemManagerRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemManagerRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get this organizational contact's manager.
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
type ItemMemberOfCountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfCountRequestBuilder provides operations to count the resources in the collection.
func NewItemMemberOfCountRequestBuilder ¶ added in v0.49.0
func NewItemMemberOfCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfCountRequestBuilder
NewItemMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewItemMemberOfCountRequestBuilderInternal ¶ added in v0.49.0
func NewItemMemberOfCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfCountRequestBuilder
NewItemMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*ItemMemberOfCountRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemMemberOfCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemMemberOfCountRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemMemberOfCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type ItemMemberOfCountRequestBuilderGetQueryParameters ¶ added in v0.53.0
type ItemMemberOfCountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
ItemMemberOfCountRequestBuilderGetQueryParameters get the number of the resource
type ItemMemberOfCountRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type ItemMemberOfCountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfCountRequestBuilderGetQueryParameters }
ItemMemberOfCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemMemberOfDirectoryObjectItemRequestBuilder ¶ added in v0.49.0
type ItemMemberOfDirectoryObjectItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfDirectoryObjectItemRequestBuilder provides operations to manage the memberOf property of the microsoft.graph.orgContact entity.
func NewItemMemberOfDirectoryObjectItemRequestBuilder ¶ added in v0.49.0
func NewItemMemberOfDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfDirectoryObjectItemRequestBuilder
NewItemMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.
func NewItemMemberOfDirectoryObjectItemRequestBuilderInternal ¶ added in v0.49.0
func NewItemMemberOfDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfDirectoryObjectItemRequestBuilder
NewItemMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.
func (*ItemMemberOfDirectoryObjectItemRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Get groups that this contact is a member of. Read-only. Nullable. Supports $expand.
func (*ItemMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit ¶ added in v0.59.0
func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit() *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder
GraphAdministrativeUnit casts the previous resource to administrativeUnit.
func (*ItemMemberOfDirectoryObjectItemRequestBuilder) GraphGroup ¶ added in v0.56.0
func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) GraphGroup() *ItemMemberOfItemGraphGroupRequestBuilder
GraphGroup casts the previous resource to group.
func (*ItemMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation groups that this contact is a member of. Read-only. Nullable. Supports $expand.
type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters ¶ added in v0.49.0
type ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ItemMemberOfDirectoryObjectItemRequestBuilderGetQueryParameters 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 CountRequestBuilder and sets the default values.
func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal ¶ added in v0.59.0
func NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder
NewItemMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) Get ¶ added in v0.59.0
func (m *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation ¶ added in v0.59.0
func (m *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters ¶ added in v0.59.0
type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource
type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration ¶ added in v0.59.0
type ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters }
ItemMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemMemberOfGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
type ItemMemberOfGraphAdministrativeUnitRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.
func NewItemMemberOfGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
func NewItemMemberOfGraphAdministrativeUnitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphAdministrativeUnitRequestBuilder
NewItemMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal ¶ added in v0.59.0
func NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphAdministrativeUnitRequestBuilder
NewItemMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Count ¶ added in v0.59.0
func (m *ItemMemberOfGraphAdministrativeUnitRequestBuilder) Count() *ItemMemberOfGraphAdministrativeUnitCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) Get ¶ added in v0.59.0
func (m *ItemMemberOfGraphAdministrativeUnitRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitCollectionResponseable, error)
Get get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection
func (*ItemMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation ¶ added in v0.59.0
func (m *ItemMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection
type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters ¶ added in v0.59.0
type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection
type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration ¶ added in v0.59.0
type ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters }
ItemMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemMemberOfGraphGroupCountRequestBuilder ¶ added in v0.56.0
type ItemMemberOfGraphGroupCountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.
func NewItemMemberOfGraphGroupCountRequestBuilder ¶ added in v0.56.0
func NewItemMemberOfGraphGroupCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphGroupCountRequestBuilder
NewItemMemberOfGraphGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewItemMemberOfGraphGroupCountRequestBuilderInternal ¶ added in v0.56.0
func NewItemMemberOfGraphGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphGroupCountRequestBuilder
NewItemMemberOfGraphGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*ItemMemberOfGraphGroupCountRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemMemberOfGraphGroupCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters ¶ added in v0.56.0
type ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource
type ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration ¶ added in v0.56.0
type ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfGraphGroupCountRequestBuilderGetQueryParameters }
ItemMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemMemberOfGraphGroupRequestBuilder ¶ added in v0.56.0
type ItemMemberOfGraphGroupRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfGraphGroupRequestBuilder casts the previous resource to group.
func NewItemMemberOfGraphGroupRequestBuilder ¶ added in v0.56.0
func NewItemMemberOfGraphGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphGroupRequestBuilder
NewItemMemberOfGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.
func NewItemMemberOfGraphGroupRequestBuilderInternal ¶ added in v0.56.0
func NewItemMemberOfGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfGraphGroupRequestBuilder
NewItemMemberOfGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.
func (*ItemMemberOfGraphGroupRequestBuilder) Count ¶ added in v0.56.0
func (m *ItemMemberOfGraphGroupRequestBuilder) Count() *ItemMemberOfGraphGroupCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemMemberOfGraphGroupRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemMemberOfGraphGroupRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupCollectionResponseable, error)
Get get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
func (*ItemMemberOfGraphGroupRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemMemberOfGraphGroupRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
type ItemMemberOfGraphGroupRequestBuilderGetQueryParameters ¶ added in v0.56.0
type ItemMemberOfGraphGroupRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
ItemMemberOfGraphGroupRequestBuilderGetQueryParameters get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
type ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration ¶ added in v0.56.0
type ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfGraphGroupRequestBuilderGetQueryParameters }
ItemMemberOfGraphGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
type ItemMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.
func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder
NewItemMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal ¶ added in v0.59.0
func NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder
NewItemMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) Get ¶ added in v0.59.0
func (m *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit
func (*ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation ¶ added in v0.59.0
func (m *ItemMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit
type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters ¶ added in v0.59.0
type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit
type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration ¶ added in v0.59.0
type ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters }
ItemMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemMemberOfItemGraphGroupRequestBuilder ¶ added in v0.56.0
type ItemMemberOfItemGraphGroupRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.
func NewItemMemberOfItemGraphGroupRequestBuilder ¶ added in v0.56.0
func NewItemMemberOfItemGraphGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGraphGroupRequestBuilder
NewItemMemberOfItemGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.
func NewItemMemberOfItemGraphGroupRequestBuilderInternal ¶ added in v0.56.0
func NewItemMemberOfItemGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfItemGraphGroupRequestBuilder
NewItemMemberOfItemGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.
func (*ItemMemberOfItemGraphGroupRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemMemberOfItemGraphGroupRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.group
func (*ItemMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.group
type ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters ¶ added in v0.56.0
type ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.group
type ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration ¶ added in v0.56.0
type ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfItemGraphGroupRequestBuilderGetQueryParameters }
ItemMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemMemberOfRequestBuilder ¶ added in v0.49.0
type ItemMemberOfRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemMemberOfRequestBuilder provides operations to manage the memberOf property of the microsoft.graph.orgContact entity.
func NewItemMemberOfRequestBuilder ¶ added in v0.49.0
func NewItemMemberOfRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfRequestBuilder
NewItemMemberOfRequestBuilder instantiates a new MemberOfRequestBuilder and sets the default values.
func NewItemMemberOfRequestBuilderInternal ¶ added in v0.49.0
func NewItemMemberOfRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMemberOfRequestBuilder
NewItemMemberOfRequestBuilderInternal instantiates a new MemberOfRequestBuilder and sets the default values.
func (*ItemMemberOfRequestBuilder) ByDirectoryObjectId ¶ added in v0.63.0
func (m *ItemMemberOfRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemMemberOfDirectoryObjectItemRequestBuilder
ByDirectoryObjectId provides operations to manage the memberOf property of the microsoft.graph.orgContact entity.
func (*ItemMemberOfRequestBuilder) Count ¶ added in v0.49.0
func (m *ItemMemberOfRequestBuilder) Count() *ItemMemberOfCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemMemberOfRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemMemberOfRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemMemberOfRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error)
Get groups that this contact is a member of. Read-only. Nullable. Supports $expand. Find more info here
func (*ItemMemberOfRequestBuilder) GraphAdministrativeUnit ¶ added in v0.59.0
func (m *ItemMemberOfRequestBuilder) GraphAdministrativeUnit() *ItemMemberOfGraphAdministrativeUnitRequestBuilder
GraphAdministrativeUnit casts the previous resource to administrativeUnit.
func (*ItemMemberOfRequestBuilder) GraphGroup ¶ added in v0.56.0
func (m *ItemMemberOfRequestBuilder) GraphGroup() *ItemMemberOfGraphGroupRequestBuilder
GraphGroup casts the previous resource to group.
func (*ItemMemberOfRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemMemberOfRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemMemberOfRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation groups that this contact is a member of. Read-only. Nullable. Supports $expand.
type ItemMemberOfRequestBuilderGetQueryParameters ¶ added in v0.49.0
type ItemMemberOfRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
ItemMemberOfRequestBuilderGetQueryParameters groups that this contact is a member of. Read-only. Nullable. Supports $expand.
type ItemMemberOfRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type ItemMemberOfRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemMemberOfRequestBuilderGetQueryParameters }
ItemMemberOfRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemRestoreRequestBuilder ¶ added in v0.49.0
type ItemRestoreRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemRestoreRequestBuilder provides operations to call the restore method.
func NewItemRestoreRequestBuilder ¶ added in v0.49.0
func NewItemRestoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRestoreRequestBuilder
NewItemRestoreRequestBuilder instantiates a new RestoreRequestBuilder and sets the default values.
func NewItemRestoreRequestBuilderInternal ¶ added in v0.49.0
func NewItemRestoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemRestoreRequestBuilder
NewItemRestoreRequestBuilderInternal instantiates a new RestoreRequestBuilder and sets the default values.
func (*ItemRestoreRequestBuilder) Post ¶ added in v0.49.0
func (m *ItemRestoreRequestBuilder) Post(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Post restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. Find more info here
func (*ItemRestoreRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *ItemRestoreRequestBuilder) ToPostRequestInformation(ctx context.Context, requestConfiguration *ItemRestoreRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted.
type ItemRestoreRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type ItemRestoreRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemRestoreRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type 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
func NewItemTransitiveMemberOfCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfCountRequestBuilder
NewItemTransitiveMemberOfCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfCountRequestBuilderInternal ¶ added in v0.49.0
func NewItemTransitiveMemberOfCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfCountRequestBuilder
NewItemTransitiveMemberOfCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfCountRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemTransitiveMemberOfCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemTransitiveMemberOfCountRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemTransitiveMemberOfCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters ¶ added in v0.53.0
type ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters get the number of the resource
type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemTransitiveMemberOfCountRequestBuilderGetQueryParameters }
ItemTransitiveMemberOfCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder ¶ added in v0.49.0
type ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity.
func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder ¶ added in v0.49.0
func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder
NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilder instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal ¶ added in v0.49.0
func NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder
NewItemTransitiveMemberOfDirectoryObjectItemRequestBuilderInternal instantiates a new DirectoryObjectItemRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Get groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphAdministrativeUnit() *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder
GraphAdministrativeUnit casts the previous resource to administrativeUnit.
func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphGroup ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) GraphGroup() *ItemTransitiveMemberOfItemGraphGroupRequestBuilder
GraphGroup casts the previous resource to group.
func (*ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
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 CountRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal ¶ added in v0.59.0
func NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder
NewItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) Get ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters ¶ added in v0.59.0
type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters get the number of the resource
type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration ¶ added in v0.59.0
type ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetQueryParameters }
ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.
func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder
NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal ¶ added in v0.59.0
func NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder
NewItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Count ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Count() *ItemTransitiveMemberOfGraphAdministrativeUnitCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Get ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitCollectionResponseable, error)
Get get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection
func (*ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection
type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters ¶ added in v0.59.0
type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection
type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration ¶ added in v0.59.0
type ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetQueryParameters }
ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemTransitiveMemberOfGraphGroupCountRequestBuilder ¶ added in v0.56.0
type ItemTransitiveMemberOfGraphGroupCountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemTransitiveMemberOfGraphGroupCountRequestBuilder provides operations to count the resources in the collection.
func NewItemTransitiveMemberOfGraphGroupCountRequestBuilder ¶ added in v0.56.0
func NewItemTransitiveMemberOfGraphGroupCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphGroupCountRequestBuilder
NewItemTransitiveMemberOfGraphGroupCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal ¶ added in v0.56.0
func NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphGroupCountRequestBuilder
NewItemTransitiveMemberOfGraphGroupCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfGraphGroupCountRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*ItemTransitiveMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfGraphGroupCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters ¶ added in v0.56.0
type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters get the number of the resource
type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration ¶ added in v0.56.0
type ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetQueryParameters }
ItemTransitiveMemberOfGraphGroupCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemTransitiveMemberOfGraphGroupRequestBuilder ¶ added in v0.56.0
type ItemTransitiveMemberOfGraphGroupRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemTransitiveMemberOfGraphGroupRequestBuilder casts the previous resource to group.
func NewItemTransitiveMemberOfGraphGroupRequestBuilder ¶ added in v0.56.0
func NewItemTransitiveMemberOfGraphGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphGroupRequestBuilder
NewItemTransitiveMemberOfGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal ¶ added in v0.56.0
func NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfGraphGroupRequestBuilder
NewItemTransitiveMemberOfGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Count ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfGraphGroupRequestBuilder) Count() *ItemTransitiveMemberOfGraphGroupCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfGraphGroupRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupCollectionResponseable, error)
Get get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
func (*ItemTransitiveMemberOfGraphGroupRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfGraphGroupRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
type ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters ¶ added in v0.56.0
type ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection
type ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration ¶ added in v0.56.0
type ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemTransitiveMemberOfGraphGroupRequestBuilderGetQueryParameters }
ItemTransitiveMemberOfGraphGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder casts the previous resource to administrativeUnit.
func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder ¶ added in v0.59.0
func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder
NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal ¶ added in v0.59.0
func NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder
NewItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderInternal instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) Get ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AdministrativeUnitable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit
func (*ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit
type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters ¶ added in v0.59.0
type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit
type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration ¶ added in v0.59.0
type ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetQueryParameters }
ItemTransitiveMemberOfItemGraphAdministrativeUnitRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemTransitiveMemberOfItemGraphGroupRequestBuilder ¶ added in v0.56.0
type ItemTransitiveMemberOfItemGraphGroupRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemTransitiveMemberOfItemGraphGroupRequestBuilder casts the previous resource to group.
func NewItemTransitiveMemberOfItemGraphGroupRequestBuilder ¶ added in v0.56.0
func NewItemTransitiveMemberOfItemGraphGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGraphGroupRequestBuilder
NewItemTransitiveMemberOfItemGraphGroupRequestBuilder instantiates a new GraphGroupRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal ¶ added in v0.56.0
func NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfItemGraphGroupRequestBuilder
NewItemTransitiveMemberOfItemGraphGroupRequestBuilderInternal instantiates a new GraphGroupRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) Get ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfItemGraphGroupRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Groupable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.group
func (*ItemTransitiveMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfItemGraphGroupRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.group
type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters ¶ added in v0.56.0
type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.group
type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration ¶ added in v0.56.0
type ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetQueryParameters }
ItemTransitiveMemberOfItemGraphGroupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemTransitiveMemberOfRequestBuilder ¶ added in v0.49.0
type ItemTransitiveMemberOfRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemTransitiveMemberOfRequestBuilder provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity.
func NewItemTransitiveMemberOfRequestBuilder ¶ added in v0.49.0
func NewItemTransitiveMemberOfRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfRequestBuilder
NewItemTransitiveMemberOfRequestBuilder instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.
func NewItemTransitiveMemberOfRequestBuilderInternal ¶ added in v0.49.0
func NewItemTransitiveMemberOfRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemTransitiveMemberOfRequestBuilder
NewItemTransitiveMemberOfRequestBuilderInternal instantiates a new TransitiveMemberOfRequestBuilder and sets the default values.
func (*ItemTransitiveMemberOfRequestBuilder) ByDirectoryObjectId ¶ added in v0.63.0
func (m *ItemTransitiveMemberOfRequestBuilder) ByDirectoryObjectId(directoryObjectId string) *ItemTransitiveMemberOfDirectoryObjectItemRequestBuilder
ByDirectoryObjectId provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity.
func (*ItemTransitiveMemberOfRequestBuilder) Count ¶ added in v0.49.0
func (m *ItemTransitiveMemberOfRequestBuilder) Count() *ItemTransitiveMemberOfCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*ItemTransitiveMemberOfRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemTransitiveMemberOfRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error)
Get groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. Find more info here
func (*ItemTransitiveMemberOfRequestBuilder) GraphAdministrativeUnit ¶ added in v0.59.0
func (m *ItemTransitiveMemberOfRequestBuilder) GraphAdministrativeUnit() *ItemTransitiveMemberOfGraphAdministrativeUnitRequestBuilder
GraphAdministrativeUnit casts the previous resource to administrativeUnit.
func (*ItemTransitiveMemberOfRequestBuilder) GraphGroup ¶ added in v0.56.0
func (m *ItemTransitiveMemberOfRequestBuilder) GraphGroup() *ItemTransitiveMemberOfGraphGroupRequestBuilder
GraphGroup casts the previous resource to group.
func (*ItemTransitiveMemberOfRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemTransitiveMemberOfRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemTransitiveMemberOfRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
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 groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
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
type OrgContactItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
OrgContactItemRequestBuilder provides operations to manage the collection of orgContact entities.
func NewOrgContactItemRequestBuilder ¶ added in v0.49.0
func NewOrgContactItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrgContactItemRequestBuilder
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
func (m *OrgContactItemRequestBuilder) CheckMemberGroups() *ItemCheckMemberGroupsRequestBuilder
CheckMemberGroups provides operations to call the checkMemberGroups method.
func (*OrgContactItemRequestBuilder) CheckMemberObjects ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) CheckMemberObjects() *ItemCheckMemberObjectsRequestBuilder
CheckMemberObjects provides operations to call the checkMemberObjects method.
func (*OrgContactItemRequestBuilder) Delete ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *OrgContactItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from contacts
func (*OrgContactItemRequestBuilder) DirectReports ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) DirectReports() *ItemDirectReportsRequestBuilder
DirectReports provides operations to manage the directReports property of the microsoft.graph.orgContact entity.
func (*OrgContactItemRequestBuilder) Get ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) Get(ctx context.Context, requestConfiguration *OrgContactItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
Get get the properties and relationships of an organizational contact. Find more info here
func (*OrgContactItemRequestBuilder) GetMemberGroups ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) GetMemberGroups() *ItemGetMemberGroupsRequestBuilder
GetMemberGroups provides operations to call the getMemberGroups method.
func (*OrgContactItemRequestBuilder) GetMemberObjects ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) GetMemberObjects() *ItemGetMemberObjectsRequestBuilder
GetMemberObjects provides operations to call the getMemberObjects method.
func (*OrgContactItemRequestBuilder) Manager ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) Manager() *ItemManagerRequestBuilder
Manager provides operations to manage the manager property of the microsoft.graph.orgContact entity.
func (*OrgContactItemRequestBuilder) MemberOf ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) MemberOf() *ItemMemberOfRequestBuilder
MemberOf provides operations to manage the memberOf property of the microsoft.graph.orgContact entity.
func (*OrgContactItemRequestBuilder) Patch ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, requestConfiguration *OrgContactItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, error)
Patch update entity in contacts
func (*OrgContactItemRequestBuilder) Restore ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) Restore() *ItemRestoreRequestBuilder
Restore provides operations to call the restore method.
func (*OrgContactItemRequestBuilder) ToDeleteRequestInformation ¶ added in v0.51.0
func (m *OrgContactItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *OrgContactItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete entity from contacts
func (*OrgContactItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *OrgContactItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OrgContactItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the properties and relationships of an organizational contact.
func (*OrgContactItemRequestBuilder) ToPatchRequestInformation ¶ added in v0.51.0
func (m *OrgContactItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrgContactable, requestConfiguration *OrgContactItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update entity in contacts
func (*OrgContactItemRequestBuilder) TransitiveMemberOf ¶ added in v0.49.0
func (m *OrgContactItemRequestBuilder) TransitiveMemberOf() *ItemTransitiveMemberOfRequestBuilder
TransitiveMemberOf provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity.
type OrgContactItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.49.0
type OrgContactItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OrgContactItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OrgContactItemRequestBuilderGetQueryParameters ¶ added in v0.49.0
type OrgContactItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OrgContactItemRequestBuilderGetQueryParameters get the properties and relationships of an organizational contact.
type OrgContactItemRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type OrgContactItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OrgContactItemRequestBuilderGetQueryParameters }
OrgContactItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OrgContactItemRequestBuilderPatchRequestConfiguration ¶ added in v0.49.0
type OrgContactItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OrgContactItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ValidatePropertiesPostRequestBody ¶ added in v0.49.0
type ValidatePropertiesPostRequestBody struct {
// contains filtered or unexported fields
}
ValidatePropertiesPostRequestBody
func NewValidatePropertiesPostRequestBody ¶ added in v0.49.0
func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody
NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.
func (*ValidatePropertiesPostRequestBody) GetAdditionalData ¶ added in v0.49.0
func (m *ValidatePropertiesPostRequestBody) GetAdditionalData() map[string]any
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ValidatePropertiesPostRequestBody) GetBackingStore ¶ added in v0.56.0
func (m *ValidatePropertiesPostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetBackingStore gets the backingStore property value. Stores model information.
func (*ValidatePropertiesPostRequestBody) GetDisplayName ¶ added in v0.49.0
func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string
GetDisplayName gets the displayName property value. The displayName property
func (*ValidatePropertiesPostRequestBody) GetEntityType ¶ added in v0.49.0
func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string
GetEntityType gets the entityType property value. The entityType property
func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers ¶ added in v0.49.0
func (m *ValidatePropertiesPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ValidatePropertiesPostRequestBody) GetMailNickname ¶ added in v0.49.0
func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string
GetMailNickname gets the mailNickname property value. The mailNickname property
func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId ¶ added in v0.49.0
func (m *ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId() *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID
GetOnBehalfOfUserId gets the onBehalfOfUserId property value. The onBehalfOfUserId property
func (*ValidatePropertiesPostRequestBody) Serialize ¶ added in v0.49.0
func (m *ValidatePropertiesPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *ValidatePropertiesPostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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
func (m *ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID)
SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property
type ValidatePropertiesPostRequestBodyable ¶ added in v0.49.0
type ValidatePropertiesPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore GetDisplayName() *string GetEntityType() *string GetMailNickname() *string GetOnBehalfOfUserId() *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) SetDisplayName(value *string) SetEntityType(value *string) SetMailNickname(value *string) SetOnBehalfOfUserId(value *i561e97a8befe7661a44c8f54600992b4207a3a0cf6770e5559949bc276de2e22.UUID) }
ValidatePropertiesPostRequestBodyable
type ValidatePropertiesRequestBuilder ¶ added in v0.49.0
type ValidatePropertiesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.
func NewValidatePropertiesRequestBuilder ¶ added in v0.49.0
func NewValidatePropertiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ValidatePropertiesRequestBuilder
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
func (m *ValidatePropertiesRequestBuilder) Post(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration) error
Post validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. Find more info here
func (*ValidatePropertiesRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *ValidatePropertiesRequestBuilder) ToPostRequestInformation(ctx context.Context, body ValidatePropertiesPostRequestBodyable, requestConfiguration *ValidatePropertiesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.
type ValidatePropertiesRequestBuilderPostRequestConfiguration ¶ added in v0.49.0
type ValidatePropertiesRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ValidatePropertiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
Source Files ¶
- contacts_request_builder.go
- count_request_builder.go
- delta_request_builder.go
- delta_response.go
- get_available_extension_properties_post_request_body.go
- get_available_extension_properties_request_builder.go
- get_available_extension_properties_response.go
- get_by_ids_post_request_body.go
- get_by_ids_request_builder.go
- get_by_ids_response.go
- item_check_member_groups_post_request_body.go
- item_check_member_groups_request_builder.go
- item_check_member_groups_response.go
- item_check_member_objects_post_request_body.go
- item_check_member_objects_request_builder.go
- item_check_member_objects_response.go
- item_direct_reports_count_request_builder.go
- item_direct_reports_directory_object_item_request_builder.go
- item_direct_reports_graph_org_contact_count_request_builder.go
- item_direct_reports_graph_org_contact_request_builder.go
- item_direct_reports_graph_user_count_request_builder.go
- item_direct_reports_graph_user_request_builder.go
- item_direct_reports_item_graph_org_contact_request_builder.go
- item_direct_reports_item_graph_user_request_builder.go
- item_direct_reports_request_builder.go
- item_get_member_groups_post_request_body.go
- item_get_member_groups_request_builder.go
- item_get_member_groups_response.go
- item_get_member_objects_post_request_body.go
- item_get_member_objects_request_builder.go
- item_get_member_objects_response.go
- item_manager_request_builder.go
- item_member_of_count_request_builder.go
- item_member_of_directory_object_item_request_builder.go
- item_member_of_graph_administrative_unit_count_request_builder.go
- item_member_of_graph_administrative_unit_request_builder.go
- item_member_of_graph_group_count_request_builder.go
- item_member_of_graph_group_request_builder.go
- item_member_of_item_graph_administrative_unit_request_builder.go
- item_member_of_item_graph_group_request_builder.go
- item_member_of_request_builder.go
- item_restore_request_builder.go
- item_transitive_member_of_count_request_builder.go
- item_transitive_member_of_directory_object_item_request_builder.go
- item_transitive_member_of_graph_administrative_unit_count_request_builder.go
- item_transitive_member_of_graph_administrative_unit_request_builder.go
- item_transitive_member_of_graph_group_count_request_builder.go
- item_transitive_member_of_graph_group_request_builder.go
- item_transitive_member_of_item_graph_administrative_unit_request_builder.go
- item_transitive_member_of_item_graph_group_request_builder.go
- item_transitive_member_of_request_builder.go
- org_contact_item_request_builder.go
- validate_properties_post_request_body.go
- validate_properties_request_builder.go