- NAME
-
- gcloud iap web disable - disable Cloud Identity-Aware Proxy (Cloud IAP) on an IAP resource
- SYNOPSIS
-
-
gcloud iap web disable
[--resource-type
=RESOURCE_TYPE
:--service
=SERVICE
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- This command disables Cloud Identity-Aware Proxy on an IAP resource. Disabling IAP does not clear the OAuth 2.0 credentials.
- EXAMPLES
-
To disable IAP on an App Engine application, run:
gcloud iap web disable --resource-type=app-engine
To disable IAP on a backend service, run:
gcloud iap web disable --resource-type=backend-services --service=SERVICE_ID
- FLAGS
-
--resource-type
=RESOURCE_TYPE
-
Resource type of the IAP resource.
RESOURCE_TYPE
must be one of:app-engine
,backend-services
. --service
=SERVICE
-
Service name. Required with
--resource-type=backend-services
.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file
,--account
,--billing-project
,--configuration
,--flags-file
,--flatten
,--format
,--help
,--impersonate-service-account
,--log-http
,--project
,--quiet
,--trace-token
,--user-output-enabled
,--verbosity
.Run
$ gcloud help
for details. - NOTES
-
These variants are also available:
gcloud alpha iap web disable
gcloud beta iap web disable
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.