Send feedback
Class CorsSettings (1.17.1) Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
CorsSettings
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS
call to bypass authentication and authorization.
allow_http_options
google.protobuf.wrappers_pb2.BoolValue
Configuration to allow HTTP OPTIONS
calls to skip
authentication and authorization. If undefined, IAP will not
apply any special logic to OPTIONS
requests.
Send feedback
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 2025-09-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class CorsSettings (1.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.17.1 (latest)](/python/docs/reference/iap/latest/google.cloud.iap_v1.types.CorsSettings)\n- [1.17.0](/python/docs/reference/iap/1.17.0/google.cloud.iap_v1.types.CorsSettings)\n- [1.16.1](/python/docs/reference/iap/1.16.1/google.cloud.iap_v1.types.CorsSettings)\n- [1.15.0](/python/docs/reference/iap/1.15.0/google.cloud.iap_v1.types.CorsSettings)\n- [1.14.1](/python/docs/reference/iap/1.14.1/google.cloud.iap_v1.types.CorsSettings)\n- [1.13.5](/python/docs/reference/iap/1.13.5/google.cloud.iap_v1.types.CorsSettings)\n- [1.12.0](/python/docs/reference/iap/1.12.0/google.cloud.iap_v1.types.CorsSettings)\n- [1.10.3](/python/docs/reference/iap/1.10.3/google.cloud.iap_v1.types.CorsSettings)\n- [1.9.0](/python/docs/reference/iap/1.9.0/google.cloud.iap_v1.types.CorsSettings)\n- [1.8.1](/python/docs/reference/iap/1.8.1/google.cloud.iap_v1.types.CorsSettings)\n- [1.7.0](/python/docs/reference/iap/1.7.0/google.cloud.iap_v1.types.CorsSettings)\n- [1.6.0](/python/docs/reference/iap/1.6.0/google.cloud.iap_v1.types.CorsSettings)\n- [1.5.4](/python/docs/reference/iap/1.5.4/google.cloud.iap_v1.types.CorsSettings)\n- [1.4.1](/python/docs/reference/iap/1.4.1/google.cloud.iap_v1.types.CorsSettings)\n- [1.3.1](/python/docs/reference/iap/1.3.1/google.cloud.iap_v1.types.CorsSettings)\n- [1.2.1](/python/docs/reference/iap/1.2.1/google.cloud.iap_v1.types.CorsSettings)\n- [1.1.0](/python/docs/reference/iap/1.1.0/google.cloud.iap_v1.types.CorsSettings)\n- [1.0.2](/python/docs/reference/iap/1.0.2/google.cloud.iap_v1.types.CorsSettings)\n- [0.1.2](/python/docs/reference/iap/0.1.2/google.cloud.iap_v1.types.CorsSettings) \n\n CorsSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nAllows customers to configure HTTP request paths that'll allow HTTP\n`OPTIONS` call to bypass authentication and authorization."]]