branding

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackgroundImageRequestBuilder added in v0.49.0

BackgroundImageRequestBuilder provides operations to manage the media for the organizationalBranding entity.

func NewBackgroundImageRequestBuilder added in v0.49.0

NewBackgroundImageRequestBuilder instantiates a new BackgroundImageRequestBuilder and sets the default values.

func NewBackgroundImageRequestBuilderInternal added in v0.49.0

func NewBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BackgroundImageRequestBuilder

NewBackgroundImageRequestBuilderInternal instantiates a new BackgroundImageRequestBuilder and sets the default values.

func (*BackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster.

func (*BackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster.

func (*BackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster.

func (*BackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster.

type BackgroundImageRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type BackgroundImageRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type BannerLogoRequestBuilder added in v0.49.0

BannerLogoRequestBuilder provides operations to manage the media for the organizationalBranding entity.

func NewBannerLogoRequestBuilder added in v0.49.0

NewBannerLogoRequestBuilder instantiates a new BannerLogoRequestBuilder and sets the default values.

func NewBannerLogoRequestBuilderInternal added in v0.49.0

func NewBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BannerLogoRequestBuilder

NewBannerLogoRequestBuilderInternal instantiates a new BannerLogoRequestBuilder and sets the default values.

func (*BannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*BannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*BannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*BannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

type BannerLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type BannerLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type BrandingRequestBuilder

BrandingRequestBuilder provides operations to manage the organizationalBranding singleton.

func NewBrandingRequestBuilder

NewBrandingRequestBuilder instantiates a new BrandingRequestBuilder and sets the default values.

func NewBrandingRequestBuilderInternal

func NewBrandingRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BrandingRequestBuilder

NewBrandingRequestBuilderInternal instantiates a new BrandingRequestBuilder and sets the default values.

func (*BrandingRequestBuilder) BackgroundImage added in v0.13.0

BackgroundImage provides operations to manage the media for the organizationalBranding entity.

BannerLogo provides operations to manage the media for the organizationalBranding entity.

func (*BrandingRequestBuilder) Localizations

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

SquareLogo provides operations to manage the media for the organizationalBranding entity.

func (*BrandingRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get branding

type BrandingRequestBuilderGetQueryParameters

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

BrandingRequestBuilderGetQueryParameters get branding

type BrandingRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type BrandingRequestBuilderPatchRequestConfiguration added in v0.22.0

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

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

type LocalizationsCountRequestBuilder added in v0.49.0

LocalizationsCountRequestBuilder provides operations to count the resources in the collection.

func NewLocalizationsCountRequestBuilder added in v0.49.0

NewLocalizationsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewLocalizationsCountRequestBuilderInternal added in v0.49.0

func NewLocalizationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsCountRequestBuilder

NewLocalizationsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*LocalizationsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*LocalizationsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type LocalizationsCountRequestBuilderGetQueryParameters added in v0.53.0

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

LocalizationsCountRequestBuilderGetQueryParameters get the number of the resource

type LocalizationsCountRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type LocalizationsItemBackgroundImageRequestBuilder added in v0.49.0

type LocalizationsItemBackgroundImageRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LocalizationsItemBackgroundImageRequestBuilder provides operations to manage the media for the organizationalBranding entity.

func NewLocalizationsItemBackgroundImageRequestBuilder added in v0.49.0

NewLocalizationsItemBackgroundImageRequestBuilder instantiates a new BackgroundImageRequestBuilder and sets the default values.

func NewLocalizationsItemBackgroundImageRequestBuilderInternal added in v0.49.0

func NewLocalizationsItemBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsItemBackgroundImageRequestBuilder

NewLocalizationsItemBackgroundImageRequestBuilderInternal instantiates a new BackgroundImageRequestBuilder and sets the default values.

func (*LocalizationsItemBackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster. Find more info here

func (*LocalizationsItemBackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster.

func (*LocalizationsItemBackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster.

func (*LocalizationsItemBackgroundImageRequestBuilder) 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 will reduce bandwidth requirements and make the page load faster.

type LocalizationsItemBackgroundImageRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type LocalizationsItemBackgroundImageRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type LocalizationsItemBannerLogoRequestBuilder added in v0.49.0

type LocalizationsItemBannerLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LocalizationsItemBannerLogoRequestBuilder provides operations to manage the media for the organizationalBranding entity.

func NewLocalizationsItemBannerLogoRequestBuilder added in v0.49.0

NewLocalizationsItemBannerLogoRequestBuilder instantiates a new BannerLogoRequestBuilder and sets the default values.

func NewLocalizationsItemBannerLogoRequestBuilderInternal added in v0.49.0

func NewLocalizationsItemBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsItemBannerLogoRequestBuilder

NewLocalizationsItemBannerLogoRequestBuilderInternal instantiates a new BannerLogoRequestBuilder and sets the default values.

func (*LocalizationsItemBannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. Find more info here

func (*LocalizationsItemBannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*LocalizationsItemBannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*LocalizationsItemBannerLogoRequestBuilder) 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 no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

type LocalizationsItemBannerLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type LocalizationsItemBannerLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type LocalizationsItemSquareLogoRequestBuilder added in v0.49.0

type LocalizationsItemSquareLogoRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LocalizationsItemSquareLogoRequestBuilder provides operations to manage the media for the organizationalBranding entity.

func NewLocalizationsItemSquareLogoRequestBuilder added in v0.49.0

NewLocalizationsItemSquareLogoRequestBuilder instantiates a new SquareLogoRequestBuilder and sets the default values.

func NewLocalizationsItemSquareLogoRequestBuilderInternal added in v0.49.0

func NewLocalizationsItemSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsItemSquareLogoRequestBuilder

NewLocalizationsItemSquareLogoRequestBuilderInternal instantiates a new SquareLogoRequestBuilder and sets the default values.

func (*LocalizationsItemSquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo. Find more info here

func (*LocalizationsItemSquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*LocalizationsItemSquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*LocalizationsItemSquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

type LocalizationsItemSquareLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type LocalizationsItemSquareLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

type LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder added in v0.49.0

type LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder added in v0.49.0

func NewLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder

NewLocalizationsOrganizationalBrandingLocalizationItemRequestBuilder instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.

func NewLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderInternal added in v0.49.0

func NewLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder

NewLocalizationsOrganizationalBrandingLocalizationItemRequestBuilderInternal instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.

func (*LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) BackgroundImage added in v0.49.0

BackgroundImage provides operations to manage the media for the organizationalBranding entity.

BannerLogo provides operations to manage the media for the organizationalBranding entity.

func (*LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) 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. Find more info here

func (*LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) 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. Find more info here

SquareLogo provides operations to manage the media for the organizationalBranding entity.

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

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

func (*LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of an organizationalBrandingLocalization object for a specific localization.

type LocalizationsOrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

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

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

type LocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters added in v0.49.0

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

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

type LocalizationsOrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type LocalizationsOrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

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

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

type LocalizationsRequestBuilder added in v0.49.0

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

func NewLocalizationsRequestBuilder added in v0.49.0

NewLocalizationsRequestBuilder instantiates a new LocalizationsRequestBuilder and sets the default values.

func NewLocalizationsRequestBuilderInternal added in v0.49.0

func NewLocalizationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsRequestBuilder

NewLocalizationsRequestBuilderInternal instantiates a new LocalizationsRequestBuilder and sets the default values.

func (*LocalizationsRequestBuilder) ByOrganizationalBrandingLocalizationId added in v0.63.0

func (m *LocalizationsRequestBuilder) ByOrganizationalBrandingLocalizationId(organizationalBrandingLocalizationId string) *LocalizationsOrganizationalBrandingLocalizationItemRequestBuilder

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

func (*LocalizationsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*LocalizationsRequestBuilder) Get added in v0.49.0

Get retrieve all localization branding objects, including the default branding. Find more info here

func (*LocalizationsRequestBuilder) 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. Find more info here

func (*LocalizationsRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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

type LocalizationsRequestBuilderGetQueryParameters added in v0.49.0

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

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

type LocalizationsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type LocalizationsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type SquareLogoRequestBuilder added in v0.49.0

SquareLogoRequestBuilder provides operations to manage the media for the organizationalBranding entity.

func NewSquareLogoRequestBuilder added in v0.49.0

NewSquareLogoRequestBuilder instantiates a new SquareLogoRequestBuilder and sets the default values.

func NewSquareLogoRequestBuilderInternal added in v0.49.0

func NewSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SquareLogoRequestBuilder

NewSquareLogoRequestBuilderInternal instantiates a new SquareLogoRequestBuilder and sets the default values.

func (*SquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*SquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*SquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*SquareLogoRequestBuilder) 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 no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

type SquareLogoRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type SquareLogoRequestBuilderPutRequestConfiguration added in v0.49.0

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

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

Jump to

Keyboard shortcuts

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