Okta.Sdk.Model.SmsTemplate
October 3, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | DateTimeOffset | [optional] [readonly] | |
| Id | string | [optional] [readonly] | |
| LastUpdated | DateTimeOffset | [optional] [readonly] | |
| Name | string | Human-readable name of the Template | [optional] |
| Template | string | Text of the Template, including any macros | [optional] |
| Translations | Object | - 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] |
| Type | SmsTemplateType | [optional] |