1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jun 19 09:33:28 UTC 2024

This commit is contained in:
Automated 2024-06-19 09:33:28 +00:00
parent 04a1e3ce77
commit fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions

View file

@ -4,6 +4,7 @@ NAME
SYNOPSIS
gcloud iap settings set SETTING_FILE
[--folder=FOLDER --organization=ORGANIZATION --project=PROJECT
--region=REGION
--resource-type=RESOURCE_TYPE --service=SERVICE --version=VERSION]
[GCLOUD_WIDE_FLAG ...]
@ -56,6 +57,11 @@ EXAMPLES
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID \
--resource-type=compute --service=SERVICE_ID
To set the IAP setting for a region backend service within a project, run:
$ gcloud 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.
@ -114,6 +120,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.