integrations.sh
← all integrations

googleapis.com – accessapproval

OpenAPI apis-guru analyticsmedia

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.accessapprovalProjectsApprovalRequestsApprove

    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.

  • projects.accessapprovalProjectsApprovalRequestsDismiss

    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.

  • projects.accessapprovalProjectsApprovalRequestsGet

    Gets an approval request. Returns NOT_FOUND if the request does not exist.

  • projects.accessapprovalProjectsApprovalRequestsInvalidate

    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.

  • projects.accessapprovalProjectsApprovalRequestsList

    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.

  • projects.accessapprovalProjectsDeleteAccessApprovalSettings

    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.

  • projects.accessapprovalProjectsUpdateAccessApprovalSettings

    Updates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools