1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +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

@ -14,8 +14,13 @@ DESCRIPTION
group tries to access the Google cloud console or API.
EXAMPLES
To create a new cloud access binding including the dry run access level,
run:
To create a new cloud access binding, run:
$ gcloud alpha access-context-manager cloud-bindings create \
--group-key=my-group-key \
--level=accessPolicies/123/accessLevels/abc
To create a new cloud access binding for the dry run access level, run:
$ gcloud alpha access-context-manager cloud-bindings create \
--group-key=my-group-key \
@ -29,14 +34,14 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--dry-run-level=[DRY_RUN_LEVEL,...]
The dry run access level that will bind to the given group. The dry run
The dry run access level that binds to the given group. The dry run
access level will be evaluated but won't be enforced. Denial on dry run
access level will be logged. The input must be the full identifier for
access level, such as accessPolicies/123/accessLevels/new-def.
access level will be logged. 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 bind to the given group. The input must be
the full identifier for the access level, such as
The access level that binds to the given group. The input must be the
full identifier of an access level, such as
accessPolicies/123/accessLevels/abc.
--organization=ORGANIZATION