Skip to main content

TemplateSlackAutoApprovalData

Properties

NameTypeDescriptionNotes
IsAutoApprovedStringWhether the request was auto-approved[optional]
ItemIdStringThe item ID[optional]
ItemTypeStringThe item type[optional]
AutoApprovalMessageJSONStringJSON message for auto-approval[optional]
AutoApprovalTitleStringTitle for auto-approval[optional]

Examples

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

[Back to top]