Name | Type | Description | Notes |
---|---|---|---|
id | String | The ID of this approval request | |
version | Integer | Version of the approval request | |
creationDate | Long | ||
serviceKind | String | ||
requestorId | String | The ID of the member who requested the approval | [optional] |
description | String | A human-friendly name for the approval request | [optional] |
reviewStatus | ReviewStatusEnum | Current status of the review of this approval request | |
allReviews | List<ReviewResponse> | An array of individual reviews of this approval request | |
notifyMemberIds | List<String> | An array of member IDs. These members are notified to review the approval request. | |
appliedDate | Long | [optional] | |
appliedByMemberId | String | The member ID of the member who applied the approval request | [optional] |
appliedByServiceTokenId | String | The service token ID of the service token which applied the approval request | [optional] |
status | StatusEnum | Current status of the approval request | |
instructions | List<Map<String, Object>> | ||
conflicts | List<Conflict> | Details on any conflicting approval requests | |
links | Map<String, Object> | The location and content type of related resources | |
executionDate | Long | [optional] | |
operatingOnId | String | ID of scheduled change to edit or delete | [optional] |
integrationMetadata | IntegrationMetadata | [optional] | |
source | CopiedFromEnv | [optional] | |
customWorkflowMetadata | CustomWorkflowMeta | [optional] | |
resourceId | String | String representation of a resource | [optional] |
approvalSettings | ApprovalSettings | [optional] |
Name | Value |
---|---|
APPROVED | "approved" |
DECLINED | "declined" |
PENDING | "pending" |
Name | Value |
---|---|
PENDING | "pending" |
COMPLETED | "completed" |
FAILED | "failed" |
SCHEDULED | "scheduled" |