Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::CorsSettings.
Allows customers to configure HTTP request paths that'll allow HTTP
OPTIONS
call to bypass authentication and authorization.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_http_options
def allow_http_options() -> ::Google::Protobuf::BoolValue
Returns
-
(::Google::Protobuf::BoolValue) — Configuration to allow HTTP
OPTIONS
calls to skip authentication and authorization. If undefined, IAP will not apply any special logic toOPTIONS
requests.
#allow_http_options=
def allow_http_options=(value) -> ::Google::Protobuf::BoolValue
Parameter
-
value (::Google::Protobuf::BoolValue) — Configuration to allow HTTP
OPTIONS
calls to skip authentication and authorization. If undefined, IAP will not apply any special logic toOPTIONS
requests.
Returns
-
(::Google::Protobuf::BoolValue) — Configuration to allow HTTP
OPTIONS
calls to skip authentication and authorization. If undefined, IAP will not apply any special logic toOPTIONS
requests.