TemplateSlack
Properties
Name | Type | Description | Notes |
---|---|---|---|
Key | String | [optional] | |
Text | String | [optional] | |
Blocks | String | [optional] | |
Attachments | String | [optional] | |
NotificationType | String | [optional] | |
ApprovalId | String | [optional] | |
RequestId | String | [optional] | |
RequestedById | String | [optional] | |
IsSubscription | Boolean | [optional] | |
AutoApprovalData | TemplateSlackAutoApprovalData | [optional] | |
CustomFields | TemplateSlackCustomFields | [optional] |
Examples
- Prepare the resource
$TemplateSlack = Initialize-PSSailpoint.BetaTemplateSlack -Key null `
-Text null `
-Blocks null `
-Attachments null `
-NotificationType null `
-ApprovalId null `
-RequestId null `
-RequestedById null `
-IsSubscription null `
-AutoApprovalData null `
-CustomFields null
- Convert the resource to JSON
$TemplateSlack | ConvertTo-JSON