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
|
|
@ -56,6 +56,12 @@ EXAMPLES
|
|||
$ gcloud alpha 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 alpha iap settings get --project=PROJECT_ID \
|
||||
--resource-type=compute --service=SERVICE_ID --region=REGION_ID
|
||||
|
||||
FLAGS
|
||||
--folder=FOLDER
|
||||
Folder ID.
|
||||
|
|
@ -67,8 +73,9 @@ FLAGS
|
|||
Project ID.
|
||||
|
||||
--region=REGION
|
||||
Region name. Not applicable for app-engine. Optional when resource-type
|
||||
is compute.
|
||||
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:
|
||||
|
|
|
|||
|
|
@ -60,6 +60,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 alpha 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.
|
||||
|
|
@ -119,8 +125,9 @@ FLAGS
|
|||
Project ID.
|
||||
|
||||
--region=REGION
|
||||
Region name. Not applicable for app-engine. Optional when resource-type
|
||||
is compute.
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue