SmsTemplates
Custom SMS templates.
View Specific Information
Required Scopes
TO query this view, Scope must include okta.templates.read.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
All other filters are processed client-side within the add-in.
For example, the following query is processed server-side:
SELECT * FROM SmsTemplates WHERE Id='6NQUJ5yR3bpgEiYmq8IC'
Columns
Name | Type | Description |
Id [KEY] | String | Id of the template |
Name | String | Human-readable name of the template |
Type | String | Type of the template |
Template | String | Text of the template, including any macros |
Created | Datetime | When the item was created |
LastUpdated | Datetime | When the item was last updated |
Translations | String | Translations of the template |