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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BackgroundImageRequestBuilder
NewBackgroundImageRequestBuilder instantiates a new BackgroundImageRequestBuilder and sets the default values.
func NewBackgroundImageRequestBuilderInternal ¶
func NewBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BackgroundImageRequestBuilder
NewBackgroundImageRequestBuilderInternal instantiates a new BackgroundImageRequestBuilder and sets the default values.
func (*BackgroundImageRequestBuilder) CreateGetRequestInformation ¶
func (m *BackgroundImageRequestBuilder) CreateGetRequestInformation(options *BackgroundImageRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
BackgroundImageRequestBuilderGetOptions options for Get
type BackgroundImageRequestBuilderPutOptions ¶
type BackgroundImageRequestBuilderPutOptions struct {
// Binary request body
Body []byte
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
BackgroundImageRequestBuilderPutOptions options for Put