mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Oct 2 09:51:07 UTC 2024
This commit is contained in:
parent
0a5b6f11af
commit
489be55d99
133 changed files with 4948 additions and 242 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud access-context-manager cloud-bindings create --group-key=GROUP_KEY
|
||||
[--dry-run-level=[DRY_RUN_LEVEL,...]] [--level=[LEVEL,...]]
|
||||
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--binding-file=YAML_FILE] [--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 globally bound
|
||||
|
|
@ -51,6 +52,14 @@ REQUIRED FLAGS
|
|||
binding.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--binding-file=YAML_FILE
|
||||
Path to the file that contains a Google Cloud Platform user access
|
||||
binding.
|
||||
|
||||
This file contains a YAML-compliant object representing a
|
||||
GcpUserAccessBinding (as described in the API reference) containing
|
||||
ScopedAccessSettings only. No other binding fields are allowed.
|
||||
|
||||
--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
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud access-context-manager cloud-bindings update
|
||||
(--binding=BINDING : --organization=ORGANIZATION)
|
||||
[--dry-run-level=[DRY_RUN_LEVEL,...]] [--level=[LEVEL,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--binding-file=YAML_FILE] [--dry-run-level=[DRY_RUN_LEVEL,...]]
|
||||
[--level=[LEVEL,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update an existing cloud access binding. You can update the level, dry run
|
||||
|
|
@ -57,6 +57,17 @@ REQUIRED FLAGS
|
|||
▸ set the property access_context_manager/organization.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--binding-file=YAML_FILE
|
||||
Path to the file that contains a Google Cloud Platform user access
|
||||
binding.
|
||||
|
||||
This file contains a YAML-compliant object representing a
|
||||
GcpUserAccessBinding (as described in the API reference) containing
|
||||
ScopedAccessSettings only. No other binding fields are allowed.
|
||||
|
||||
The file content replaces the corresponding fields in the existing
|
||||
binding.
|
||||
|
||||
--dry-run-level=[DRY_RUN_LEVEL,...]
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue