Name | Type | Description | Notes |
---|---|---|---|
Body | string | The HTML body of the email. May contain variable references. <x-lifecycle class="ea"></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` body is replaced with a default value from one of the following in priority order: 1. An existing default email customization, if one exists 2. Okta-provided translated content for the specified language, if one exists 3. Okta-provided translated content for the brand locale, if it's set 4. Okta-provided content in English | |
Subject | string | The email subject. May contain variable references. <x-lifecycle class="ea"></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` subject is replaced with a default value from one of the following in priority order: 1. An existing default email customization, if one exists 2. Okta-provided translated content for the specified language, if one exists 3. Okta-provided translated content for the brand locale, if it's set 4. Okta-provided content in English | |
Created | DateTimeOffset | The UTC time at which this email customization was created. | [optional] [readonly] |
Id | string | A unique identifier for this email customization | [optional] [readonly] |
IsDefault | bool | Whether this is the default customization for the email template. Each customized email template must have exactly one default customization. Defaults to `true` for the first customization and `false` thereafter. | [optional] |
Language | string | The language specified as an IETF BCP 47 language tag | |
LastUpdated | DateTimeOffset | The UTC time at which this email customization was last updated. | [optional] [readonly] |
Links | LinksSelf | [optional] |