mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1023 B
1023 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-template-bulk-delete-dto | TemplateBulkDeleteDto | TemplateBulkDeleteDto | TemplateBulkDeleteDto | pythonsdk |
|
/tools/sdk/python/v2025/models/template-bulk-delete-dto |
|
TemplateBulkDeleteDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| key | str | [required] | |
| medium | Enum [ 'EMAIL', 'PHONE', 'SMS' ] | [optional] | |
| locale | str | The locale for the message text, a BCP 47 language tag. | [optional] |
| } |
Example
from sailpoint.v2025.models.template_bulk_delete_dto import TemplateBulkDeleteDto
template_bulk_delete_dto = TemplateBulkDeleteDto(
key='cloud_manual_work_item_summary',
medium='EMAIL',
locale='en'
)