mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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 alpha access-context-manager cloud-bindings create
|
||||
[--dry-run-level=[DRY_RUN_LEVEL,...]] [--group-key=GROUP_KEY]
|
||||
[--level=[LEVEL,...]] [--organization=ORGANIZATION]
|
||||
[--binding-file=YAML_FILE] [--dry-run-level=[DRY_RUN_LEVEL,...]]
|
||||
[--group-key=GROUP_KEY] [--level=[LEVEL,...]]
|
||||
[--organization=ORGANIZATION]
|
||||
[--restricted-client-application-client-ids=[RESTRICTED_CLIENT_APPLICATION_CLIENT_IDS,
|
||||
...]]
|
||||
[--restricted-client-application-names=[RESTRICTED_CLIENT_APPLICATION_NAMES,
|
||||
|
|
@ -98,6 +99,14 @@ EXAMPLES
|
|||
--organization='1234567890' \
|
||||
|
||||
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 and restricted
|
||||
client applications. The dry run access level is evaluated but isn't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue