Class: DatadogAPIClient::V2::ObservabilityPipelineKafkaSasl
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineKafkaSasl
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_kafka_sasl.rb
Overview
Specifies the SASL mechanism for authenticating with a Kafka cluster.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#mechanism ⇒ Object
SASL mechanism used for Kafka authentication.
-
#password_key ⇒ Object
Name of the environment variable or secret that holds the SASL password.
-
#username_key ⇒ Object
Name of the environment variable or secret that holds the SASL username.
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_kafka_sasl.rb', line 33 def additional_properties @additional_properties end |
#mechanism ⇒ Object
SASL mechanism used for Kafka authentication.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_kafka_sasl.rb', line 25 def mechanism @mechanism end |
#password_key ⇒ Object
Name of the environment variable or secret that holds the SASL password.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_kafka_sasl.rb', line 28 def password_key @password_key end |
#username_key ⇒ Object
Name of the environment variable or secret that holds the SASL username.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_kafka_sasl.rb', line 31 def username_key @username_key end |