mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Nov 20 10:03:22 UTC 2024
This commit is contained in:
parent
a63704a3af
commit
ad2752c6c9
198 changed files with 7874 additions and 336 deletions
|
|
@ -16,11 +16,16 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha iap web disable --resource-type=app-engine
|
||||
|
||||
To disable IAP on a backend service, run:
|
||||
To disable IAP on a global backend service, run:
|
||||
|
||||
$ gcloud alpha iap web disable --resource-type=backend-services \
|
||||
--service=SERVICE_ID
|
||||
|
||||
To disable IAP on a region backend service, run:
|
||||
|
||||
$ gcloud alpha iap web disable --resource-type=backend-services \
|
||||
--service=SERVICE_ID --region=REGION
|
||||
|
||||
FLAGS
|
||||
--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