mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Sep 5 09:45:25 UTC 2024
This commit is contained in:
parent
afbe8a5afb
commit
78a4d78e9e
44 changed files with 416 additions and 342 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud iap web add-iam-policy-binding --member=PRINCIPAL --role=ROLE
|
||||
[--condition=[KEY=VALUE,...] | --condition-from-file=PATH_TO_FILE]
|
||||
[--resource-type=RESOURCE_TYPE
|
||||
: --region=REGION --service=SERVICE --version=VERSION]
|
||||
[--region=REGION
|
||||
--resource-type=RESOURCE_TYPE --service=SERVICE --version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -114,15 +114,15 @@ OPTIONAL FLAGS
|
|||
available fields, see the help for --condition. Use a full or
|
||||
relative path to a local file containing the value of condition.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud iap web get-iam-policy
|
||||
[--resource-type=RESOURCE_TYPE
|
||||
: --region=REGION --service=SERVICE --version=VERSION]
|
||||
[--region=REGION
|
||||
--resource-type=RESOURCE_TYPE --service=SERVICE --version=VERSION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -61,15 +61,15 @@ EXAMPLES
|
|||
--service=SERVICE_ID --region=REGION
|
||||
|
||||
FLAGS
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
gcloud iap web remove-iam-policy-binding --member=PRINCIPAL --role=ROLE
|
||||
[--all | --condition=[KEY=VALUE,...]
|
||||
| --condition-from-file=PATH_TO_FILE]
|
||||
[--resource-type=RESOURCE_TYPE
|
||||
: --region=REGION --service=SERVICE --version=VERSION]
|
||||
[--region=REGION
|
||||
--resource-type=RESOURCE_TYPE --service=SERVICE --version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -131,15 +131,15 @@ OPTIONAL FLAGS
|
|||
available fields, see the help for --condition. Use a full or
|
||||
relative path to a local file containing the value of condition.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud iap web set-iam-policy POLICY_FILE
|
||||
[--resource-type=RESOURCE_TYPE
|
||||
: --region=REGION --service=SERVICE --version=VERSION]
|
||||
[--region=REGION
|
||||
--resource-type=RESOURCE_TYPE --service=SERVICE --version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -71,15 +71,15 @@ POSITIONAL ARGUMENTS
|
|||
JSON or YAML file containing the IAM policy.
|
||||
|
||||
FLAGS
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue