gcloud alpha iap settings set

NAME
gcloud alpha iap settings set - set the setting for an IAP resource
SYNOPSIS
gcloud alpha iap settings setSETTING_FILE[--folder=FOLDER--organization=ORGANIZATION--project=PROJECT--region=REGION--resource-type=RESOURCE_TYPE--service=SERVICE--version=VERSION][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Set the setting for an IAP resource.
EXAMPLES
To set the IAP setting for the resources within an organization, run:
gcloudalphaiapsettingssetiap_settings.yaml--organization=ORGANIZATION_ID
TosettheIAPsettingfortheresourceswithinafolder,run:
gcloudalphaiapsettingssetiap_settings.yaml--folder=FOLDER_ID
TosettheIAPsettingfortheresourceswithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID
TosettheIAPsettingforwebtyperesourceswithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=iap_web
TosettheIAPsettingforallappengineserviceswithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=app-engine
TosettheIAPsettingforanappengineservicewithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=app-engine--service=SERVICE_ID
TosettheIAPsettingforanappengineserviceversionwithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=app-engine--service=SERVICE_ID--version=VERSION_ID
TosettheIAPsettingforallbackendserviceswithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=backend-services
TosettheIAPsettingforabackendservicewithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=backend-services--service=SERVICE_ID
TosettheIAPsettingforaregionbackendservicewithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=backend-services--service=SERVICE_ID--region=REGION_ID
TosettheIAPsettingforallforwardingrulewithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=forwarding-rule
TosettheIAPsettingforaforwardingrulewithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=forwarding-rule--service=SERVICE_ID
TosettheIAPsettingforaregionforwardingrulewithinaproject,run:
gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=forwarding-rule--service=SERVICE_ID--region=REGION_ID

To set the IAP setting for the all cloud run services within a region of aproject, run:

gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=cloud-run--region=REGION_ID

To set the IAP setting for a cloud run service within a project, run:

gcloudalphaiapsettingssetiap_settings.yaml--project=PROJECT_ID--resource-type=cloud-run--region=REGION_ID--service=SERVICE_ID
POSITIONAL ARGUMENTS
SETTING_FILE
JSON or YAML file containing the IAP resource settings.

JSON example:

{"access_settings":{"oauth_settings":{"login_hint":{"value":"test_hint"}},"gcip_settings":{"tenant_ids":["tenant1-p9puj","tenant2-y8rxc"],"login_page_uri":{"value":"https://test.com/?apiKey=abcd_efgh"}},"cors_settings":{"allow_http_options":{"value":true}}},"application_settings":{"csm_settings":{"rctoken_aud":{"value":"test_aud"}}}}

YAML example:

accessSettings:oauthSettings:loginHint:test_hintgcipSettings:tenantIds:-tenant1-p9puj-tenant2-y8rxcloginPageUri:https://test.com/?apiKey=abcd_efghcorsSettings:allowHttpOptions:trueapplicationSettings:csmSettings:rctokenAud:test_aud
FLAGS
--folder=FOLDER
Folder ID.
--organization=ORGANIZATION
Organization ID.
--project=PROJECT
Project ID.
--region=REGION
Region name. Not applicable forapp-engine. Required whenresource-type=compute and regional scoped. Not applicable forglobal scoped compute. Required whenresource-type=cloud-run.
--resource-type=RESOURCE_TYPE
Resource type of the IAP resource. For Backend Services, you can use bothcompute andbackend-services as resource type.RESOURCE_TYPE must be one of:app-engine,iap_web,compute,organization,folder,forwarding-rule,cloud-run,backend-services.
--service=SERVICE
Service name. Optional whenresource-type iscomputeorapp-engine.
--version=VERSION
Version name. Not applicable forcompute. Optional whenresource-type=app-engine.
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
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudiapsettingsset
gcloudbetaiapsettingsset

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-22 UTC.