Okta · Schema

EmailTemplateContent

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

Properties

Name Type Description
_links object
body string
fromAddress string
fromName string
subject string
View JSON Schema on GitHub

JSON Schema

okta-emailtemplatecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailTemplateContent",
  "title": "EmailTemplateContent",
  "type": "object",
  "properties": {
    "_links": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {}
      },
      "readOnly": true
    },
    "body": {
      "type": "string"
    },
    "fromAddress": {
      "type": "string"
    },
    "fromName": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Brands"
  ]
}