mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Oct 11 10:37:28 UTC 2023
This commit is contained in:
parent
9641ff6585
commit
c30bb7b4ce
137 changed files with 3139 additions and 267 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha projects remove-iam-policy-binding PROJECT_ID
|
||||
--member=PRINCIPAL --role=ROLE
|
||||
--member=PRINCIPAL --role=ROLE [--recommend=BOOLEAN_VALUE]
|
||||
[--all | --condition=[KEY=VALUE,...]
|
||||
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -89,6 +89,11 @@ REQUIRED FLAGS
|
|||
The role to remove the principal from.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--recommend=BOOLEAN_VALUE
|
||||
If true, checks Active Assist recommendation for the risk level of IAM
|
||||
policy binding removal, and issues a warning in the prompt. Optional
|
||||
flag is set to false/no by default.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue