Class: DatadogAPIClient::V2::ObservabilityPipelineTls
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineTls
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_tls.rb
Overview
Configuration for enabling TLS encryption.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#ca_file ⇒ Object
Path to the Certificate Authority (CA) file used to validate the server’s TLS certificate.
-
#crt_file ⇒ Object
readonly
Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
-
#key_file ⇒ Object
Path to the private key file associated with the TLS client certificate.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_tls.rb', line 33 def additional_properties @additional_properties end |
#ca_file ⇒ Object
Path to the Certificate Authority (CA) file used to validate the server’s TLS certificate.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_tls.rb', line 25 def ca_file @ca_file end |
#crt_file ⇒ Object
Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_tls.rb', line 28 def crt_file @crt_file end |
#key_file ⇒ Object
Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_tls.rb', line 31 def key_file @key_file end |