mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
53 lines
1.8 KiB
Text
53 lines
1.8 KiB
Text
NAME
|
|
gcloud access-context-manager cloud-bindings create - create cloud access
|
|
bindings for a specific group
|
|
|
|
SYNOPSIS
|
|
gcloud access-context-manager cloud-bindings create --group-key=GROUP_KEY
|
|
--level=[LEVEL,...] [--organization=ORGANIZATION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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.
|
|
|
|
EXAMPLES
|
|
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
|
|
|
|
REQUIRED FLAGS
|
|
--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.
|
|
|
|
OPTIONAL FLAGS
|
|
--organization=ORGANIZATION
|
|
Parent organization for this binding.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
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.
|
|
|
|
API REFERENCE
|
|
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/
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha access-context-manager cloud-bindings create
|
|
|