mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -1,49 +1,37 @@
|
|||
NAME
|
||||
gcloud access-context-manager cloud-bindings create - create a new cloud
|
||||
access binding
|
||||
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 : --policy=POLICY) [--organization=ORGANIZATION]
|
||||
--level=[LEVEL,...] [--organization=ORGANIZATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new cloud access binding.
|
||||
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=my-access-level
|
||||
--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 resource - The access level to create. The arguments in this group
|
||||
can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--level=LEVEL
|
||||
ID of the level or fully qualified identifier for the level. To set
|
||||
the level attribute:
|
||||
▸ provide the argument --level on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--policy=POLICY
|
||||
The ID of the access policy. To set the policy attribute:
|
||||
▸ provide the argument --level on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --policy on the command line;
|
||||
▸ set the property access_context_manager/policy.
|
||||
--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
|
||||
The parent organization for the cloud access binding.
|
||||
Parent organization for this binding.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
@ -53,6 +41,11 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue