Method: organizations.gcpUserAccessBindings.create

Creates a GcpUserAccessBinding. If the client specifies a name, the server ignores it. Fails if a resource already exists with the same groupKey. Completion of this long-running operation does not necessarily signify that the new binding is deployed onto all affected users, which may take more time.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Example: "organizations/256"

Request body

The request body contains an instance of GcpUserAccessBinding.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.