organization

package
v1.52.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: MIT Imports: 7 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDeltaGetResponseFromDiscriminatorValue added in v1.20.0

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

func CreateDeltaResponseFromDiscriminatorValue added in v0.56.0

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

func CreateGetAvailableExtensionPropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue added in v1.20.0

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

func CreateGetAvailableExtensionPropertiesResponseFromDiscriminatorValue added in v0.49.0

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

func CreateGetByIdsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateGetByIdsPostResponseFromDiscriminatorValue added in v1.20.0

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

func CreateGetByIdsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberGroupsPostResponseFromDiscriminatorValue added in v1.20.0

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

func CreateItemCheckMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemCheckMemberObjectsPostResponseFromDiscriminatorValue added in v1.20.0

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

func CreateItemCheckMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberGroupsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberGroupsPostResponseFromDiscriminatorValue added in v1.20.0

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

func CreateItemGetMemberGroupsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberObjectsPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

func CreateItemGetMemberObjectsPostResponseFromDiscriminatorValue added in v1.20.0

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

func CreateItemGetMemberObjectsResponseFromDiscriminatorValue added in v0.49.0

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

func CreateItemSetMobileDeviceManagementAuthorityPostResponseFromDiscriminatorValue added in v1.20.0

func CreateItemSetMobileDeviceManagementAuthorityPostResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

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

func CreateItemSetMobileDeviceManagementAuthorityResponseFromDiscriminatorValue added in v0.49.0

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

func CreateValidatePropertiesPostRequestBodyFromDiscriminatorValue added in v0.49.0

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

Types

type CountRequestBuilder added in v0.49.0

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

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

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*CountRequestBuilder) WithUrl added in v1.18.0

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

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

type CountRequestBuilderGetQueryParameters added in v0.53.0

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

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type DeltaGetResponse added in v1.20.0

func NewDeltaGetResponse added in v1.20.0

func NewDeltaGetResponse() *DeltaGetResponse

NewDeltaGetResponse instantiates a new DeltaGetResponse and sets the default values.

func (*DeltaGetResponse) GetFieldDeserializers added in v1.20.0

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

func (*DeltaGetResponse) GetValue added in v1.20.0

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

func (*DeltaGetResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*DeltaGetResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type DeltaRequestBuilder added in v0.56.0

DeltaRequestBuilder provides operations to call the delta method.

func NewDeltaRequestBuilder added in v0.56.0

NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.

func NewDeltaRequestBuilderInternal added in v0.56.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.56.0

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

func (*DeltaRequestBuilder) GetAsDeltaGetResponse added in v1.20.0

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

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

func (*DeltaRequestBuilder) ToGetRequestInformation added in v0.56.0

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

func (*DeltaRequestBuilder) WithUrl added in v1.18.0

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

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

type DeltaRequestBuilderGetQueryParameters added in v0.56.0

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

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

type DeltaRequestBuilderGetRequestConfiguration added in v0.56.0

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

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

type DeltaResponse deprecated added in v0.56.0

type DeltaResponse struct {
	DeltaGetResponse
}

Deprecated: This class is obsolete. Use DeltaGetResponseable instead.

func NewDeltaResponse added in v0.56.0

func NewDeltaResponse() *DeltaResponse

NewDeltaResponse instantiates a new DeltaResponse and sets the default values.

type DeltaResponseable deprecated added in v0.56.0

Deprecated: This class is obsolete. Use DeltaGetResponseable instead.

type GetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

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

func NewGetAvailableExtensionPropertiesPostRequestBody added in v0.49.0

func NewGetAvailableExtensionPropertiesPostRequestBody() *GetAvailableExtensionPropertiesPostRequestBody

NewGetAvailableExtensionPropertiesPostRequestBody instantiates a new GetAvailableExtensionPropertiesPostRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) GetBackingStore added in v0.56.0

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

func (*GetAvailableExtensionPropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

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

func (*GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises added in v0.49.0

func (m *GetAvailableExtensionPropertiesPostRequestBody) GetIsSyncedFromOnPremises() *bool

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

func (*GetAvailableExtensionPropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetAvailableExtensionPropertiesPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*GetAvailableExtensionPropertiesPostRequestBody) SetIsSyncedFromOnPremises added in v0.49.0

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

SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property

type GetAvailableExtensionPropertiesPostResponse added in v1.20.0

func NewGetAvailableExtensionPropertiesPostResponse added in v1.20.0

func NewGetAvailableExtensionPropertiesPostResponse() *GetAvailableExtensionPropertiesPostResponse

NewGetAvailableExtensionPropertiesPostResponse instantiates a new GetAvailableExtensionPropertiesPostResponse and sets the default values.

func (*GetAvailableExtensionPropertiesPostResponse) GetFieldDeserializers added in v1.20.0

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

func (*GetAvailableExtensionPropertiesPostResponse) GetValue added in v1.20.0

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

func (*GetAvailableExtensionPropertiesPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*GetAvailableExtensionPropertiesPostResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type GetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

type GetAvailableExtensionPropertiesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

GetAvailableExtensionPropertiesRequestBuilder provides operations to call the getAvailableExtensionProperties method.

func NewGetAvailableExtensionPropertiesRequestBuilder added in v0.49.0

NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal added in v0.49.0

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

NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBuilder) Post added in v0.49.0

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

func (*GetAvailableExtensionPropertiesRequestBuilder) PostAsGetAvailableExtensionPropertiesPostResponse added in v1.20.0

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

func (*GetAvailableExtensionPropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*GetAvailableExtensionPropertiesRequestBuilder) WithUrl added in v1.18.0

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

type GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type GetAvailableExtensionPropertiesResponse deprecated added in v0.49.0

type GetAvailableExtensionPropertiesResponse struct {
	GetAvailableExtensionPropertiesPostResponse
}

Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.

func NewGetAvailableExtensionPropertiesResponse added in v0.49.0

func NewGetAvailableExtensionPropertiesResponse() *GetAvailableExtensionPropertiesResponse

NewGetAvailableExtensionPropertiesResponse instantiates a new GetAvailableExtensionPropertiesResponse and sets the default values.

type GetAvailableExtensionPropertiesResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use GetAvailableExtensionPropertiesPostResponseable instead.

type GetByIdsPostRequestBody added in v0.49.0

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

func NewGetByIdsPostRequestBody added in v0.49.0

func NewGetByIdsPostRequestBody() *GetByIdsPostRequestBody

NewGetByIdsPostRequestBody instantiates a new GetByIdsPostRequestBody and sets the default values.

func (*GetByIdsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) GetBackingStore added in v0.56.0

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

func (*GetByIdsPostRequestBody) GetFieldDeserializers added in v0.49.0

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

func (*GetByIdsPostRequestBody) GetIds added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) GetTypes added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*GetByIdsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*GetByIdsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*GetByIdsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

func (*GetByIdsPostRequestBody) SetTypes added in v0.49.0

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

SetTypes sets the types property value. The types property

type GetByIdsPostResponse added in v1.20.0

func NewGetByIdsPostResponse added in v1.20.0

func NewGetByIdsPostResponse() *GetByIdsPostResponse

NewGetByIdsPostResponse instantiates a new GetByIdsPostResponse and sets the default values.

func (*GetByIdsPostResponse) GetFieldDeserializers added in v1.20.0

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

func (*GetByIdsPostResponse) GetValue added in v1.20.0

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

func (*GetByIdsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*GetByIdsPostResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type GetByIdsRequestBuilder added in v0.49.0

GetByIdsRequestBuilder provides operations to call the getByIds method.

func NewGetByIdsRequestBuilder added in v0.49.0

NewGetByIdsRequestBuilder instantiates a new GetByIdsRequestBuilder and sets the default values.

func NewGetByIdsRequestBuilderInternal added in v0.49.0

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

NewGetByIdsRequestBuilderInternal instantiates a new GetByIdsRequestBuilder and sets the default values.

func (*GetByIdsRequestBuilder) Post added in v0.49.0

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

func (*GetByIdsRequestBuilder) PostAsGetByIdsPostResponse added in v1.20.0

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

func (*GetByIdsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*GetByIdsRequestBuilder) WithUrl added in v1.18.0

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

type GetByIdsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type GetByIdsResponse deprecated added in v0.49.0

type GetByIdsResponse struct {
	GetByIdsPostResponse
}

Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.

func NewGetByIdsResponse added in v0.49.0

func NewGetByIdsResponse() *GetByIdsResponse

NewGetByIdsResponse instantiates a new GetByIdsResponse and sets the default values.

type GetByIdsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use GetByIdsPostResponseable instead.

type ItemBrandingBackgroundImageRequestBuilder added in v0.49.0

type ItemBrandingBackgroundImageRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingBackgroundImageRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingBackgroundImageRequestBuilder added in v0.49.0

NewItemBrandingBackgroundImageRequestBuilder instantiates a new ItemBrandingBackgroundImageRequestBuilder and sets the default values.

func NewItemBrandingBackgroundImageRequestBuilderInternal added in v0.49.0

func NewItemBrandingBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingBackgroundImageRequestBuilder

NewItemBrandingBackgroundImageRequestBuilderInternal instantiates a new ItemBrandingBackgroundImageRequestBuilder and sets the default values.

func (*ItemBrandingBackgroundImageRequestBuilder) Delete added in v1.41.0

Delete image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingBackgroundImageRequestBuilder) Get added in v0.49.0

Get image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingBackgroundImageRequestBuilder) Put added in v0.49.0

