mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 25 09:51:52 UTC 2024
This commit is contained in:
parent
8ebed5b0f1
commit
0a5b6f11af
202 changed files with 9781 additions and 830 deletions
|
|
@ -15,10 +15,48 @@ EXAMPLES
|
|||
|
||||
$ gcloud access-context-manager cloud-bindings list
|
||||
|
||||
This command prints a list of gcpUserAccessBindings in a tabular form:
|
||||
This command prints a list of Google Cloud user access bindings,
|
||||
gcpUserAccessBindings, in YAML format. By default, the binding is printed
|
||||
in the following format:
|
||||
|
||||
NAME GROUP_KEY ACCESS_LEVEL DRY_RUN_ACCESS_LEVEL
|
||||
organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N a3dad accessPolicies/9522/accessLevels/device_trusted accessPolicies/9522/accessLevels/specific_location
|
||||
---
|
||||
accessLevels:
|
||||
- accessPolicies/9522/accessLevels/device_trusted
|
||||
dryRunAccessLevels:
|
||||
- accessPolicies/9522/accessLevels/specific_location
|
||||
groupKey: a3dad
|
||||
name: organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N
|
||||
|
||||
Or
|
||||
|
||||
---
|
||||
accessLevels:
|
||||
- accessPolicies/9522/accessLevels/device_trusted
|
||||
dryRunAccessLevels:
|
||||
- accessPolicies/9522/accessLevels/specific_location
|
||||
groupKey: a3dad
|
||||
name: organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N
|
||||
scopedAccessSettings:
|
||||
- activeSettings:
|
||||
accessLevels:
|
||||
- accessPolicies/9522/accessLevels/device_trusted
|
||||
dryRunSettings:
|
||||
accessLevels:
|
||||
- accessPolicies/9522/accessLevels/specific_location
|
||||
scope:
|
||||
clientScope:
|
||||
restrictedClientApplication:
|
||||
clientId: 123.apps.googleusercontent.com
|
||||
- activeSettings:
|
||||
accessLevels:
|
||||
- accessPolicies/9522/accessLevels/device_trusted
|
||||
dryRunSettings:
|
||||
accessLevels:
|
||||
- accessPolicies/9522/accessLevels/specific_location
|
||||
scope:
|
||||
clientScope:
|
||||
restrictedClientApplication:
|
||||
name: Cloud Console
|
||||
|
||||
FLAGS
|
||||
Organization resource - The parent organization of the bindings you want
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue