TemplateSlackAutoApprovalData
Properties
Name | Type | Description | Notes |
---|---|---|---|
IsAutoApproved | String | [optional] | |
ItemId | String | [optional] | |
ItemType | String | [optional] | |
AutoApprovalMessageJSON | String | [optional] | |
AutoApprovalTitle | String | [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