Class: DatadogAPIClient::V2::ObservabilityPipelineClickhouseDestinationAuth

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth.rb

Overview

HTTP Basic Authentication credentials for the ClickHouse destination. When strategy is basic, provide username_key and password_key that reference environment variables or secrets containing the credentials.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



34
35
36
# File 'lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth.rb', line 34

def additional_properties
  @additional_properties
end

#password_keyObject

Name of the environment variable or secret that contains the ClickHouse password.



26
27
28
# File 'lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth.rb', line 26

def password_key
  @password_key
end

#strategyObject

The authentication strategy for ClickHouse HTTP requests. Only basic is supported.



29
30
31
# File 'lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth.rb', line 29

def strategy
  @strategy
end

#username_keyObject

Name of the environment variable or secret that contains the ClickHouse username.



32
33
34
# File 'lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth.rb', line 32

def username_key
  @username_key
end