1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Sep 25 09:51:52 UTC 2024

This commit is contained in:
Automated 2024-09-25 09:51:52 +00:00
parent 8ebed5b0f1
commit 0a5b6f11af
202 changed files with 9781 additions and 830 deletions

View file

@ -8,9 +8,13 @@ SYNOPSIS
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new cloud access binding. The access level will be bound with the
group. The access level will be enforced when any user in the group tries
to access the Google cloud console or API.
Create a new cloud access binding. The access level will be globally bound
with the group.
Allowlisted Applications can be specified to limit the scope of the cloud
access binding in the 'binding-file'. In such case, the access level
specified in the yaml file will be bound with the group and the allowlisted
applications.
EXAMPLES
To create a new cloud access binding, run:
@ -19,6 +23,21 @@ EXAMPLES
--group-key=my-group-key \
--level=accessPolicies/123/accessLevels/abc
To create a new cloud access binding for particular applications using a
yaml file, run:
$ gcloud access-context-manager cloud-bindings create \
--group-key=my-group-key --organization='1234567890' \
--binding-file='binding.yaml'
To create a new global cloud access binding, and for particular
applications using a yaml file, run:
$ gcloud access-context-manager cloud-bindings create \
--group-key=my-group-key \
--level=accessPolicies/123/accessLevels/abc \
--organization='1234567890' --binding-file='binding.yaml'
To create a new cloud access binding for the dry run access level, run:
$ gcloud access-context-manager cloud-bindings create \