Documentation
¶
Index ¶
- type BrandingRequestBuilder
- func (m *BrandingRequestBuilder) BackgroundImage() ...
- func (m *BrandingRequestBuilder) BannerLogo() ...
- func (m *BrandingRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *BrandingRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *BrandingRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *BrandingRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *BrandingRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *BrandingRequestBuilder) Localizations() ...
- func (m *BrandingRequestBuilder) LocalizationsById(id string) ...
- func (m *BrandingRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *BrandingRequestBuilder) SquareLogo() ...
- type BrandingRequestBuilderDeleteRequestConfiguration
- type BrandingRequestBuilderGetQueryParameters
- type BrandingRequestBuilderGetRequestConfiguration
- type BrandingRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrandingRequestBuilder ¶
type BrandingRequestBuilder struct {
// contains filtered or unexported fields
}
BrandingRequestBuilder provides operations to manage the branding property of the microsoft.graph.organization entity.
func NewBrandingRequestBuilder ¶
func NewBrandingRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BrandingRequestBuilder
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
func (m *BrandingRequestBuilder) BackgroundImage() *i168a39de35c654bc800a560a691ded9b9c750f40b34eec6803bc74bb436de321.BackgroundImageRequestBuilder
BackgroundImage provides operations to manage the media for the organization entity.
func (*BrandingRequestBuilder) BannerLogo ¶ added in v0.13.0
func (m *BrandingRequestBuilder) BannerLogo() *id703e605b9325dc66d0eac6d124ef1ade600a85c00e43c39b3c42c5bedc67103.BannerLogoRequestBuilder
BannerLogo provides operations to manage the media for the organization entity.
func (*BrandingRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BrandingRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *BrandingRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object.
func (*BrandingRequestBuilder) CreateGetRequestInformation ¶
func (m *BrandingRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *BrandingRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation 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.
func (*BrandingRequestBuilder) CreatePatchRequestInformation ¶
func (m *BrandingRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable, requestConfiguration *BrandingRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the properties of the default branding object specified by the organizationalBranding resource.
func (*BrandingRequestBuilder) Delete ¶
func (m *BrandingRequestBuilder) Delete(ctx context.Context, requestConfiguration *BrandingRequestBuilderDeleteRequestConfiguration) error
Delete delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object.
func (*BrandingRequestBuilder) Get ¶
func (m *BrandingRequestBuilder) Get(ctx context.Context, requestConfiguration *BrandingRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable, error)
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.
func (*BrandingRequestBuilder) Localizations ¶ added in v0.13.0
func (m *BrandingRequestBuilder) Localizations() *i625149746d2173c240cdb5ccf6f96a6418bef81b4c1b56347b906ab9e5a35569.LocalizationsRequestBuilder
Localizations provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity.
func (*BrandingRequestBuilder) LocalizationsById ¶ added in v0.13.0
func (m *BrandingRequestBuilder) LocalizationsById(id string) *i4f28ff23f1aea33f43fbf35caa93933fb6afdd9a10a1843f53217eda149d6725.OrganizationalBrandingLocalizationItemRequestBuilder
LocalizationsById provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity.
func (*BrandingRequestBuilder) Patch ¶
func (m *BrandingRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable, requestConfiguration *BrandingRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable, error)
Patch update the properties of the default branding object specified by the organizationalBranding resource.
func (*BrandingRequestBuilder) SquareLogo ¶ added in v0.13.0
func (m *BrandingRequestBuilder) SquareLogo() *i99cc01794de417fcebb218075f4694c6c04ca1c01d4b513172621735e6470943.SquareLogoRequestBuilder
SquareLogo provides operations to manage the media for the organization entity.
type BrandingRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type BrandingRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
BrandingRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type BrandingRequestBuilderGetQueryParameters ¶
type BrandingRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
BrandingRequestBuilderGetQueryParameters 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 BrandingRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type BrandingRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// 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 map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
BrandingRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.