mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -2,9 +2,9 @@ NAME
|
|||
gcloud beta secrets get-iam-policy - get the IAM policy of a secret
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets get-iam-policy SECRET [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta secrets get-iam-policy SECRET [--location=LOCATION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Gets the IAM policy for the given secret.
|
||||
|
|
@ -17,9 +17,9 @@ EXAMPLES
|
|||
$ gcloud beta secrets get-iam-policy my-secret [--location=]
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Secret resource - The secret to get iam policy. This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
Secret resource - Name of the secret from which to get IAM policy. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument SECRET on the command line with a fully
|
||||
|
|
@ -35,6 +35,23 @@ POSITIONAL ARGUMENTS
|
|||
To set the secret attribute:
|
||||
▸ provide the argument SECRET on the command line.
|
||||
|
||||
FLAGS
|
||||
Location resource - The location to get iam policy. This represents a
|
||||
Cloud resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
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