Documentation
¶
Index ¶
- type BannerLogoRequestBuilder
- func (m *BannerLogoRequestBuilder) CreateGetRequestInformation(options *BannerLogoRequestBuilderGetOptions) (...)
- func (m *BannerLogoRequestBuilder) CreatePutRequestInformation(options *BannerLogoRequestBuilderPutOptions) (...)
- func (m *BannerLogoRequestBuilder) Get(options *BannerLogoRequestBuilderGetOptions) ([]byte, error)
- func (m *BannerLogoRequestBuilder) Put(options *BannerLogoRequestBuilderPutOptions) error
- type BannerLogoRequestBuilderGetOptions
- type BannerLogoRequestBuilderPutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BannerLogoRequestBuilder ¶
type BannerLogoRequestBuilder struct {
// contains filtered or unexported fields
}
BannerLogoRequestBuilder provides operations to manage the media for the organizationalBranding entity.
func NewBannerLogoRequestBuilder ¶
func NewBannerLogoRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BannerLogoRequestBuilder
NewBannerLogoRequestBuilder instantiates a new BannerLogoRequestBuilder and sets the default values.
func NewBannerLogoRequestBuilderInternal ¶
func NewBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BannerLogoRequestBuilder
NewBannerLogoRequestBuilderInternal instantiates a new BannerLogoRequestBuilder and sets the default values.
func (*BannerLogoRequestBuilder) CreateGetRequestInformation ¶
func (m *BannerLogoRequestBuilder) CreateGetRequestInformation(options *BannerLogoRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation 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) CreatePutRequestInformation ¶
func (m *BannerLogoRequestBuilder) CreatePutRequestInformation(options *BannerLogoRequestBuilderPutOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePutRequestInformation 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) Get ¶
func (m *BannerLogoRequestBuilder) Get(options *BannerLogoRequestBuilderGetOptions) ([]byte, error)
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 ¶
func (m *BannerLogoRequestBuilder) Put(options *BannerLogoRequestBuilderPutOptions) error
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.
type BannerLogoRequestBuilderGetOptions ¶
type BannerLogoRequestBuilderGetOptions 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 }
BannerLogoRequestBuilderGetOptions options for Get
type BannerLogoRequestBuilderPutOptions ¶
type BannerLogoRequestBuilderPutOptions 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 }
BannerLogoRequestBuilderPutOptions options for Put