Okta · Schema

ThemeResponse

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
_links object
backgroundImage string
emailTemplateTouchPointVariant object
endUserDashboardTouchPointVariant object
errorPageTouchPointVariant object
favicon string
id string
logo string
primaryColorContrastHex string
primaryColorHex string
secondaryColorContrastHex string
secondaryColorHex string
signInPageTouchPointVariant object
View JSON Schema on GitHub

JSON Schema

okta-themeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThemeResponse",
  "title": "ThemeResponse",
  "type": "object",
  "properties": {
    "_links": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {}
      },
      "readOnly": true
    },
    "backgroundImage": {
      "type": "string",
      "readOnly": true
    },
    "emailTemplateTouchPointVariant": {
      "$ref": "#/components/schemas/EmailTemplateTouchPointVariant"
    },
    "endUserDashboardTouchPointVariant": {
      "$ref": "#/components/schemas/EndUserDashboardTouchPointVariant"
    },
    "errorPageTouchPointVariant": {
      "$ref": "#/components/schemas/ErrorPageTouchPointVariant"
    },
    "favicon": {
      "type": "string",
      "readOnly": true
    },
    "id": {
      "type": "string",
      "readOnly": true
    },
    "logo": {
      "type": "string",
      "readOnly": true
    },
    "primaryColorContrastHex": {
      "type": "string"
    },
    "primaryColorHex": {
      "type": "string"
    },
    "secondaryColorContrastHex": {
      "type": "string"
    },
    "secondaryColorHex": {
      "type": "string"
    },
    "signInPageTouchPointVariant": {
      "$ref": "#/components/schemas/SignInPageTouchPointVariant"
    }
  },
  "x-okta-tags": [
    "Brand"
  ]
}