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]