mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-template-slack-auto-approval-data | TemplateSlackAutoApprovalData | TemplateSlackAutoApprovalData | TemplateSlackAutoApprovalData | powershellsdk |
|
/tools/sdk/powershell/beta/models/template-slack-auto-approval-data |
|
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-BetaTemplateSlackAutoApprovalData -IsAutoApproved null `
-ItemId null `
-ItemType null `
-AutoApprovalMessageJSON null `
-AutoApprovalTitle null
- Convert the resource to JSON
$TemplateSlackAutoApprovalData | ConvertTo-JSON