Put image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingBackgroundImageRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a *RequestInformation when successful

func (*ItemBrandingBackgroundImageRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a *RequestInformation when successful

func (*ItemBrandingBackgroundImageRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a *RequestInformation when successful

func (*ItemBrandingBackgroundImageRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingBackgroundImageRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingBackgroundImageRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingBackgroundImageRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type ItemBrandingBannerLogoRequestBuilder added in v0.49.0

type ItemBrandingBannerLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingBannerLogoRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingBannerLogoRequestBuilder added in v0.49.0

NewItemBrandingBannerLogoRequestBuilder instantiates a new ItemBrandingBannerLogoRequestBuilder and sets the default values.

func NewItemBrandingBannerLogoRequestBuilderInternal added in v0.49.0

func NewItemBrandingBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingBannerLogoRequestBuilder

NewItemBrandingBannerLogoRequestBuilderInternal instantiates a new ItemBrandingBannerLogoRequestBuilder and sets the default values.

func (*ItemBrandingBannerLogoRequestBuilder) Delete added in v1.41.0

Delete a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingBannerLogoRequestBuilder) Get added in v0.49.0

Get a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingBannerLogoRequestBuilder) Put added in v0.49.0

Put a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingBannerLogoRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingBannerLogoRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingBannerLogoRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingBannerLogoRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingBannerLogoRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingBannerLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingBannerLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type ItemBrandingCustomCSSRequestBuilder added in v1.5.0

ItemBrandingCustomCSSRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingCustomCSSRequestBuilder added in v1.5.0

NewItemBrandingCustomCSSRequestBuilder instantiates a new ItemBrandingCustomCSSRequestBuilder and sets the default values.

func NewItemBrandingCustomCSSRequestBuilderInternal added in v1.5.0

func NewItemBrandingCustomCSSRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingCustomCSSRequestBuilder

NewItemBrandingCustomCSSRequestBuilderInternal instantiates a new ItemBrandingCustomCSSRequestBuilder and sets the default values.

func (*ItemBrandingCustomCSSRequestBuilder) Delete added in v1.41.0

Delete cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingCustomCSSRequestBuilder) Get added in v1.5.0

Get cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingCustomCSSRequestBuilder) Put added in v1.5.0

Put cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingCustomCSSRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a *RequestInformation when successful

func (*ItemBrandingCustomCSSRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a *RequestInformation when successful

func (*ItemBrandingCustomCSSRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a *RequestInformation when successful

func (*ItemBrandingCustomCSSRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingCustomCSSRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingCustomCSSRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingCustomCSSRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingFaviconRequestBuilder added in v1.5.0

ItemBrandingFaviconRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingFaviconRequestBuilder added in v1.5.0

NewItemBrandingFaviconRequestBuilder instantiates a new ItemBrandingFaviconRequestBuilder and sets the default values.

func NewItemBrandingFaviconRequestBuilderInternal added in v1.5.0

func NewItemBrandingFaviconRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingFaviconRequestBuilder

NewItemBrandingFaviconRequestBuilderInternal instantiates a new ItemBrandingFaviconRequestBuilder and sets the default values.

func (*ItemBrandingFaviconRequestBuilder) Delete added in v1.41.0

Delete a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingFaviconRequestBuilder) Get added in v1.5.0

Get a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingFaviconRequestBuilder) Put added in v1.5.0

Put a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingFaviconRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemBrandingFaviconRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemBrandingFaviconRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemBrandingFaviconRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingFaviconRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingFaviconRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingFaviconRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingHeaderLogoRequestBuilder added in v1.5.0

type ItemBrandingHeaderLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingHeaderLogoRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingHeaderLogoRequestBuilder added in v1.5.0

NewItemBrandingHeaderLogoRequestBuilder instantiates a new ItemBrandingHeaderLogoRequestBuilder and sets the default values.

func NewItemBrandingHeaderLogoRequestBuilderInternal added in v1.5.0

func NewItemBrandingHeaderLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingHeaderLogoRequestBuilder

NewItemBrandingHeaderLogoRequestBuilderInternal instantiates a new ItemBrandingHeaderLogoRequestBuilder and sets the default values.

func (*ItemBrandingHeaderLogoRequestBuilder) Delete added in v1.41.0

Delete a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingHeaderLogoRequestBuilder) Get added in v1.5.0

Get a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingHeaderLogoRequestBuilder) Put added in v1.5.0

Put a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingHeaderLogoRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingHeaderLogoRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingHeaderLogoRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingHeaderLogoRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingHeaderLogoRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingHeaderLogoRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingHeaderLogoRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsCountRequestBuilder added in v0.49.0

type ItemBrandingLocalizationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemBrandingLocalizationsCountRequestBuilder added in v0.49.0

NewItemBrandingLocalizationsCountRequestBuilder instantiates a new ItemBrandingLocalizationsCountRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsCountRequestBuilderInternal added in v0.49.0

func NewItemBrandingLocalizationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsCountRequestBuilder

NewItemBrandingLocalizationsCountRequestBuilderInternal instantiates a new ItemBrandingLocalizationsCountRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsCountRequestBuilder) Get added in v0.49.0

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

func (*ItemBrandingLocalizationsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemBrandingLocalizationsCountRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemBrandingLocalizationsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemBrandingLocalizationsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsItemBackgroundImageRequestBuilder added in v0.49.0

type ItemBrandingLocalizationsItemBackgroundImageRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsItemBackgroundImageRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingLocalizationsItemBackgroundImageRequestBuilder added in v0.49.0

func NewItemBrandingLocalizationsItemBackgroundImageRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemBackgroundImageRequestBuilder

NewItemBrandingLocalizationsItemBackgroundImageRequestBuilder instantiates a new ItemBrandingLocalizationsItemBackgroundImageRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsItemBackgroundImageRequestBuilderInternal added in v0.49.0

func NewItemBrandingLocalizationsItemBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemBackgroundImageRequestBuilder

NewItemBrandingLocalizationsItemBackgroundImageRequestBuilderInternal instantiates a new ItemBrandingLocalizationsItemBackgroundImageRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsItemBackgroundImageRequestBuilder) Delete added in v1.41.0

Delete image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemBackgroundImageRequestBuilder) Get added in v0.49.0

Get image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemBackgroundImageRequestBuilder) Put added in v0.49.0

Put image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemBackgroundImageRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemBackgroundImageRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemBackgroundImageRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemBackgroundImageRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsItemBackgroundImageRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingLocalizationsItemBackgroundImageRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsItemBackgroundImageRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsItemBannerLogoRequestBuilder added in v0.49.0

type ItemBrandingLocalizationsItemBannerLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsItemBannerLogoRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingLocalizationsItemBannerLogoRequestBuilder added in v0.49.0

func NewItemBrandingLocalizationsItemBannerLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemBannerLogoRequestBuilder

NewItemBrandingLocalizationsItemBannerLogoRequestBuilder instantiates a new ItemBrandingLocalizationsItemBannerLogoRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsItemBannerLogoRequestBuilderInternal added in v0.49.0

func NewItemBrandingLocalizationsItemBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemBannerLogoRequestBuilder

NewItemBrandingLocalizationsItemBannerLogoRequestBuilderInternal instantiates a new ItemBrandingLocalizationsItemBannerLogoRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsItemBannerLogoRequestBuilder) Delete added in v1.41.0

Delete a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemBannerLogoRequestBuilder) Get added in v0.49.0

Get read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemBrandingLocalizationsItemBannerLogoRequestBuilder) Put added in v0.49.0

Put update the properties of an organizationalBrandingLocalization object for a specific localization. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemBrandingLocalizationsItemBannerLogoRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemBannerLogoRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemBannerLogoRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation update the properties of an organizationalBrandingLocalization object for a specific localization. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemBannerLogoRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsItemBannerLogoRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingLocalizationsItemBannerLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsItemBannerLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsItemCustomCSSRequestBuilder added in v1.5.0

type ItemBrandingLocalizationsItemCustomCSSRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsItemCustomCSSRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingLocalizationsItemCustomCSSRequestBuilder added in v1.5.0

NewItemBrandingLocalizationsItemCustomCSSRequestBuilder instantiates a new ItemBrandingLocalizationsItemCustomCSSRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsItemCustomCSSRequestBuilderInternal added in v1.5.0

func NewItemBrandingLocalizationsItemCustomCSSRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemCustomCSSRequestBuilder

NewItemBrandingLocalizationsItemCustomCSSRequestBuilderInternal instantiates a new ItemBrandingLocalizationsItemCustomCSSRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) Delete added in v1.41.0

Delete cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) Get added in v1.5.0

Get cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) Put added in v1.5.0

Put cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation cSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemCustomCSSRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsItemCustomCSSRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingLocalizationsItemCustomCSSRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemCustomCSSRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemFaviconRequestBuilder added in v1.5.0

type ItemBrandingLocalizationsItemFaviconRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsItemFaviconRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingLocalizationsItemFaviconRequestBuilder added in v1.5.0

NewItemBrandingLocalizationsItemFaviconRequestBuilder instantiates a new ItemBrandingLocalizationsItemFaviconRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsItemFaviconRequestBuilderInternal added in v1.5.0

func NewItemBrandingLocalizationsItemFaviconRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemFaviconRequestBuilder

NewItemBrandingLocalizationsItemFaviconRequestBuilderInternal instantiates a new ItemBrandingLocalizationsItemFaviconRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsItemFaviconRequestBuilder) Delete added in v1.41.0

Delete a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemFaviconRequestBuilder) Get added in v1.5.0

Get a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemFaviconRequestBuilder) Put added in v1.5.0

Put a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemFaviconRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemFaviconRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemFaviconRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation a custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemFaviconRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsItemFaviconRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingLocalizationsItemFaviconRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemFaviconRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemHeaderLogoRequestBuilder added in v1.5.0

type ItemBrandingLocalizationsItemHeaderLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsItemHeaderLogoRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingLocalizationsItemHeaderLogoRequestBuilder added in v1.5.0

func NewItemBrandingLocalizationsItemHeaderLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemHeaderLogoRequestBuilder

NewItemBrandingLocalizationsItemHeaderLogoRequestBuilder instantiates a new ItemBrandingLocalizationsItemHeaderLogoRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsItemHeaderLogoRequestBuilderInternal added in v1.5.0

func NewItemBrandingLocalizationsItemHeaderLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemHeaderLogoRequestBuilder

NewItemBrandingLocalizationsItemHeaderLogoRequestBuilderInternal instantiates a new ItemBrandingLocalizationsItemHeaderLogoRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) Delete added in v1.41.0

Delete a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) Get added in v1.5.0

Get a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) Put added in v1.5.0

Put a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation a company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemHeaderLogoRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsItemHeaderLogoRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingLocalizationsItemHeaderLogoRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemHeaderLogoRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder added in v1.5.0

type ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder added in v1.5.0

func NewItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder

NewItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder instantiates a new ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsItemSquareLogoDarkRequestBuilderInternal added in v1.5.0

func NewItemBrandingLocalizationsItemSquareLogoDarkRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder

NewItemBrandingLocalizationsItemSquareLogoDarkRequestBuilderInternal instantiates a new ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) Delete added in v1.41.0

Delete a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) Get added in v1.5.0

Get a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) Put added in v1.5.0

Put a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingLocalizationsItemSquareLogoRequestBuilder added in v0.49.0

type ItemBrandingLocalizationsItemSquareLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsItemSquareLogoRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingLocalizationsItemSquareLogoRequestBuilder added in v0.49.0

func NewItemBrandingLocalizationsItemSquareLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemSquareLogoRequestBuilder

NewItemBrandingLocalizationsItemSquareLogoRequestBuilder instantiates a new ItemBrandingLocalizationsItemSquareLogoRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsItemSquareLogoRequestBuilderInternal added in v0.49.0

func NewItemBrandingLocalizationsItemSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsItemSquareLogoRequestBuilder

NewItemBrandingLocalizationsItemSquareLogoRequestBuilderInternal instantiates a new ItemBrandingLocalizationsItemSquareLogoRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsItemSquareLogoRequestBuilder) Delete added in v1.41.0

Delete a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemSquareLogoRequestBuilder) Get added in v0.49.0

Get a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemSquareLogoRequestBuilder) Put added in v0.49.0

Put a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingLocalizationsItemSquareLogoRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemSquareLogoRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemSquareLogoRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsItemSquareLogoRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsItemSquareLogoRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingLocalizationsItemSquareLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsItemSquareLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder added in v0.49.0

type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity.

func NewItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder added in v0.49.0

func NewItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder

NewItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder instantiates a new ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderInternal added in v0.49.0

func NewItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder

NewItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderInternal instantiates a new ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) BackgroundImage added in v0.49.0

BackgroundImage provides operations to manage the media for the organization entity. returns a *ItemBrandingLocalizationsItemBackgroundImageRequestBuilder when successful

BannerLogo provides operations to manage the media for the organization entity. returns a *ItemBrandingLocalizationsItemBannerLogoRequestBuilder when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) CustomCSS added in v1.5.0

CustomCSS provides operations to manage the media for the organization entity. returns a *ItemBrandingLocalizationsItemCustomCSSRequestBuilder when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) Delete added in v0.49.0

Delete delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) Favicon added in v1.5.0

Favicon provides operations to manage the media for the organization entity. returns a *ItemBrandingLocalizationsItemFaviconRequestBuilder when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) Get added in v0.49.0

Get read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. returns a OrganizationalBrandingLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

HeaderLogo provides operations to manage the media for the organization entity. returns a *ItemBrandingLocalizationsItemHeaderLogoRequestBuilder when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of an organizationalBrandingLocalization object for a specific localization. returns a OrganizationalBrandingLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

SquareLogo provides operations to manage the media for the organization entity. returns a *ItemBrandingLocalizationsItemSquareLogoRequestBuilder when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) SquareLogoDark added in v1.5.0

SquareLogoDark provides operations to manage the media for the organization entity. returns a *ItemBrandingLocalizationsItemSquareLogoDarkRequestBuilder when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of an organizationalBrandingLocalization object for a specific localization. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.

type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsRequestBuilder added in v0.49.0

type ItemBrandingLocalizationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingLocalizationsRequestBuilder provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity.

func NewItemBrandingLocalizationsRequestBuilder added in v0.49.0

NewItemBrandingLocalizationsRequestBuilder instantiates a new ItemBrandingLocalizationsRequestBuilder and sets the default values.

