Documentation ¶
Index ¶
- type BannerLogoRequestBuilder
- func (m *BannerLogoRequestBuilder) CreateGetRequestInformation() (...)
- func (m *BannerLogoRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BannerLogoRequestBuilderGetRequestConfiguration) (...)
- func (m *BannerLogoRequestBuilder) CreatePutRequestInformation(body []byte) (...)
- func (m *BannerLogoRequestBuilder) CreatePutRequestInformationWithRequestConfiguration(body []byte, ...) (...)
- func (m *BannerLogoRequestBuilder) Get(ctx context.Context, ...) ([]byte, error)
- func (m *BannerLogoRequestBuilder) Put(ctx context.Context, body []byte, ...) error
- type BannerLogoRequestBuilderGetRequestConfiguration
- type BannerLogoRequestBuilderPutRequestConfiguration
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 organization entity.
func NewBannerLogoRequestBuilder ¶
func NewBannerLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BannerLogoRequestBuilder
NewBannerLogoRequestBuilder instantiates a new BannerLogoRequestBuilder and sets the default values.
func NewBannerLogoRequestBuilderInternal ¶
func NewBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BannerLogoRequestBuilder
NewBannerLogoRequestBuilderInternal instantiates a new BannerLogoRequestBuilder and sets the default values.
func (*BannerLogoRequestBuilder) CreateGetRequestInformation ¶
func (m *BannerLogoRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BannerLogoRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BannerLogoRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration 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(body []byte) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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) CreatePutRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BannerLogoRequestBuilder) CreatePutRequestInformationWithRequestConfiguration(body []byte, requestConfiguration *BannerLogoRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformationWithRequestConfiguration 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(ctx context.Context, requestConfiguration *BannerLogoRequestBuilderGetRequestConfiguration) ([]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(ctx context.Context, body []byte, requestConfiguration *BannerLogoRequestBuilderPutRequestConfiguration) 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 BannerLogoRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type BannerLogoRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
BannerLogoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type BannerLogoRequestBuilderPutRequestConfiguration ¶ added in v0.22.0
type BannerLogoRequestBuilderPutRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
BannerLogoRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.