1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Tue Oct 18 11:38:19 UTC 2022

This commit is contained in:
Automated 2022-10-18 11:38:19 +00:00
parent 389ff42bae
commit 5c08d21169
Failed to extract signature
159 changed files with 4170 additions and 656 deletions

View file

@ -1,49 +1,37 @@
NAME
gcloud alpha access-context-manager cloud-bindings create - create a new
cloud access binding
gcloud alpha access-context-manager cloud-bindings create - create cloud
access bindings for a specific group
SYNOPSIS
gcloud alpha access-context-manager cloud-bindings create
--group-key=GROUP_KEY (--level=LEVEL : --policy=POLICY)
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
--group-key=GROUP_KEY --level=[LEVEL,...] [--organization=ORGANIZATION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a new cloud access binding.
(ALPHA) 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 alpha 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/v1alpha API. The full
documentation for this API can be found at:
https://cloud.google.com/access-context-manager/docs/reference/rest/
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct

View file

@ -19,7 +19,7 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a new cloud access binding.
(ALPHA) Create cloud access bindings for a specific group.
delete
(ALPHA) Delete a cloud access binding.
@ -31,7 +31,7 @@ COMMANDS
(ALPHA) List cloud access bindings under an organization.
update
(ALPHA) Update an existing cloud access binding.
(ALPHA) Update a existing cloud access binding under an organization.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -1,25 +1,32 @@
NAME
gcloud alpha access-context-manager cloud-bindings update - update an
existing cloud access binding
gcloud alpha access-context-manager cloud-bindings update - update a
existing cloud access binding under an organization
SYNOPSIS
gcloud alpha access-context-manager cloud-bindings update
(--binding=BINDING : --organization=ORGANIZATION)
(--level=LEVEL : --policy=POLICY) [GCLOUD_WIDE_FLAG ...]
--level=[LEVEL,...] (--binding=BINDING : --organization=ORGANIZATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update an existing cloud access binding.
(ALPHA) Update a existing cloud access binding. You can only update the
level.
EXAMPLES
To update an existing cloud access binding, run:
To update a existing cloud access binding, run:
$ gcloud alpha access-context-manager cloud-bindings update \
--binding=my-binding-id --level=new-access-level
--binding=my-binding-id \
--level=accessPolicies/123/accessLevels/new-abc
REQUIRED FLAGS
Cloud access binding resource - The access binding to update. The
arguments in this group can be used to specify the attributes of this
resource.
--level=[LEVEL,...]
The access level that will replace the existing level for the given
binding. The input must be the full identifier for the access level,
such as accessPolicies/123/accessLevels/new-abc.
Cloud access binding resource - The cloud access binding you want to
update. The arguments in this group can be used to specify the attributes
of this resource.
This must be specified.
@ -32,32 +39,14 @@ REQUIRED FLAGS
this group are specified.
--organization=ORGANIZATION
The ID of the organization. To set the organization attribute:
The ID of the organization.
To set the organization attribute:
▸ provide the argument --binding on the command line with a fully
specified name;
▸ provide the argument --organization on the command line;
▸ set the property access_context_manager/organization.
Level resource - The access level to update. 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.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
@ -66,6 +55,11 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the accesscontextmanager/v1alpha API. The full
documentation for this API can be found at:
https://cloud.google.com/access-context-manager/docs/reference/rest/
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct