id integerA system-wide unique ID representing the approval |
user_id integerThe ID of the user that triggered this approval |
approval_action_id integerThe ID of the action that triggered this approval |
entity_id integerThe ID of the entity whose action requires approval |
entity_action stringThe action that triggered this approval |
original_http_request objectThe HTTP request that triggered the approval |
approval_http_request objectThe HTTP request that has to be executed to approve this request |
denial_http_request objectThe HTTP request that has to be executed to deny this request |
status arrayPossible values: [pending , approved , denied ] |
execution_status arrayPossible values: [pending , executing , success , failed ] |
dimensions objectThe set of dimension/values to which this action applies. |