RequestMetadataUpdatableProperties interface
Request Metadata patch properties.
Properties
| approval |
Payload to be sent upon any action on approval request |
| approval |
Route name for the approval callback |
| approval |
Status of the approval. Uses ApprovalStatus enum. |
| resource |
Resource Action of the item being approved or declined. |
Property Details
approvalCallbackPayload
Payload to be sent upon any action on approval request
approvalCallbackPayload?: string
Property Value
string
approvalCallbackRoute
Route name for the approval callback
approvalCallbackRoute?: string
Property Value
string
approvalStatus
Status of the approval. Uses ApprovalStatus enum.
approvalStatus?: string
Property Value
string
resourceAction
Resource Action of the item being approved or declined.
resourceAction: string
Property Value
string