Method: organizations.gcpUserAccessBindings.list

Lists all GcpUserAccessBindings for a Google Cloud organization.

HTTP request

GET https://accesscontextmanager.googleapis.com/v1/{parent=organizations/*}/gcpUserAccessBindings

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Example: "organizations/256"

Query parameters

Parameters
pageSize

integer

Optional. Maximum number of items to return. The server may return fewer items. If left blank, the server may return any number of items.

pageToken

string

Optional. If left blank, returns the first page. To enumerate all items, use the nextPageToken from your previous list operation.

Request body

The request body must be empty.

Response body

Response of gcpUserAccessBindings.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "gcpUserAccessBindings": [
    {
      object (GcpUserAccessBinding)
    }
  ],
  "nextPageToken": string
}
Fields
gcpUserAccessBindings[]

object (GcpUserAccessBinding)

GcpUserAccessBinding

nextPageToken

string

Token to get the next page of items. If blank, there are no more items.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.