Access Approval API (accessapproval:v1)

2022-05-24

3 new methods

Additions

    Methods
  • accessapproval.projects.approvalRequests.invalidate

      Path : v1/{+name}:invalidate

      Description : 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.

      Flat Path : v1/projects/{projectsId}/approvalRequests/{approvalRequestsId}:invalidate

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameters :

        name

          Description : Name of the ApprovalRequest to invalidate.

          Location : path

          Pattern : ^projects/[^/]+/approvalRequests/[^/]+$

          Type : string

          Required : Yes

      Parameter Order : name

  • accessapproval.organizations.approvalRequests.invalidate

      Flat Path : v1/organizations/{organizationsId}/approvalRequests/{approvalRequestsId}:invalidate

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameter Order : name

      Path : v1/{+name}:invalidate

      Parameters :

        name

          Pattern : ^organizations/[^/]+/approvalRequests/[^/]+$

          Type : string

          Required : Yes

          Description : Name of the ApprovalRequest to invalidate.

          Location : path

      Description : 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.

  • accessapproval.folders.approvalRequests.invalidate

      Description : 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.

      Parameter Order : name

      Flat Path : v1/folders/{foldersId}/approvalRequests/{approvalRequestsId}:invalidate

      HTTP Method : POST

      Parameters :

        name

          Description : Name of the ApprovalRequest to invalidate.

          Pattern : ^folders/[^/]+/approvalRequests/[^/]+$

          Type : string

          Required : Yes

          Location : path

      Path : v1/{+name}:invalidate

      Scopes : https://www.googleapis.com/auth/cloud-platform