gcloud access-context-manager cloud-bindings create - create cloud access bindings for a specific group
gcloud access-context-manager cloud-bindings create --group-key=GROUP_KEY --level=[LEVEL,...] [--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
Create a new cloud access binding. The access level will be bound with the group. The access level will be enforced when any user in the group tries to access the Google cloud console or API.
To create a new cloud access binding, run:
$ gcloud access-context-manager cloud-bindings create \ --group-key=my-group-key \ --level=accessPolicies/123/accessLevels/abc
- --group-key=GROUP_KEY
Google Group id whose members are subject to the restrictions of this binding.
- --level=[LEVEL,...]
The access level that will bind to the given group. The input must be the full identifier for the access level, such as accessPolicies/123/accessLevels/abc.
- --organization=ORGANIZATION
Parent organization for this binding.
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
This command uses the accesscontextmanager/v1 API. The full documentation for this API can be found at: https://cloud.google.com/access-context-manager/docs/reference/rest/
This variant is also available:
$ gcloud alpha access-context-manager cloud-bindings create