Documentation ¶
Index ¶
- type BackgroundImageRequestBuilder
- func (m *BackgroundImageRequestBuilder) CreateGetRequestInformation(options *BackgroundImageRequestBuilderGetOptions) (...)
- func (m *BackgroundImageRequestBuilder) CreatePutRequestInformation(options *BackgroundImageRequestBuilderPutOptions) (...)
- func (m *BackgroundImageRequestBuilder) Get(options *BackgroundImageRequestBuilderGetOptions) ([]byte, error)
- func (m *BackgroundImageRequestBuilder) Put(options *BackgroundImageRequestBuilderPutOptions) error
- type BackgroundImageRequestBuilderGetOptions
- type BackgroundImageRequestBuilderPutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundImageRequestBuilder ¶
type BackgroundImageRequestBuilder struct {
// contains filtered or unexported fields
}
BackgroundImageRequestBuilder provides operations to manage the media for the organizationalBranding entity.
func NewBackgroundImageRequestBuilder ¶
func NewBackgroundImageRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BackgroundImageRequestBuilder
NewBackgroundImageRequestBuilder instantiates a new BackgroundImageRequestBuilder and sets the default values.
func NewBackgroundImageRequestBuilderInternal ¶
func NewBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BackgroundImageRequestBuilder
NewBackgroundImageRequestBuilderInternal instantiates a new BackgroundImageRequestBuilder and sets the default values.
func (*BackgroundImageRequestBuilder) CreateGetRequestInformation ¶
func (m *BackgroundImageRequestBuilder) CreateGetRequestInformation(options *BackgroundImageRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation 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) CreatePutRequestInformation ¶
func (m *BackgroundImageRequestBuilder) CreatePutRequestInformation(options *BackgroundImageRequestBuilderPutOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation 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) Get ¶
func (m *BackgroundImageRequestBuilder) Get(options *BackgroundImageRequestBuilderGetOptions) ([]byte, error)
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 ¶
func (m *BackgroundImageRequestBuilder) Put(options *BackgroundImageRequestBuilderPutOptions) error
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.
type BackgroundImageRequestBuilderGetOptions ¶
type BackgroundImageRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BackgroundImageRequestBuilderGetOptions options for Get
type BackgroundImageRequestBuilderPutOptions ¶
type BackgroundImageRequestBuilderPutOptions struct { // Binary request body Body []byte // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BackgroundImageRequestBuilderPutOptions options for Put