- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all GcpUserAccessBindings
for a Google Cloud organization.
HTTP request
GET https://accesscontextmanager.googleapis.com/v1alpha/{parent=organizations/*}/gcpUserAccessBindings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Example: "organizations/256" |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
Optional. If left blank, returns the first page. To enumerate all items, use the |
filter |
Optional. The literal filter pipelines to be returned. See https://google.aip.dev/160 for more details. Accepts values: * principal:groupKey * principal:serviceAccount OR principal:serviceAccountProjectNumber. If this field is empty or not one of the above, the default value is "principal:groupKey". |
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 ( |
Fields | |
---|---|
gcpUserAccessBindings[] |
|
nextPageToken |
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.