Contains information on possible templates that can be used
Data model
Fields
|Field|Type|Description| |-|-|-| |action_id*|INT|Identifier of the action to which the template belongs 0 -> ChangePassword 1 -> SetPassword 2 -> UnlockUser 3 -> ExceededAttempts 4 -> GenerateToken| |body*|NVARCHAR (MAX)|Contents of the email| |domain_id*|INT|LDAP identifier| |name*|NVARCHAR (200)|Template Name| |subject*|NVARCHAR (510)|Subject to be mailed| |type_id*|INT|Template Type 0 -> Attempt 1 -> Success|
Primary Key
PK_APR_TEMPLATE |
---|
id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
domain_id* | Bod. AFW_LDAP | id | FK01_APR_TEMPLATE |