Skip to main content

TemplateSlackAutoApprovalData

Properties

NameTypeDescriptionNotes
IsAutoApprovedString[optional]
ItemIdString[optional]
ItemTypeString[optional]
AutoApprovalMessageJSONString[optional]
AutoApprovalTitleString[optional]

Examples

  • Prepare the resource
$TemplateSlackAutoApprovalData = Initialize-PSSailpoint.BetaTemplateSlackAutoApprovalData  -IsAutoApproved null `
-ItemId null `
-ItemType null `
-AutoApprovalMessageJSON null `
-AutoApprovalTitle null
  • Convert the resource to JSON
$TemplateSlackAutoApprovalData | ConvertTo-JSON

[Back to top]