Update Review Status By Sid
Update the status of a review resource by the session id
Path Parameters
Resource identifier of the session
Body
The reviewed status
- APPROVED - Approve the review resource
- REJECTED - Reject the review resource
- REVOKED - Revoke an approved review
APPROVED
, REJECTED
, REVOKED
"APPROVED"
Response
The amount of time (nanoseconds) to allow access to the connection. It's valid only for jit
type reviews`
0
The time the resource was created
"2024-07-25T15:56:35.317601Z"
Reousrce identifier
"9F9745B4-C77B-4D52-84D3-E24F67E3623C"
The input that was issued when the resource was created
"SELECT NOW()"
The client arguments when the resource was created
["-x"]
Organization identifier
"A72CF2A0-12D0-4E0D-A732-E34FFA3D9417"
The review connection information
Contains the groups that requires to approve this review
Contains information about the owner of this resource
The time when this review was revoked
""
The id of session
"35DB0A2F-E5CE-4AD8-A308-55C3108956E5"
The status of the review
- PENDING - The resource is waiting to be reviewed
- APPROVED - The resource is fully approved
- REJECTED - The resource is fully rejected
- REVOKED - The resource was revoked after being approved
- PROCESSING - The review is being executed
- EXECUTED - The review was executed
- UNKNOWN - Unable to know the status of the review
PENDING
, APPROVED
, REJECTED
, REVOKED
, PROCESSING
, EXECUTED
, UNKNOWN
The type of this review
- onetime - Represents a one time execution
- jit - Represents a time based review
jit
, onetime