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.
7875 7876 7877 |
# File 'lib/google/apis/ces_v1/classes.rb', line 7875 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
7873 7874 7875 |
# File 'lib/google/apis/ces_v1/classes.rb', line 7873 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7880 7881 7882 |
# File 'lib/google/apis/ces_v1/classes.rb', line 7880 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |