1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 23:49:35 +00:00

gcloud: Thu Apr 6 10:23:36 UTC 2023

This commit is contained in:
Automated 2023-04-06 10:23:36 +00:00
parent 5fabf24be7
commit 32e56b8b99
209 changed files with 5396 additions and 561 deletions

View file

@ -9,9 +9,8 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update an existing cloud access binding. You can only update the
level and dry run level. For level and dry run level, you can update one of
these two or both. They can't be both empty after update.
(ALPHA) Update an existing cloud access binding. You can update the level,
dry run level or both. They can't be both empty after update.
EXAMPLES
To update an existing cloud access binding, run:
@ -20,7 +19,7 @@ EXAMPLES
--binding=my-binding-id \
--level=accessPolicies/123/accessLevels/new-abc
To update level to empty and add dry run level, run:
To remove level and add dry run level, run:
$ gcloud alpha access-context-manager cloud-bindings update \
--binding=my-binding-id --level= \
@ -52,14 +51,14 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--dry-run-level=[DRY_RUN_LEVEL,...]
The dry run access level that will replace the dry run existing level
for the given binding. The input must be the full identifier for access
The dry run access level that replaces the existing dry run level for
the given binding. The input must be the full identifier of an access
level, such as accessPolicies/123/accessLevels/new-def.
--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.
The access level that replaces the existing level for the given
binding. The input must be the full identifier of an access level, such
as accessPolicies/123/accessLevels/new-abc.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,