Access Context Manager API (accesscontextmanager:v1)

2023-12-15

2 new methods

Additions

    Methods
  • accesscontextmanager.services.list

      Path : v1/services

      Flat Path : v1/services

      HTTP Method : GET

      Parameters :

        pageSize

          Description : This flag specifies the maximum number of services to return per page. Default is 100.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Token to start on a later page. Default is the first page.

          Location : query

          Type : string

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

      Description : Lists all VPC-SC supported services.

  • accesscontextmanager.services.get

      Path : v1/services/{name}

      Flat Path : v1/services/{name}

      HTTP Method : GET

      Parameters :

        name

          Description : The name of the service to get information about. The names must be in the same format as used in defining a service perimeter, for example, `storage.googleapis.com`.

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Returns a VPC-SC supported service based on the service name.