mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 28 09:41:07 UTC 2024
This commit is contained in:
parent
ed5fe34b64
commit
afbe8a5afb
256 changed files with 8602 additions and 358 deletions
|
|
@ -18,17 +18,18 @@ DESCRIPTION
|
|||
▪ a specific service account or all service accounts in a specified
|
||||
project.
|
||||
|
||||
If a group key is specified, the access level is enforced at the
|
||||
organization level for all context-aware access group members, as specified
|
||||
in the binding. If a restricted client application is also specified, then
|
||||
the enforcement applies only to the specified application, and not to the
|
||||
entire organization. If a service account is specified, then the
|
||||
If a group key is specified, the access level is globally enforced for all
|
||||
context-aware access group members, as specified in the binding. If a
|
||||
restricted client application is also specified, then the enforcement
|
||||
applies only to the specified application, and not to the entire
|
||||
organization. If the restricted client application is specified, then
|
||||
--binding-file cannot be set. If a service account is specified, then the
|
||||
enforcement applies only to the specified service account. If a service
|
||||
account project is specified, then the enforcement applies to all the
|
||||
service accounts belongs to the specified project.
|
||||
|
||||
EXAMPLES
|
||||
To create a new cloud access binding at the organization level, run:
|
||||
To create a new global cloud access binding, run:
|
||||
|
||||
$ gcloud alpha access-context-manager cloud-bindings create \
|
||||
--group-key=my-group-key \
|
||||
|
|
@ -45,8 +46,23 @@ EXAMPLES
|
|||
--restricted-client-application-client-ids='123456789.apps.googl\
|
||||
eusercontent.com'
|
||||
|
||||
To create a new cloud access binding for the dry run access level at the
|
||||
organization level, run:
|
||||
To create a new cloud access binding for particular applications using a
|
||||
yaml file, run:
|
||||
|
||||
$ gcloud alpha 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 alpha 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 global cloud access binding for the dry run access level,
|
||||
run:
|
||||
|
||||
$ gcloud alpha access-context-manager cloud-bindings create \
|
||||
--group-key=my-group-key \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue