mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Feb 26 10:38:18 UTC 2025
This commit is contained in:
parent
8d1a988ab5
commit
a597993b2e
186 changed files with 5629 additions and 923 deletions
|
|
@ -65,6 +65,23 @@ EXAMPLES
|
|||
--project=PROJECT_ID --resource-type=backend-services \
|
||||
--service=SERVICE_ID --region=REGION_ID
|
||||
|
||||
To set the IAP setting for all forwarding rule within a project, run:
|
||||
|
||||
$ gcloud beta iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule
|
||||
|
||||
To set the IAP setting for a forwarding rule within a project, run:
|
||||
|
||||
$ gcloud beta iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule \
|
||||
--service=SERVICE_ID
|
||||
|
||||
To set the IAP setting for a region forwarding rule within a project, run:
|
||||
|
||||
$ gcloud beta iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule \
|
||||
--service=SERVICE_ID --region=REGION_ID
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
SETTING_FILE
|
||||
JSON or YAML file containing the IAP resource settings.
|
||||
|
|
@ -132,7 +149,7 @@ FLAGS
|
|||
Resource type of the IAP resource. For Backend Services, you can use
|
||||
both compute and backend-services as resource type. RESOURCE_TYPE must
|
||||
be one of: app-engine, iap_web, compute, organization, folder,
|
||||
forwarding-rule, backend-services.
|
||||
backend-services, forwarding-rule.
|
||||
|
||||
--service=SERVICE
|
||||
Service name. Optional when resource-type is compute or app-engine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue