Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
ENDPOINTS
STRUCTURED FROM OPENAPI 3.0
GET
/v1/{name}
Gets an approval request. Returns NOT_FOUND if the request does not exist.
PATCH
/v1/{name}
Updates the settings associated with a project, folder, or organization. Settings to update are determined by
DELETE
/v1/{name}
Deletes the settings associated with a project, folder, or organization. This will have the effect of disablin
POST
/v1/{name}:approve
Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND if the request does not exist. R
POST
/v1/{name}:dismiss
Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if a
POST
/v1/{name}:invalidate
Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access
GET
/v1/{parent}/approvalRequests
Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered