Access Approval API (accessapproval:v1)

2022-03-08

3 new methods

Additions

    Methods
  • accessapproval.folders.getServiceAccount

      Parameter Order : name

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

      Path : v1/{+name}

      HTTP Method : GET

      Parameters :

        name

          Type : string

          Description : Name of the AccessApprovalServiceAccount to retrieve.

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

          Location : path

          Required : Yes

      Description : Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.

      Flat Path : v1/folders/{foldersId}/serviceAccount

  • accessapproval.projects.getServiceAccount

      Path : v1/{+name}

      HTTP Method : GET

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/serviceAccount

      Parameters :

        name

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

          Required : Yes

          Description : Name of the AccessApprovalServiceAccount to retrieve.

          Type : string

          Location : path

      Description : Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.

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

  • accessapproval.organizations.getServiceAccount

      Description : Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.

      Parameter Order : name

      Flat Path : v1/organizations/{organizationsId}/serviceAccount

      HTTP Method : GET

      Path : v1/{+name}

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

      Parameters :

        name

          Required : Yes

          Description : Name of the AccessApprovalServiceAccount to retrieve.

          Location : path

          Type : string

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