Skip to main content

ApprovalRejectRequest

Properties

NameTypeDescriptionNotes
CommentStringComment associated with the reject request.[optional]
OverrideApproverIDStringOptional field for ServiceNow Administrators to specify which member of a governance group to override/reject on behalf of.[optional]

Examples

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

[Back to top]