1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/beta/iam/policies/help

44 lines
1 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
2022-10-26 10:52:11 +00:00
gcloud beta iam policies - manage IAM deny policies
2022-03-01 04:29:52 +00:00
SYNOPSIS
gcloud beta iam policies COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2022-10-26 10:52:11 +00:00
(BETA) Commands for managing Google Cloud IAM deny policies.
2022-03-01 04:29:52 +00:00
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
2022-03-01 21:43:54 +00:00
COMMANDS
COMMAND is one of the following:
create
(BETA) Create a policy on the given attachment point with the given
name.
delete
(BETA) Delete a policy on the given attachment point with the given
name.
get
(BETA) Get a policy on the given attachment point with the given name.
list
(BETA) List the policies on the given attachment point.
update
(BETA) Update the policy on the given attachment point with the given
name.
2022-03-01 04:29:52 +00:00
NOTES
2022-10-26 10:52:11 +00:00
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud iam policies
2022-03-01 04:29:52 +00:00
$ gcloud alpha iam policies