Full name: projects.locations.instances.moduleSettings.rebrandingSettings
The method returns the rebranding settings. E.g. company logo, icon, etc.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where the module settings are located. Format: projects/{project}/locations/{location}/instances/{instance}/moduleSettings/{module} |
Request body
The request body must be empty.
Response body
Response message for rebrandingSettings.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "imageBase64": string, "faviconBase64": string, "changeFavicon": boolean, "useInLoginScreen": boolean, "useInHeader": boolean } |
Fields | |
---|---|
imageBase64 |
Optional. The base64 encoded image of the company logo. |
faviconBase64 |
Optional. The base64 encoded image of the company favicon. |
changeFavicon |
Whether to change the favicon. |
useInLoginScreen |
Whether to use the company logo in the login screen. |
useInHeader |
Whether to use the company logo in the header. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.