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,25 +1,31 @@
|
|||
NAME
|
||||
gcloud access-context-manager cloud-bindings update - update an existing
|
||||
cloud access binding
|
||||
gcloud access-context-manager cloud-bindings update - update a existing
|
||||
cloud access binding under an organization
|
||||
|
||||
SYNOPSIS
|
||||
gcloud access-context-manager cloud-bindings update
|
||||
gcloud access-context-manager cloud-bindings update --level=[LEVEL,...]
|
||||
(--binding=BINDING : --organization=ORGANIZATION)
|
||||
(--level=LEVEL : --policy=POLICY) [GCLOUD_WIDE_FLAG ...]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update an existing cloud access binding.
|
||||
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 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 +38,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 +54,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