mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
40 lines
752 B
Text
40 lines
752 B
Text
NAME
|
|
gcloud iam policy-bindings - manage policy bindings
|
|
|
|
SYNOPSIS
|
|
gcloud iam policy-bindings COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage policy bindings.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create PolicyBinding instance.
|
|
|
|
delete
|
|
Delete PolicyBinding instance.
|
|
|
|
describe
|
|
Get PolicyBinding instance.
|
|
|
|
list
|
|
List PolicyBinding instances.
|
|
|
|
search-target-policy-bindings
|
|
Search policy bindings by target.
|
|
|
|
update
|
|
Update PolicyBinding instance.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta iam policy-bindings
|
|
|