1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Jul 31 09:35:15 UTC 2024

This commit is contained in:
Automated 2024-07-31 09:35:16 +00:00
parent 3a4c5997b9
commit ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions

View file

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud beta resource-manager folders add-iam-policy-binding FOLDER
--member=PRINCIPAL --role=ROLE
[--condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
[--condition=[KEY=VALUE,...] | --condition-from-file=PATH_TO_FILE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Adds a policy binding to the IAM policy of a folder, given a folder
@ -102,9 +102,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta resource-manager folders remove-iam-policy-binding FOLDER
--member=PRINCIPAL --role=ROLE
[--all | --condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
| --condition-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Removes a policy binding to the IAM policy of a folder, given a
@ -117,9 +117,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud beta resource-manager tags keys add-iam-policy-binding RESOURCE_NAME
--member=PRINCIPAL --role=ROLE
[--condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
[--condition=[KEY=VALUE,...] | --condition-from-file=PATH_TO_FILE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Adds the IAM policy binding for a TagKey resource given the binding
@ -95,9 +95,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta resource-manager tags keys remove-iam-policy-binding
RESOURCE_NAME --member=PRINCIPAL --role=ROLE
[--all | --condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
| --condition-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Removes an IAM policy binding for a TagKey resource given the
@ -101,9 +101,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud beta resource-manager tags values add-iam-policy-binding
RESOURCE_NAME --member=PRINCIPAL --role=ROLE
[--condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
[--condition=[KEY=VALUE,...] | --condition-from-file=PATH_TO_FILE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Adds the IAM policy binding for a TagValue resource given the
@ -97,9 +97,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta resource-manager tags values remove-iam-policy-binding
RESOURCE_NAME --member=PRINCIPAL --role=ROLE
[--all | --condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
| --condition-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Removes an IAM policy binding for a TagValue resource given the
@ -103,9 +103,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,