mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: template-bulk-delete-dto
|
||||
title: TemplateBulkDeleteDto
|
||||
pagination_label: TemplateBulkDeleteDto
|
||||
sidebar_label: TemplateBulkDeleteDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'TemplateBulkDeleteDto']
|
||||
slug: /tools/sdk/powershell/v2024/models/template-bulk-delete-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'TemplateBulkDeleteDto']
|
||||
---
|
||||
|
||||
|
||||
# TemplateBulkDeleteDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Key** | **String** | | [required]
|
||||
**Medium** | Pointer to **Enum** [ "EMAIL", "PHONE", "SMS" ] | | [optional]
|
||||
**Locale** | Pointer to **String** | The locale for the message text, a BCP 47 language tag. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$TemplateBulkDeleteDto = Initialize-PSSailpoint.V2024TemplateBulkDeleteDto -Key cloud_manual_work_item_summary `
|
||||
-Medium EMAIL `
|
||||
-Locale en
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$TemplateBulkDeleteDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user