BrandingTheme_contentDescriptor
BrandingTheme_contentDescriptor
Describes the last successfully uploaded assets of the theme.
JSON Example
{
"favIcon": "example.ico",
"logo": "example.png",
"background": "example.png",
"styles": "example.css",
"portalName": "VCF Automation",
"localizations": "example.json",
"customLinks": "example.json",
"idpLoginButtons": "idpLoginButtons.json"
}
string
As ^[\w.-]+$
favIcon
Optional
organization icon file name
string
As ^[\w.-]+$
logo
Optional
organization logo file name
string
As ^[\w.-]+$
background
Optional
organization background file name
string
As ^[\w.-]+$
styles
Optional
css file name
string
As ^[ \w.-]+$
portalName
Optional
The name of the portal.
string
localizations
Optional
localizations file name
string
As ^[\w.-]+$
customLinks
Optional
custom links file name
string
As ^[\w.-]+$
idpLoginButtons
Optional
A json in the format of BrandingThemeResourceIdpButtons