Class: DatadogAPIClient::V2::ObservabilityPipelineKafkaSasl

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#mechanismObject

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_keyObject

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_keyObject

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