Skip to main content

ApprovalCancelRequest

Properties

NameTypeDescriptionNotes
CommentStringOptional comment associated with the cancel request.[optional]

Examples

  • Prepare the resource
$ApprovalCancelRequest = Initialize-ApprovalCancelRequest  -Comment Cancelled by administrator
  • Convert the resource to JSON
$ApprovalCancelRequest | ConvertTo-JSON

[Back to top]