1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed May 15 09:19:06 UTC 2024

This commit is contained in:
Automated 2024-05-15 09:19:06 +00:00
parent e8259d86b1
commit 3b84182be4
193 changed files with 10091 additions and 581 deletions

View file

@ -1,19 +1,23 @@
NAME
gcloud alpha access-context-manager cloud-bindings update - update a
existing cloud access binding under an organization
gcloud alpha access-context-manager cloud-bindings update - update an
existing access binding under an organization
SYNOPSIS
gcloud alpha access-context-manager cloud-bindings update
(--binding=BINDING : --organization=ORGANIZATION)
[--dry-run-level=[DRY_RUN_LEVEL,...]] [--level=[LEVEL,...]]
[GCLOUD_WIDE_FLAG ...]
[--restricted-client-application-client-ids=[RESTRICTED_CLIENT_APPLICATION_CLIENT_IDS,
...]]
[--restricted-client-application-names=[RESTRICTED_CLIENT_APPLICATION_NAMES,
...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(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.
(ALPHA) Update an existing access binding. You can update the level, dry
run level, restricted client application client IDs and restricted client
application names. They can't all be empty.
EXAMPLES
To update an existing cloud access binding, run:
To update an existing access binding, run:
$ gcloud alpha access-context-manager cloud-bindings update \
--binding=my-binding-id \
@ -25,6 +29,15 @@ EXAMPLES
--binding=my-binding-id --level= \
--dry-run-level=accessPolicies/123/accessLevels/new-def
To update restricted client applications, run:
$ gcloud alpha access-context-manager cloud-bindings update \
--binding=my-binding-id \
--restricted-client-application-client-ids='123.apps.googleuserc\
ontent.com' \
--restricted-client-application-names='Cloud Console, Google
Cloud SDK'
REQUIRED FLAGS
Cloud access binding resource - The cloud access binding you want to
update. The arguments in this group can be used to specify the attributes
@ -62,6 +75,14 @@ OPTIONAL FLAGS
binding. The input must be the full identifier of an access level, such
as accessPolicies/123/accessLevels/new-abc.
--restricted-client-application-client-ids=[RESTRICTED_CLIENT_APPLICATION_CLIENT_IDS,...]
The application client IDs that replace the existing application client
IDs for the restricted client applications in the given binding.
--restricted-client-application-names=[RESTRICTED_CLIENT_APPLICATION_NAMES,...]
The application names that replace the existing application names for
the restricted client applications in the given binding.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,