Okta.Sdk.Model.SmsTemplate

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
CreatedDateTimeOffset[optional] [readonly]
Idstring[optional] [readonly]
LastUpdatedDateTimeOffset[optional] [readonly]
NamestringHuman-readable name of the Template[optional]
TemplatestringText of the Template, including any macros[optional]
TranslationsObject- Template translations are optionally provided when you want to localize the SMS messages. Translations are provided as an object that contains `key:value` pairs: the language and the translated Template text. The key portion is a two-letter country code that conforms to ISO 639-1. The value is the translated SMS Template. - Just like with regular SMS Templates, the length of the SMS message can't exceed 160 characters.[optional]
TypeSmsTemplateType[optional]

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