mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -3,9 +3,9 @@ NAME
|
|||
and its ancestors
|
||||
|
||||
SYNOPSIS
|
||||
gcloud projects get-ancestors-iam-policy PROJECT_ID [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud projects get-ancestors-iam-policy PROJECT_ID [--include-deny]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get IAM policies for a project and its ancestors, given a project ID.
|
||||
|
|
@ -28,6 +28,10 @@ POSITIONAL ARGUMENTS
|
|||
To set the project_id attribute:
|
||||
▸ provide the argument project_id on the command line.
|
||||
|
||||
FLAGS
|
||||
--include-deny
|
||||
Include deny policies on the project and its ancestors in the result
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue