mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud secrets remove-iam-policy-binding SECRET --member=PRINCIPAL
|
||||
--role=ROLE
|
||||
--role=ROLE [--location=LOCATION]
|
||||
[--all | --condition=[KEY=VALUE,...]
|
||||
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -28,10 +28,10 @@ POSITIONAL ARGUMENTS
|
|||
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
|
||||
◆ provide the argument SECRET on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ POSITIONAL ARGUMENTS
|
|||
ID of the secret or fully qualified identifier for the secret.
|
||||
|
||||
To set the secret attribute:
|
||||
▸ provide the argument secret on the command line.
|
||||
▸ provide the argument SECRET on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--member=PRINCIPAL
|
||||
|
|
@ -64,6 +64,22 @@ REQUIRED FLAGS
|
|||
The role to remove the principal from.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
Location resource - The location to remove 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.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--all
|
||||
|
|
@ -113,10 +129,6 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the secretmanager/v1 API. The full documentation for this
|
||||
API can be found at: https://cloud.google.com/secret-manager/
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue