mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta iap settings get
|
||||
[--folder=FOLDER --organization=ORGANIZATION --project=PROJECT
|
||||
--region=REGION
|
||||
--resource-type=RESOURCE_TYPE --service=SERVICE --version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -55,6 +56,12 @@ EXAMPLES
|
|||
$ gcloud beta iap settings get --project=PROJECT_ID \
|
||||
--resource-type=compute --service=SERVICE_ID
|
||||
|
||||
To get the IAP setting for a regional backend service within a project,
|
||||
run:
|
||||
|
||||
$ gcloud beta iap settings get --project=PROJECT_ID \
|
||||
--resource-type=compute --service=SERVICE_ID --region=REGION_ID
|
||||
|
||||
FLAGS
|
||||
--folder=FOLDER
|
||||
Folder ID.
|
||||
|
|
@ -65,6 +72,11 @@ FLAGS
|
|||
--project=PROJECT
|
||||
Project ID.
|
||||
|
||||
--region=REGION
|
||||
Region name. Not applicable for app-engine. Required when resource-type
|
||||
is compute and regional scoped. Not applicable for compute when global
|
||||
scoped.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, iap_web, compute, organization, folder.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta iap settings set SETTING_FILE
|
||||
[--folder=FOLDER --organization=ORGANIZATION --project=PROJECT
|
||||
--region=REGION
|
||||
--resource-type=RESOURCE_TYPE --service=SERVICE --version=VERSION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -58,6 +59,12 @@ EXAMPLES
|
|||
--project=PROJECT_ID --resource-type=compute \
|
||||
--service=SERVICE_ID
|
||||
|
||||
To set the IAP setting for a region backend service within a project, run:
|
||||
|
||||
$ gcloud beta iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=compute \
|
||||
--service=SERVICE_ID --region=REGION_ID
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
SETTING_FILE
|
||||
JSON or YAML file containing the IAP resource settings.
|
||||
|
|
@ -116,6 +123,11 @@ FLAGS
|
|||
--project=PROJECT
|
||||
Project ID.
|
||||
|
||||
--region=REGION
|
||||
Region name. Not applicable for app-engine. Required when resource-type
|
||||
is compute and regional scoped. Not applicable for compute when global
|
||||
scoped.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, iap_web, compute, organization, folder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue