Class: Google::Cloud::Iap::V1::CorsSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allow_http_options::Google::Protobuf::BoolValue

Returns Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

Returns:

  • (::Google::Protobuf::BoolValue)

    Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.



228
229
230
231
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 228

class CorsSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end