googleapis.com – accessapproval
An API for controlling access to data by Google personnel.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:accessapproval/v1.json
- Provider
- googleapis.com:accessapproval / accessapproval
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/accessapproval/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/accessapproval/v1/openapi.yaml
Tools (9)
Extracted live via the executor SDK.
-
projects.accessapprovalProjectsApprovalRequestsApproveApproves 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.
-
projects.accessapprovalProjectsApprovalRequestsDismissDismisses 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.
-
projects.accessapprovalProjectsApprovalRequestsGetGets an approval request. Returns NOT_FOUND if the request does not exist.
-
projects.accessapprovalProjectsApprovalRequestsInvalidateInvalidates 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.
-
projects.accessapprovalProjectsApprovalRequestsListLists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.
-
projects.accessapprovalProjectsDeleteAccessApprovalSettingsDeletes 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.
-
projects.accessapprovalProjectsUpdateAccessApprovalSettingsUpdates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools