Okta.Sdk.Model.EmailCustomization

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
BodystringThe HTML body of the email. May contain variable references. <x-lifecycle class=&quot;ea&quot;></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
SubjectstringThe email subject. May contain variable references. <x-lifecycle class=&quot;ea&quot;></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
CreatedDateTimeOffsetThe UTC time at which this email customization was created.[optional] [readonly]
IdstringA unique identifier for this email customization[optional] [readonly]
IsDefaultboolWhether 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]
LanguagestringThe language specified as an IETF BCP 47 language tag
LastUpdatedDateTimeOffsetThe UTC time at which this email customization was last updated.[optional] [readonly]
LinksLinksSelf[optional]

[Back to Model list] [Back to API list] [Back to README]