Okta.Sdk.Model.EmailDefaultContent

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
LinksLinksSelf[optional]

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