Skip to main content

ApprovalRejectRequest

Properties

NameTypeDescriptionNotes
CommentStringComment associated with the reject request.[optional]

Examples

  • Prepare the resource
$ApprovalRejectRequest = Initialize-ApprovalRejectRequest  -Comment string
  • Convert the resource to JSON
$ApprovalRejectRequest | ConvertTo-JSON

[Back to top]