func NewItemBrandingLocalizationsRequestBuilderInternal added in v0.49.0

func NewItemBrandingLocalizationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingLocalizationsRequestBuilder

NewItemBrandingLocalizationsRequestBuilderInternal instantiates a new ItemBrandingLocalizationsRequestBuilder and sets the default values.

func (*ItemBrandingLocalizationsRequestBuilder) ByOrganizationalBrandingLocalizationId added in v0.63.0

func (m *ItemBrandingLocalizationsRequestBuilder) ByOrganizationalBrandingLocalizationId(organizationalBrandingLocalizationId string) *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder

ByOrganizationalBrandingLocalizationId provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity. returns a *ItemBrandingLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder when successful

func (*ItemBrandingLocalizationsRequestBuilder) Count added in v0.49.0

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

func (*ItemBrandingLocalizationsRequestBuilder) Get added in v0.49.0

Get retrieve all localization branding objects, including the default branding. returns a OrganizationalBrandingLocalizationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemBrandingLocalizationsRequestBuilder) Post added in v0.49.0

Post create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. returns a OrganizationalBrandingLocalizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemBrandingLocalizationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve all localization branding objects, including the default branding. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. returns a *RequestInformation when successful

func (*ItemBrandingLocalizationsRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingLocalizationsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemBrandingLocalizationsRequestBuilderGetQueryParameters retrieve all localization branding objects, including the default branding.

type ItemBrandingLocalizationsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingLocalizationsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemBrandingRequestBuilder added in v0.49.0

ItemBrandingRequestBuilder provides operations to manage the branding property of the microsoft.graph.organization entity.

func NewItemBrandingRequestBuilder added in v0.49.0

NewItemBrandingRequestBuilder instantiates a new ItemBrandingRequestBuilder and sets the default values.

func NewItemBrandingRequestBuilderInternal added in v0.49.0

func NewItemBrandingRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingRequestBuilder

NewItemBrandingRequestBuilderInternal instantiates a new ItemBrandingRequestBuilder and sets the default values.

func (*ItemBrandingRequestBuilder) BackgroundImage added in v0.49.0

BackgroundImage provides operations to manage the media for the organization entity. returns a *ItemBrandingBackgroundImageRequestBuilder when successful

BannerLogo provides operations to manage the media for the organization entity. returns a *ItemBrandingBannerLogoRequestBuilder when successful

func (*ItemBrandingRequestBuilder) CustomCSS added in v1.5.0

CustomCSS provides operations to manage the media for the organization entity. returns a *ItemBrandingCustomCSSRequestBuilder when successful

func (*ItemBrandingRequestBuilder) Delete added in v0.49.0

Delete delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemBrandingRequestBuilder) Favicon added in v1.5.0

Favicon provides operations to manage the media for the organization entity. returns a *ItemBrandingFaviconRequestBuilder when successful

func (*ItemBrandingRequestBuilder) Get added in v0.49.0

Get retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. returns a OrganizationalBrandingable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

HeaderLogo provides operations to manage the media for the organization entity. returns a *ItemBrandingHeaderLogoRequestBuilder when successful

func (*ItemBrandingRequestBuilder) Localizations added in v0.49.0

Localizations provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity. returns a *ItemBrandingLocalizationsRequestBuilder when successful

func (*ItemBrandingRequestBuilder) Patch added in v0.49.0

Patch update the properties of the default branding object specified by the organizationalBranding resource. returns a OrganizationalBrandingable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

SquareLogo provides operations to manage the media for the organization entity. returns a *ItemBrandingSquareLogoRequestBuilder when successful

func (*ItemBrandingRequestBuilder) SquareLogoDark added in v1.5.0

SquareLogoDark provides operations to manage the media for the organization entity. returns a *ItemBrandingSquareLogoDarkRequestBuilder when successful

func (*ItemBrandingRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object. returns a *RequestInformation when successful

func (*ItemBrandingRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. returns a *RequestInformation when successful

func (*ItemBrandingRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of the default branding object specified by the organizationalBranding resource. returns a *RequestInformation when successful

func (*ItemBrandingRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemBrandingRequestBuilderGetQueryParameters added in v0.49.0

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

ItemBrandingRequestBuilderGetQueryParameters retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.

type ItemBrandingRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemBrandingSquareLogoDarkRequestBuilder added in v1.5.0

type ItemBrandingSquareLogoDarkRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingSquareLogoDarkRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingSquareLogoDarkRequestBuilder added in v1.5.0

NewItemBrandingSquareLogoDarkRequestBuilder instantiates a new ItemBrandingSquareLogoDarkRequestBuilder and sets the default values.

func NewItemBrandingSquareLogoDarkRequestBuilderInternal added in v1.5.0

func NewItemBrandingSquareLogoDarkRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingSquareLogoDarkRequestBuilder

NewItemBrandingSquareLogoDarkRequestBuilderInternal instantiates a new ItemBrandingSquareLogoDarkRequestBuilder and sets the default values.

func (*ItemBrandingSquareLogoDarkRequestBuilder) Delete added in v1.41.0

Delete a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingSquareLogoDarkRequestBuilder) Get added in v1.5.0

Get a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingSquareLogoDarkRequestBuilder) Put added in v1.5.0

Put a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingSquareLogoDarkRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingSquareLogoDarkRequestBuilder) ToGetRequestInformation added in v1.5.0

ToGetRequestInformation a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingSquareLogoDarkRequestBuilder) ToPutRequestInformation added in v1.5.0

ToPutRequestInformation a square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingSquareLogoDarkRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingSquareLogoDarkRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingSquareLogoDarkRequestBuilderGetRequestConfiguration added in v1.5.0

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

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

type ItemBrandingSquareLogoDarkRequestBuilderPutRequestConfiguration added in v1.5.0

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

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

type ItemBrandingSquareLogoRequestBuilder added in v0.49.0

type ItemBrandingSquareLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemBrandingSquareLogoRequestBuilder provides operations to manage the media for the organization entity.

func NewItemBrandingSquareLogoRequestBuilder added in v0.49.0

NewItemBrandingSquareLogoRequestBuilder instantiates a new ItemBrandingSquareLogoRequestBuilder and sets the default values.

func NewItemBrandingSquareLogoRequestBuilderInternal added in v0.49.0

func NewItemBrandingSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBrandingSquareLogoRequestBuilder

NewItemBrandingSquareLogoRequestBuilderInternal instantiates a new ItemBrandingSquareLogoRequestBuilder and sets the default values.

func (*ItemBrandingSquareLogoRequestBuilder) Delete added in v1.41.0

Delete a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingSquareLogoRequestBuilder) Get added in v0.49.0

Get a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingSquareLogoRequestBuilder) Put added in v0.49.0

Put a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemBrandingSquareLogoRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingSquareLogoRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingSquareLogoRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. returns a *RequestInformation when successful

func (*ItemBrandingSquareLogoRequestBuilder) WithUrl added in v1.18.0

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

type ItemBrandingSquareLogoRequestBuilderDeleteRequestConfiguration added in v1.41.0

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

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

type ItemBrandingSquareLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemBrandingSquareLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder added in v0.49.0

type ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity.

func NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder added in v0.49.0

func NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder

NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder instantiates a new ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder and sets the default values.

func NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderInternal added in v0.49.0

func NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder

NewItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderInternal instantiates a new ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder and sets the default values.

func (*ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder) Delete added in v1.0.0

Delete delete a certificateBasedAuthConfiguration object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder) Get added in v0.49.0

Get get the properties of a certificateBasedAuthConfiguration object. returns a CertificateBasedAuthConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder) ToDeleteRequestInformation added in v1.0.0

ToDeleteRequestInformation delete a certificateBasedAuthConfiguration object. returns a *RequestInformation when successful

func (*ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the properties of a certificateBasedAuthConfiguration object. returns a *RequestInformation when successful

func (*ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder) WithUrl added in v1.18.0

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

type ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderDeleteRequestConfiguration added in v1.0.0

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

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

type ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters get the properties of a certificateBasedAuthConfiguration object.

type ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCertificateBasedAuthConfigurationCountRequestBuilder added in v0.49.0

type ItemCertificateBasedAuthConfigurationCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCertificateBasedAuthConfigurationCountRequestBuilder provides operations to count the resources in the collection.

func NewItemCertificateBasedAuthConfigurationCountRequestBuilder added in v0.49.0

func NewItemCertificateBasedAuthConfigurationCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCertificateBasedAuthConfigurationCountRequestBuilder

NewItemCertificateBasedAuthConfigurationCountRequestBuilder instantiates a new ItemCertificateBasedAuthConfigurationCountRequestBuilder and sets the default values.

func NewItemCertificateBasedAuthConfigurationCountRequestBuilderInternal added in v0.49.0

func NewItemCertificateBasedAuthConfigurationCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCertificateBasedAuthConfigurationCountRequestBuilder

NewItemCertificateBasedAuthConfigurationCountRequestBuilderInternal instantiates a new ItemCertificateBasedAuthConfigurationCountRequestBuilder and sets the default values.

func (*ItemCertificateBasedAuthConfigurationCountRequestBuilder) Get added in v0.49.0

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

func (*ItemCertificateBasedAuthConfigurationCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemCertificateBasedAuthConfigurationCountRequestBuilder) WithUrl added in v1.18.0

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

type ItemCertificateBasedAuthConfigurationCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemCertificateBasedAuthConfigurationCountRequestBuilderGetQueryParameters get the number of the resource

type ItemCertificateBasedAuthConfigurationCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCertificateBasedAuthConfigurationRequestBuilder added in v0.49.0

type ItemCertificateBasedAuthConfigurationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCertificateBasedAuthConfigurationRequestBuilder provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity.

func NewItemCertificateBasedAuthConfigurationRequestBuilder added in v0.49.0

NewItemCertificateBasedAuthConfigurationRequestBuilder instantiates a new ItemCertificateBasedAuthConfigurationRequestBuilder and sets the default values.

func NewItemCertificateBasedAuthConfigurationRequestBuilderInternal added in v0.49.0

func NewItemCertificateBasedAuthConfigurationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemCertificateBasedAuthConfigurationRequestBuilder

NewItemCertificateBasedAuthConfigurationRequestBuilderInternal instantiates a new ItemCertificateBasedAuthConfigurationRequestBuilder and sets the default values.

func (*ItemCertificateBasedAuthConfigurationRequestBuilder) ByCertificateBasedAuthConfigurationId added in v0.63.0

ByCertificateBasedAuthConfigurationId provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity. returns a *ItemCertificateBasedAuthConfigurationCertificateBasedAuthConfigurationItemRequestBuilder when successful

func (*ItemCertificateBasedAuthConfigurationRequestBuilder) Count added in v0.49.0

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

func (*ItemCertificateBasedAuthConfigurationRequestBuilder) Get added in v0.49.0

Get get a list of certificateBasedAuthConfiguration objects. returns a CertificateBasedAuthConfigurationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemCertificateBasedAuthConfigurationRequestBuilder) Post added in v1.0.0

Post create a new certificateBasedAuthConfiguration object. returns a CertificateBasedAuthConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemCertificateBasedAuthConfigurationRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a list of certificateBasedAuthConfiguration objects. returns a *RequestInformation when successful

func (*ItemCertificateBasedAuthConfigurationRequestBuilder) ToPostRequestInformation added in v1.0.0

ToPostRequestInformation create a new certificateBasedAuthConfiguration object. returns a *RequestInformation when successful

func (*ItemCertificateBasedAuthConfigurationRequestBuilder) WithUrl added in v1.18.0

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

type ItemCertificateBasedAuthConfigurationRequestBuilderGetQueryParameters added in v0.49.0

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

ItemCertificateBasedAuthConfigurationRequestBuilderGetQueryParameters get a list of certificateBasedAuthConfiguration objects.

type ItemCertificateBasedAuthConfigurationRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemCertificateBasedAuthConfigurationRequestBuilderPostRequestConfiguration added in v1.0.0

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

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

type ItemCheckMemberGroupsPostRequestBody added in v0.49.0

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

func NewItemCheckMemberGroupsPostRequestBody added in v0.49.0

func NewItemCheckMemberGroupsPostRequestBody() *ItemCheckMemberGroupsPostRequestBody

NewItemCheckMemberGroupsPostRequestBody instantiates a new ItemCheckMemberGroupsPostRequestBody and sets the default values.

func (*ItemCheckMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) GetBackingStore added in v0.56.0

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

func (*ItemCheckMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

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

func (*ItemCheckMemberGroupsPostRequestBody) GetGroupIds added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberGroupsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemCheckMemberGroupsPostRequestBody) SetGroupIds added in v0.49.0

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

SetGroupIds sets the groupIds property value. The groupIds property

type ItemCheckMemberGroupsPostResponse added in v1.20.0

func NewItemCheckMemberGroupsPostResponse added in v1.20.0

func NewItemCheckMemberGroupsPostResponse() *ItemCheckMemberGroupsPostResponse

NewItemCheckMemberGroupsPostResponse instantiates a new ItemCheckMemberGroupsPostResponse and sets the default values.

func (*ItemCheckMemberGroupsPostResponse) GetFieldDeserializers added in v1.20.0

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

func (*ItemCheckMemberGroupsPostResponse) GetValue added in v1.20.0

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

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

func (*ItemCheckMemberGroupsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemCheckMemberGroupsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemCheckMemberGroupsRequestBuilder added in v0.49.0

ItemCheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.

func NewItemCheckMemberGroupsRequestBuilder added in v0.49.0

NewItemCheckMemberGroupsRequestBuilder instantiates a new ItemCheckMemberGroupsRequestBuilder and sets the default values.

func NewItemCheckMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberGroupsRequestBuilderInternal instantiates a new ItemCheckMemberGroupsRequestBuilder and sets the default values.

func (*ItemCheckMemberGroupsRequestBuilder) Post added in v0.49.0

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

func (*ItemCheckMemberGroupsRequestBuilder) PostAsCheckMemberGroupsPostResponse added in v1.20.0

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

func (*ItemCheckMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ItemCheckMemberGroupsRequestBuilder) WithUrl added in v1.18.0

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

type ItemCheckMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberGroupsResponse deprecated added in v0.49.0

type ItemCheckMemberGroupsResponse struct {
	ItemCheckMemberGroupsPostResponse
}

Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.

func NewItemCheckMemberGroupsResponse added in v0.49.0

func NewItemCheckMemberGroupsResponse() *ItemCheckMemberGroupsResponse

NewItemCheckMemberGroupsResponse instantiates a new ItemCheckMemberGroupsResponse and sets the default values.

type ItemCheckMemberGroupsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemCheckMemberGroupsPostResponseable instead.

type ItemCheckMemberObjectsPostRequestBody added in v0.49.0

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

func NewItemCheckMemberObjectsPostRequestBody added in v0.49.0

func NewItemCheckMemberObjectsPostRequestBody() *ItemCheckMemberObjectsPostRequestBody

NewItemCheckMemberObjectsPostRequestBody instantiates a new ItemCheckMemberObjectsPostRequestBody and sets the default values.

func (*ItemCheckMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) GetBackingStore added in v0.56.0

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

func (*ItemCheckMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

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

func (*ItemCheckMemberObjectsPostRequestBody) GetIds added in v0.49.0

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

func (*ItemCheckMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemCheckMemberObjectsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemCheckMemberObjectsPostRequestBody) SetIds added in v0.49.0

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

SetIds sets the ids property value. The ids property

type ItemCheckMemberObjectsPostResponse added in v1.20.0

func NewItemCheckMemberObjectsPostResponse added in v1.20.0

func NewItemCheckMemberObjectsPostResponse() *ItemCheckMemberObjectsPostResponse

NewItemCheckMemberObjectsPostResponse instantiates a new ItemCheckMemberObjectsPostResponse and sets the default values.

func (*ItemCheckMemberObjectsPostResponse) GetFieldDeserializers added in v1.20.0

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

func (*ItemCheckMemberObjectsPostResponse) GetValue added in v1.20.0

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

func (*ItemCheckMemberObjectsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemCheckMemberObjectsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemCheckMemberObjectsRequestBuilder added in v0.49.0

type ItemCheckMemberObjectsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemCheckMemberObjectsRequestBuilder provides operations to call the checkMemberObjects method.

func NewItemCheckMemberObjectsRequestBuilder added in v0.49.0

NewItemCheckMemberObjectsRequestBuilder instantiates a new ItemCheckMemberObjectsRequestBuilder and sets the default values.

func NewItemCheckMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemCheckMemberObjectsRequestBuilderInternal instantiates a new ItemCheckMemberObjectsRequestBuilder and sets the default values.

func (*ItemCheckMemberObjectsRequestBuilder) Post added in v0.49.0

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

func (*ItemCheckMemberObjectsRequestBuilder) PostAsCheckMemberObjectsPostResponse added in v1.20.0

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

func (*ItemCheckMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation invoke action checkMemberObjects returns a *RequestInformation when successful

func (*ItemCheckMemberObjectsRequestBuilder) WithUrl added in v1.18.0

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

type ItemCheckMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemCheckMemberObjectsResponse deprecated added in v0.49.0

type ItemCheckMemberObjectsResponse struct {
	ItemCheckMemberObjectsPostResponse
}

Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.

func NewItemCheckMemberObjectsResponse added in v0.49.0

func NewItemCheckMemberObjectsResponse() *ItemCheckMemberObjectsResponse

NewItemCheckMemberObjectsResponse instantiates a new ItemCheckMemberObjectsResponse and sets the default values.

type ItemCheckMemberObjectsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemCheckMemberObjectsPostResponseable instead.

type ItemExtensionsCountRequestBuilder added in v0.49.0

ItemExtensionsCountRequestBuilder provides operations to count the resources in the collection.

func NewItemExtensionsCountRequestBuilder added in v0.49.0

NewItemExtensionsCountRequestBuilder instantiates a new ItemExtensionsCountRequestBuilder and sets the default values.

func NewItemExtensionsCountRequestBuilderInternal added in v0.49.0

func NewItemExtensionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemExtensionsCountRequestBuilder

NewItemExtensionsCountRequestBuilderInternal instantiates a new ItemExtensionsCountRequestBuilder and sets the default values.

func (*ItemExtensionsCountRequestBuilder) Get added in v0.49.0

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

func (*ItemExtensionsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

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

func (*ItemExtensionsCountRequestBuilder) WithUrl added in v1.18.0

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

type ItemExtensionsCountRequestBuilderGetQueryParameters added in v0.53.0

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

ItemExtensionsCountRequestBuilderGetQueryParameters get the number of the resource

type ItemExtensionsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemExtensionsExtensionItemRequestBuilder added in v0.49.0

type ItemExtensionsExtensionItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemExtensionsExtensionItemRequestBuilder provides operations to manage the extensions property of the microsoft.graph.organization entity.

func NewItemExtensionsExtensionItemRequestBuilder added in v0.49.0

NewItemExtensionsExtensionItemRequestBuilder instantiates a new ItemExtensionsExtensionItemRequestBuilder and sets the default values.

func NewItemExtensionsExtensionItemRequestBuilderInternal added in v0.49.0

func NewItemExtensionsExtensionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemExtensionsExtensionItemRequestBuilder

NewItemExtensionsExtensionItemRequestBuilderInternal instantiates a new ItemExtensionsExtensionItemRequestBuilder and sets the default values.

func (*ItemExtensionsExtensionItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property extensions for organization returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemExtensionsExtensionItemRequestBuilder) Get added in v0.49.0

Get the collection of open extensions defined for the organization. Read-only. Nullable. returns a Extensionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemExtensionsExtensionItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property extensions in organization returns a Extensionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemExtensionsExtensionItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property extensions for organization returns a *RequestInformation when successful

func (*ItemExtensionsExtensionItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the collection of open extensions defined for the organization. Read-only. Nullable. returns a *RequestInformation when successful

func (*ItemExtensionsExtensionItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property extensions in organization returns a *RequestInformation when successful

func (*ItemExtensionsExtensionItemRequestBuilder) WithUrl added in v1.18.0

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

type ItemExtensionsExtensionItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type ItemExtensionsExtensionItemRequestBuilderGetQueryParameters added in v0.49.0

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

ItemExtensionsExtensionItemRequestBuilderGetQueryParameters the collection of open extensions defined for the organization. Read-only. Nullable.

type ItemExtensionsExtensionItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemExtensionsExtensionItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type ItemExtensionsRequestBuilder added in v0.49.0

ItemExtensionsRequestBuilder provides operations to manage the extensions property of the microsoft.graph.organization entity.

func NewItemExtensionsRequestBuilder added in v0.49.0

NewItemExtensionsRequestBuilder instantiates a new ItemExtensionsRequestBuilder and sets the default values.

func NewItemExtensionsRequestBuilderInternal added in v0.49.0

func NewItemExtensionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemExtensionsRequestBuilder

NewItemExtensionsRequestBuilderInternal instantiates a new ItemExtensionsRequestBuilder and sets the default values.

func (*ItemExtensionsRequestBuilder) ByExtensionId added in v0.63.0

ByExtensionId provides operations to manage the extensions property of the microsoft.graph.organization entity. returns a *ItemExtensionsExtensionItemRequestBuilder when successful

func (*ItemExtensionsRequestBuilder) Count added in v0.49.0

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

func (*ItemExtensionsRequestBuilder) Get added in v0.49.0

Get the collection of open extensions defined for the organization. Read-only. Nullable. returns a ExtensionCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemExtensionsRequestBuilder) Post added in v0.49.0

Post create new navigation property to extensions for organization returns a Extensionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ItemExtensionsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the collection of open extensions defined for the organization. Read-only. Nullable. returns a *RequestInformation when successful

func (*ItemExtensionsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to extensions for organization returns a *RequestInformation when successful

func (*ItemExtensionsRequestBuilder) WithUrl added in v1.18.0

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

type ItemExtensionsRequestBuilderGetQueryParameters added in v0.49.0

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

ItemExtensionsRequestBuilderGetQueryParameters the collection of open extensions defined for the organization. Read-only. Nullable.

type ItemExtensionsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type ItemExtensionsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberGroupsPostRequestBody added in v0.49.0

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

func NewItemGetMemberGroupsPostRequestBody added in v0.49.0

func NewItemGetMemberGroupsPostRequestBody() *ItemGetMemberGroupsPostRequestBody

NewItemGetMemberGroupsPostRequestBody instantiates a new ItemGetMemberGroupsPostRequestBody and sets the default values.

func (*ItemGetMemberGroupsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) GetBackingStore added in v0.56.0

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

func (*ItemGetMemberGroupsPostRequestBody) GetFieldDeserializers added in v0.49.0

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

func (*ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberGroupsPostRequestBody) GetSecurityEnabledOnly() *bool

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

func (*ItemGetMemberGroupsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberGroupsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemGetMemberGroupsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberGroupsPostResponse added in v1.20.0

func NewItemGetMemberGroupsPostResponse added in v1.20.0

func NewItemGetMemberGroupsPostResponse() *ItemGetMemberGroupsPostResponse

NewItemGetMemberGroupsPostResponse instantiates a new ItemGetMemberGroupsPostResponse and sets the default values.

func (*ItemGetMemberGroupsPostResponse) GetFieldDeserializers added in v1.20.0

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

func (*ItemGetMemberGroupsPostResponse) GetValue added in v1.20.0

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

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

func (*ItemGetMemberGroupsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemGetMemberGroupsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemGetMemberGroupsRequestBuilder added in v0.49.0

ItemGetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.

func NewItemGetMemberGroupsRequestBuilder added in v0.49.0

NewItemGetMemberGroupsRequestBuilder instantiates a new ItemGetMemberGroupsRequestBuilder and sets the default values.

func NewItemGetMemberGroupsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberGroupsRequestBuilderInternal instantiates a new ItemGetMemberGroupsRequestBuilder and sets the default values.

func (*ItemGetMemberGroupsRequestBuilder) Post added in v0.49.0

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

func (*ItemGetMemberGroupsRequestBuilder) PostAsGetMemberGroupsPostResponse added in v1.20.0

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

func (*ItemGetMemberGroupsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ItemGetMemberGroupsRequestBuilder) WithUrl added in v1.18.0

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

type ItemGetMemberGroupsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberGroupsResponse deprecated added in v0.49.0

type ItemGetMemberGroupsResponse struct {
	ItemGetMemberGroupsPostResponse
}

Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.

func NewItemGetMemberGroupsResponse added in v0.49.0

func NewItemGetMemberGroupsResponse() *ItemGetMemberGroupsResponse

NewItemGetMemberGroupsResponse instantiates a new ItemGetMemberGroupsResponse and sets the default values.

type ItemGetMemberGroupsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemGetMemberGroupsPostResponseable instead.

type ItemGetMemberObjectsPostRequestBody added in v0.49.0

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

func NewItemGetMemberObjectsPostRequestBody added in v0.49.0

func NewItemGetMemberObjectsPostRequestBody() *ItemGetMemberObjectsPostRequestBody

NewItemGetMemberObjectsPostRequestBody instantiates a new ItemGetMemberObjectsPostRequestBody and sets the default values.

func (*ItemGetMemberObjectsPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) GetBackingStore added in v0.56.0

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

func (*ItemGetMemberObjectsPostRequestBody) GetFieldDeserializers added in v0.49.0

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

func (*ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly added in v0.49.0

func (m *ItemGetMemberObjectsPostRequestBody) GetSecurityEnabledOnly() *bool

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

func (*ItemGetMemberObjectsPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ItemGetMemberObjectsPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemGetMemberObjectsPostRequestBody) SetSecurityEnabledOnly added in v0.49.0

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

SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property

type ItemGetMemberObjectsPostResponse added in v1.20.0

func NewItemGetMemberObjectsPostResponse added in v1.20.0

func NewItemGetMemberObjectsPostResponse() *ItemGetMemberObjectsPostResponse

NewItemGetMemberObjectsPostResponse instantiates a new ItemGetMemberObjectsPostResponse and sets the default values.

func (*ItemGetMemberObjectsPostResponse) GetFieldDeserializers added in v1.20.0

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

func (*ItemGetMemberObjectsPostResponse) GetValue added in v1.20.0

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

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

func (*ItemGetMemberObjectsPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemGetMemberObjectsPostResponse) SetValue added in v1.20.0

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

SetValue sets the value property value. The value property

type ItemGetMemberObjectsRequestBuilder added in v0.49.0

ItemGetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.

func NewItemGetMemberObjectsRequestBuilder added in v0.49.0

NewItemGetMemberObjectsRequestBuilder instantiates a new ItemGetMemberObjectsRequestBuilder and sets the default values.

func NewItemGetMemberObjectsRequestBuilderInternal added in v0.49.0

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

NewItemGetMemberObjectsRequestBuilderInternal instantiates a new ItemGetMemberObjectsRequestBuilder and sets the default values.

func (*ItemGetMemberObjectsRequestBuilder) Post added in v0.49.0

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

func (*ItemGetMemberObjectsRequestBuilder) PostAsGetMemberObjectsPostResponse added in v1.20.0

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

func (*ItemGetMemberObjectsRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ItemGetMemberObjectsRequestBuilder) WithUrl added in v1.18.0

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

type ItemGetMemberObjectsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemGetMemberObjectsResponse deprecated added in v0.49.0

type ItemGetMemberObjectsResponse struct {
	ItemGetMemberObjectsPostResponse
}

Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.

func NewItemGetMemberObjectsResponse added in v0.49.0

func NewItemGetMemberObjectsResponse() *ItemGetMemberObjectsResponse

NewItemGetMemberObjectsResponse instantiates a new ItemGetMemberObjectsResponse and sets the default values.

type ItemGetMemberObjectsResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemGetMemberObjectsPostResponseable instead.

type ItemRestoreRequestBuilder added in v0.49.0

ItemRestoreRequestBuilder provides operations to call the restore method.

func NewItemRestoreRequestBuilder added in v0.49.0

NewItemRestoreRequestBuilder instantiates a new ItemRestoreRequestBuilder and sets the default values.

func NewItemRestoreRequestBuilderInternal added in v0.49.0

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

NewItemRestoreRequestBuilderInternal instantiates a new ItemRestoreRequestBuilder and sets the default values.

func (*ItemRestoreRequestBuilder) Post added in v0.49.0

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

func (*ItemRestoreRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ItemRestoreRequestBuilder) WithUrl added in v1.18.0

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

type ItemRestoreRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemSetMobileDeviceManagementAuthorityPostResponse added in v1.20.0

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

func NewItemSetMobileDeviceManagementAuthorityPostResponse added in v1.20.0

func NewItemSetMobileDeviceManagementAuthorityPostResponse() *ItemSetMobileDeviceManagementAuthorityPostResponse

NewItemSetMobileDeviceManagementAuthorityPostResponse instantiates a new ItemSetMobileDeviceManagementAuthorityPostResponse and sets the default values.

func (*ItemSetMobileDeviceManagementAuthorityPostResponse) GetAdditionalData added in v1.20.0

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

func (*ItemSetMobileDeviceManagementAuthorityPostResponse) GetBackingStore added in v1.20.0

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

func (*ItemSetMobileDeviceManagementAuthorityPostResponse) GetFieldDeserializers added in v1.20.0

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

func (*ItemSetMobileDeviceManagementAuthorityPostResponse) GetValue added in v1.20.0

GetValue gets the value property value. The value property returns a *int32 when successful

func (*ItemSetMobileDeviceManagementAuthorityPostResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*ItemSetMobileDeviceManagementAuthorityPostResponse) SetAdditionalData added in v1.20.0

func (m *ItemSetMobileDeviceManagementAuthorityPostResponse) 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 (*ItemSetMobileDeviceManagementAuthorityPostResponse) SetBackingStore added in v1.20.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemSetMobileDeviceManagementAuthorityPostResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type ItemSetMobileDeviceManagementAuthorityRequestBuilder added in v0.49.0

type ItemSetMobileDeviceManagementAuthorityRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemSetMobileDeviceManagementAuthorityRequestBuilder provides operations to call the setMobileDeviceManagementAuthority method.

func NewItemSetMobileDeviceManagementAuthorityRequestBuilder added in v0.49.0

NewItemSetMobileDeviceManagementAuthorityRequestBuilder instantiates a new ItemSetMobileDeviceManagementAuthorityRequestBuilder and sets the default values.

func NewItemSetMobileDeviceManagementAuthorityRequestBuilderInternal added in v0.49.0

func NewItemSetMobileDeviceManagementAuthorityRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemSetMobileDeviceManagementAuthorityRequestBuilder

NewItemSetMobileDeviceManagementAuthorityRequestBuilderInternal instantiates a new ItemSetMobileDeviceManagementAuthorityRequestBuilder and sets the default values.

func (*ItemSetMobileDeviceManagementAuthorityRequestBuilder) Post added in v0.49.0

Post set mobile device management authority Deprecated: This method is obsolete. Use PostAsSetMobileDeviceManagementAuthorityPostResponse instead. returns a ItemSetMobileDeviceManagementAuthorityResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemSetMobileDeviceManagementAuthorityRequestBuilder) PostAsSetMobileDeviceManagementAuthorityPostResponse added in v1.20.0

PostAsSetMobileDeviceManagementAuthorityPostResponse set mobile device management authority returns a ItemSetMobileDeviceManagementAuthorityPostResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemSetMobileDeviceManagementAuthorityRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation set mobile device management authority returns a *RequestInformation when successful

func (*ItemSetMobileDeviceManagementAuthorityRequestBuilder) WithUrl added in v1.18.0

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

type ItemSetMobileDeviceManagementAuthorityRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type ItemSetMobileDeviceManagementAuthorityResponse deprecated added in v0.49.0

type ItemSetMobileDeviceManagementAuthorityResponse struct {
	ItemSetMobileDeviceManagementAuthorityPostResponse
}

Deprecated: This class is obsolete. Use ItemSetMobileDeviceManagementAuthorityPostResponseable instead.

func NewItemSetMobileDeviceManagementAuthorityResponse added in v0.49.0

func NewItemSetMobileDeviceManagementAuthorityResponse() *ItemSetMobileDeviceManagementAuthorityResponse

NewItemSetMobileDeviceManagementAuthorityResponse instantiates a new ItemSetMobileDeviceManagementAuthorityResponse and sets the default values.

type ItemSetMobileDeviceManagementAuthorityResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use ItemSetMobileDeviceManagementAuthorityPostResponseable instead.

type OrganizationItemRequestBuilder added in v0.49.0

OrganizationItemRequestBuilder provides operations to manage the collection of organization entities.

func NewOrganizationItemRequestBuilder added in v0.49.0

NewOrganizationItemRequestBuilder instantiates a new OrganizationItemRequestBuilder and sets the default values.

func NewOrganizationItemRequestBuilderInternal added in v0.49.0

func NewOrganizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrganizationItemRequestBuilder

NewOrganizationItemRequestBuilderInternal instantiates a new OrganizationItemRequestBuilder and sets the default values.

func (*OrganizationItemRequestBuilder) Branding added in v0.49.0

Branding provides operations to manage the branding property of the microsoft.graph.organization entity. returns a *ItemBrandingRequestBuilder when successful

func (*OrganizationItemRequestBuilder) CertificateBasedAuthConfiguration added in v0.49.0

CertificateBasedAuthConfiguration provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity. returns a *ItemCertificateBasedAuthConfigurationRequestBuilder when successful

func (*OrganizationItemRequestBuilder) CheckMemberGroups added in v0.49.0

CheckMemberGroups provides operations to call the checkMemberGroups method. returns a *ItemCheckMemberGroupsRequestBuilder when successful

func (*OrganizationItemRequestBuilder) CheckMemberObjects added in v0.49.0

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

func (*OrganizationItemRequestBuilder) Delete added in v0.49.0

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

func (*OrganizationItemRequestBuilder) Extensions added in v0.49.0

Extensions provides operations to manage the extensions property of the microsoft.graph.organization entity. returns a *ItemExtensionsRequestBuilder when successful

func (*OrganizationItemRequestBuilder) Get added in v0.49.0

Get get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. returns a Organizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*OrganizationItemRequestBuilder) GetMemberGroups added in v0.49.0

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

func (*OrganizationItemRequestBuilder) GetMemberObjects added in v0.49.0

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

func (*OrganizationItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. returns a Organizationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*OrganizationItemRequestBuilder) Restore added in v0.49.0

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

func (*OrganizationItemRequestBuilder) SetMobileDeviceManagementAuthority added in v0.49.0

SetMobileDeviceManagementAuthority provides operations to call the setMobileDeviceManagementAuthority method. returns a *ItemSetMobileDeviceManagementAuthorityRequestBuilder when successful

func (*OrganizationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from organization returns a *RequestInformation when successful

func (*OrganizationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. returns a *RequestInformation when successful

func (*OrganizationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. returns a *RequestInformation when successful

func (*OrganizationItemRequestBuilder) WithUrl added in v1.18.0

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

type OrganizationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type OrganizationItemRequestBuilderGetQueryParameters added in v0.49.0

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

OrganizationItemRequestBuilderGetQueryParameters get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.

type OrganizationItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type OrganizationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type OrganizationRequestBuilder

OrganizationRequestBuilder provides operations to manage the collection of organization entities.

func NewOrganizationRequestBuilder

NewOrganizationRequestBuilder instantiates a new OrganizationRequestBuilder and sets the default values.

func NewOrganizationRequestBuilderInternal

func NewOrganizationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrganizationRequestBuilder

NewOrganizationRequestBuilderInternal instantiates a new OrganizationRequestBuilder and sets the default values.

func (*OrganizationRequestBuilder) ByOrganizationId added in v0.63.0

func (m *OrganizationRequestBuilder) ByOrganizationId(organizationId string) *OrganizationItemRequestBuilder

ByOrganizationId provides operations to manage the collection of organization entities. returns a *OrganizationItemRequestBuilder when successful

func (*OrganizationRequestBuilder) Count added in v0.13.0

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

func (*OrganizationRequestBuilder) Delta added in v0.56.0

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

func (*OrganizationRequestBuilder) Get

Get retrieve a list of organization objects. There's only one organization object in the collection. returns a OrganizationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*OrganizationRequestBuilder) GetAvailableExtensionProperties

func (m *OrganizationRequestBuilder) GetAvailableExtensionProperties() *GetAvailableExtensionPropertiesRequestBuilder

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

func (*OrganizationRequestBuilder) GetByIds

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

func (*OrganizationRequestBuilder) Post

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

func (*OrganizationRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of organization objects. There's only one organization object in the collection. returns a *RequestInformation when successful

func (*OrganizationRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*OrganizationRequestBuilder) ValidateProperties

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

func (*OrganizationRequestBuilder) WithUrl added in v1.18.0

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

type OrganizationRequestBuilderGetQueryParameters

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

OrganizationRequestBuilderGetQueryParameters retrieve a list of organization objects. There's only one organization object in the collection.

type OrganizationRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type OrganizationRequestBuilderPostRequestConfiguration added in v0.22.0

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

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

type ValidatePropertiesPostRequestBody added in v0.49.0

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

func NewValidatePropertiesPostRequestBody added in v0.49.0

func NewValidatePropertiesPostRequestBody() *ValidatePropertiesPostRequestBody

NewValidatePropertiesPostRequestBody instantiates a new ValidatePropertiesPostRequestBody and sets the default values.

func (*ValidatePropertiesPostRequestBody) GetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) GetBackingStore added in v0.56.0

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

func (*ValidatePropertiesPostRequestBody) GetDisplayName added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetDisplayName() *string

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

func (*ValidatePropertiesPostRequestBody) GetEntityType added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetEntityType() *string

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

func (*ValidatePropertiesPostRequestBody) GetFieldDeserializers added in v0.49.0

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

func (*ValidatePropertiesPostRequestBody) GetMailNickname added in v0.49.0

func (m *ValidatePropertiesPostRequestBody) GetMailNickname() *string

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

func (*ValidatePropertiesPostRequestBody) GetOnBehalfOfUserId added in v0.49.0

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

func (*ValidatePropertiesPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ValidatePropertiesPostRequestBody) SetAdditionalData added in v0.49.0

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

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

func (*ValidatePropertiesPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ValidatePropertiesPostRequestBody) SetDisplayName added in v0.49.0

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

SetDisplayName sets the displayName property value. The displayName property

func (*ValidatePropertiesPostRequestBody) SetEntityType added in v0.49.0

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

SetEntityType sets the entityType property value. The entityType property

func (*ValidatePropertiesPostRequestBody) SetMailNickname added in v0.49.0

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

SetMailNickname sets the mailNickname property value. The mailNickname property

func (*ValidatePropertiesPostRequestBody) SetOnBehalfOfUserId added in v0.49.0

SetOnBehalfOfUserId sets the onBehalfOfUserId property value. The onBehalfOfUserId property

type ValidatePropertiesRequestBuilder added in v0.49.0

ValidatePropertiesRequestBuilder provides operations to call the validateProperties method.

func NewValidatePropertiesRequestBuilder added in v0.49.0

NewValidatePropertiesRequestBuilder instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func NewValidatePropertiesRequestBuilderInternal added in v0.49.0

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

NewValidatePropertiesRequestBuilderInternal instantiates a new ValidatePropertiesRequestBuilder and sets the default values.

func (*ValidatePropertiesRequestBuilder) Post added in v0.49.0

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

func (*ValidatePropertiesRequestBuilder) ToPostRequestInformation added in v0.51.0

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

func (*ValidatePropertiesRequestBuilder) WithUrl added in v1.18.0

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

type ValidatePropertiesRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

Source Files

Jump to

Keyboard shortcuts

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