mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 17:05:28 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud access-context-manager cloud-bindings create --group-key=GROUP_KEY
|
||||
--level=[LEVEL,...] [--organization=ORGANIZATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--dry-run-level=[DRY_RUN_LEVEL,...]] [--level=[LEVEL,...]]
|
||||
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new cloud access binding. The access level will be bound with the
|
||||
|
|
@ -19,17 +19,30 @@ EXAMPLES
|
|||
--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 access-context-manager cloud-bindings create \
|
||||
--group-key=my-group-key \
|
||||
--level=accessPolicies/123/accessLevels/abc \
|
||||
--dry-run-level=accessPolicies/123/accessLevels/def
|
||||
|
||||
REQUIRED FLAGS
|
||||
--group-key=GROUP_KEY
|
||||
Google Group id whose members are subject to the restrictions of this
|
||||
binding.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--dry-run-level=[DRY_RUN_LEVEL,...]
|
||||
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 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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--organization=ORGANIZATION
|
||||
Parent organization for this binding.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue