Okta · Schema

EmailTemplateCustomization

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

Properties

Name Type Description
_links object
body string
created string
id string
isDefault boolean
language string unique under each email template
lastUpdated string
subject string
View JSON Schema on GitHub

JSON Schema

okta-emailtemplatecustomization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailTemplateCustomization",
  "title": "EmailTemplateCustomization",
  "type": "object",
  "properties": {
    "_links": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {}
      },
      "readOnly": true
    },
    "body": {
      "type": "string"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "id": {
      "type": "string",
      "readOnly": true
    },
    "isDefault": {
      "type": "boolean"
    },
    "language": {
      "type": "string",
      "description": "unique under each email template"
    },
    "lastUpdated": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "subject": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Brands"
  ]
}