ApprovalPatchProperties interface
Approvals patch properties.
Properties
| approvers | List of approvers for the approval request |
| created |
Approval request creation time |
| grandparent |
Parameter for optimizing query results |
| parent |
Parameter for optimizing query results |
| request |
Request metadata for the approval request. |
| state |
Approval request state change time, time at which approval request state changed from pending to approved or rejected. |
| ticket |
Ticket ID for the approval request |
Property Details
approvers
createdAt
Approval request creation time
createdAt?: Date
Property Value
Date
grandparentResourceId
Parameter for optimizing query results
grandparentResourceId?: string
Property Value
string
parentResourceId
Parameter for optimizing query results
parentResourceId?: string
Property Value
string
requestMetadata
Request metadata for the approval request.
requestMetadata: RequestMetadataUpdatableProperties
Property Value
stateChangedAt
Approval request state change time, time at which approval request state changed from pending to approved or rejected.
stateChangedAt?: Date
Property Value
Date
ticketId
Ticket ID for the approval request
ticketId?: string
Property Value
string