BrandingThemes

BrandingThemes
BrandingThemes

A list of Branding Themes.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "urn:vcloud:entity:vmware:brandinguitheme:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "name": "string",
            "themeType": "string",
            "isDefault": false,
            "themeBase": "string",
            "mainFlavor": "string",
            "logoThumbprint": "string",
            "version": "string",
            "previewStyles": "string",
            "entityState": "string",
            "errorMessage": "string",
            "contentDescriptor": {
                "favIcon": "example.ico",
                "logo": "example.png",
                "background": "example.png",
                "styles": "example.css",
                "portalName": "VCF Automation",
                "localizations": "example.json",
                "customLinks": "example.json",
                "idpLoginButtons": "idpLoginButtons.json"
            }
        }
    ]
}