Class: Google::Apis::CesV1::TlsConfig
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::TlsConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb
Overview
The TLS configuration.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ TlsConfig
constructor
A new instance of TlsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TlsConfig
Returns a new instance of TlsConfig.
6284 6285 6286 |
# File 'lib/google/apis/ces_v1/classes.rb', line 6284 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::CesV1::TlsConfigCaCert>
Required. Specifies a list of allowed custom CA certificates for HTTPS
verification.
Corresponds to the JSON property caCerts
6282 6283 6284 |
# File 'lib/google/apis/ces_v1/classes.rb', line 6282 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6289 6290 6291 |
# File 'lib/google/apis/ces_v1/classes.rb', line 6289 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |