mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,22 +16,22 @@ tags: ['SDK', 'Software Development Kit', 'TemplateDto', 'BetaTemplateDto']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Key** | **String** | The key of the template | [required]
|
||||
**Name** | Pointer to **String** | The name of the Task Manager Subscription | [optional]
|
||||
**Medium** | **Enum** [ "EMAIL", "PHONE", "SMS", "SLACK", "TEAMS" ] | The message medium. More mediums may be added in the future. | [required]
|
||||
**Locale** | **String** | The locale for the message text, a BCP 47 language tag. | [required]
|
||||
**Subject** | Pointer to **String** | The subject line in the template | [optional]
|
||||
**Header** | Pointer to **String** | The header value is now located within the body field. If included with non-null values, will result in a 400. | [optional]
|
||||
**Body** | Pointer to **String** | The body in the template | [optional]
|
||||
**Footer** | Pointer to **String** | The footer value is now located within the body field. If included with non-null values, will result in a 400. | [optional]
|
||||
**VarFrom** | Pointer to **String** | The ""From:"" address in the template | [optional]
|
||||
**ReplyTo** | Pointer to **String** | The ""Reply To"" line in the template | [optional]
|
||||
**Description** | Pointer to **String** | The description in the template | [optional]
|
||||
**Id** | Pointer to **String** | This is auto-generated. | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | The time when this template is created. This is auto-generated. | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | The time when this template was last modified. This is auto-generated. | [optional]
|
||||
**SlackTemplate** | Pointer to **String** | | [optional]
|
||||
**TeamsTemplate** | Pointer to **String** | | [optional]
|
||||
**Key** | **String** | The key of the template | [required]
|
||||
**Name** | **String** | The name of the Task Manager Subscription | [optional]
|
||||
**Medium** | **Enum** [ "EMAIL", "PHONE", "SMS", "SLACK", "TEAMS" ] | The message medium. More mediums may be added in the future. | [required]
|
||||
**Locale** | **String** | The locale for the message text, a BCP 47 language tag. | [required]
|
||||
**Subject** | **String** | The subject line in the template | [optional]
|
||||
**Header** | **String** | The header value is now located within the body field. If included with non-null values, will result in a 400. | [optional]
|
||||
**Body** | **String** | The body in the template | [optional]
|
||||
**Footer** | **String** | The footer value is now located within the body field. If included with non-null values, will result in a 400. | [optional]
|
||||
**VarFrom** | **String** | The ""From:"" address in the template | [optional]
|
||||
**ReplyTo** | **String** | The ""Reply To"" line in the template | [optional]
|
||||
**Description** | **String** | The description in the template | [optional]
|
||||
**Id** | **String** | This is auto-generated. | [optional]
|
||||
**Created** | **System.DateTime** | The time when this template is created. This is auto-generated. | [optional]
|
||||
**Modified** | **System.DateTime** | The time when this template was last modified. This is auto-generated. | [optional]
|
||||
**SlackTemplate** | **String** | | [optional]
|
||||
**TeamsTemplate** | **String** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user