Access Approval API
An API for controlling access to data by Google personnel.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/v1/{name}
Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the project, folder, or organization, but only if all ancestors also have Access Approval disabled. If Access Approval is enabled at a higher level of the hierarchy, then Access Approval will still be enabled at this level as the settings are inherited.
/v1/{name}
Gets an approval request. Returns NOT_FOUND if the request does not exist.
/v1/{name}
Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.
/v1/{name}:approve
Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state.
/v1/{name}:dismiss
Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It is equivalent in effect to ignoring the request altogether. Returns NOT_FOUND if the request does not exist. Returns FAILED_PRECONDITION if the request exists but is not in a pending state.
/v1/{name}:invalidate
Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state.
/v1/{parent}/approvalRequests
Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.
7 endpoints auto-detected
Authentication
This API requires authentication: OAuth.
curl -X DELETE \
"https://accessapproval.googleapis.com/v1/{name}"accessapproval.googleapis.com · HTTPS only