mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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 alpha 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
|
||||
|
|
@ -115,15 +115,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, forwarding-rule.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha 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 ...]
|
||||
|
||||
|
|
@ -65,15 +65,15 @@ EXAMPLES
|
|||
--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, forwarding-rule.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
--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
|
||||
|
|
@ -132,15 +132,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, forwarding-rule.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha 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
|
||||
|
|
@ -73,15 +73,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, forwarding-rule.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue