| Name | Type | Description | Notes |
|---|---|---|---|
| _id | string | The ID of this approval request | |
| _version | int | Version of the approval request | |
| creation_date | int | ||
| service_kind | string | ||
| requestor_id | string | The ID of the member who requested the approval | [optional] |
| description | string | A human-friendly name for the approval request | [optional] |
| review_status | string | Current status of the review of this approval request | |
| all_reviews | \LaunchDarklyApi\Model\ReviewResponse[] | An array of individual reviews of this approval request | |
| notify_member_ids | string[] | An array of member IDs. These members are notified to review the approval request. | |
| applied_date | int | [optional] | |
| applied_by_member_id | string | The member ID of the member who applied the approval request | [optional] |
| applied_by_service_token_id | string | The service token ID of the service token which applied the approval request | [optional] |
| status | string | Current status of the approval request | |
| instructions | array[] | ||
| conflicts | \LaunchDarklyApi\Model\Conflict[] | Details on any conflicting approval requests | |
| _links | array<string,mixed> | The location and content type of related resources | |
| execution_date | int | [optional] | |
| operating_on_id | string | ID of scheduled change to edit or delete | [optional] |
| integration_metadata | \LaunchDarklyApi\Model\IntegrationMetadata | [optional] | |
| source | \LaunchDarklyApi\Model\CopiedFromEnv | [optional] | |
| custom_workflow_metadata | \LaunchDarklyApi\Model\CustomWorkflowMeta | [optional] | |
| resource_id | string | String representation of a resource | [optional] |
| approval_settings | \LaunchDarklyApi\Model\ApprovalSettings | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.