Class: DatadogAPIClient::V2::ObservabilityPipelineWebsocketSourceTlsWithClientCert
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineWebsocketSourceTlsWithClientCert
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb
Overview
TLS configuration that enables encryption and presents a client certificate for mutual TLS authentication.
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 remote server's TLS certificate.
-
#crt_file ⇒ Object
readonly
Path to the TLS client certificate file used to identify this source to the remote server.
-
#key_file ⇒ Object
Path to the private key file associated with the client certificate.
-
#key_pass_key ⇒ Object
Name of the environment variable or secret that holds the passphrase for the private key file.
-
#mode ⇒ Object
readonly
TLS mode.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb', line 39 def additional_properties @additional_properties end |
#ca_file ⇒ Object
Path to the Certificate Authority (CA) file used to validate the remote server's TLS certificate.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb', line 25 def ca_file @ca_file end |
#crt_file ⇒ Object
Path to the TLS client certificate file used to identify this source to the remote server.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb', line 28 def crt_file @crt_file end |
#key_file ⇒ Object
Path to the private key file associated with the client certificate.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb', line 31 def key_file @key_file end |
#key_pass_key ⇒ Object
Name of the environment variable or secret that holds the passphrase for the private key file.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb', line 34 def key_pass_key @key_pass_key end |
#mode ⇒ Object
TLS mode. Must be with_client_cert.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb', line 37 def mode @mode end |