mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 15 09:19:06 UTC 2024
This commit is contained in:
parent
e8259d86b1
commit
3b84182be4
193 changed files with 10091 additions and 581 deletions
|
|
@ -15,10 +15,20 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha 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:
|
||||
|
||||
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
|
||||
restrictedClientApplications:
|
||||
- clientId: 123.apps.googleusercontent.com
|
||||
- name: Cloud Console
|
||||
- name: Google Cloud SDK
|
||||
|
||||
FLAGS
|
||||
Organization resource - The parent organization of the bindings you want
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue