Class: Google::Cloud::Iap::V1::CorsSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::CorsSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
Allows customers to configure HTTP request paths that'll allow HTTP
OPTIONS call to bypass authentication and authorization.
Instance Attribute Summary collapse
-
#allow_http_options ⇒ ::Google::Protobuf::BoolValue
Configuration to allow HTTP
OPTIONScalls to skip authentication and authorization.
Instance Attribute Details
#allow_http_options ⇒ ::Google::Protobuf::BoolValue
Returns Configuration to allow HTTP OPTIONS calls to skip
authentication and authorization. If undefined, IAP will not apply any
special logic to OPTIONS requests.
252 253 254 255 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 252 class CorsSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |