mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-template-bulk-delete-dto | TemplateBulkDeleteDto | TemplateBulkDeleteDto | TemplateBulkDeleteDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/template-bulk-delete-dto |
|
TemplateBulkDeleteDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | [required] | |
| Medium | Enum [ "EMAIL", "PHONE", "SMS" ] | [optional] | |
| Locale | String | The locale for the message text, a BCP 47 language tag. | [optional] |
Examples
- Prepare the resource
$TemplateBulkDeleteDto = Initialize-V2024TemplateBulkDeleteDto -Key cloud_manual_work_item_summary `
-Medium EMAIL `
-Locale en
- Convert the resource to JSON
$TemplateBulkDeleteDto | ConvertTo-JSON