ApprovalRejectRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Comment | String | Comment associated with the reject request. | [optional] |
| OverrideApproverID | String | Optional 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