Skip to main content

TemplateBulkDeleteDto

Properties

NameTypeDescriptionNotes
KeyString[required]
MediumEnum [ "EMAIL", "PHONE", "SMS" ][optional]
LocaleStringThe locale for the message text, a BCP 47 language tag.[optional]

Examples

  • Prepare the resource
$TemplateBulkDeleteDto = Initialize-PSSailpoint.V2024TemplateBulkDeleteDto  -Key cloud_manual_work_item_summary `
-Medium EMAIL `
-Locale en
  • Convert the resource to JSON
$TemplateBulkDeleteDto | ConvertTo-JSON

[Back to top]