Class: DatadogAPIClient::V2::ObservabilityPipelineDatabricksZerobusDestinationAuth

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

Overview

OAuth credentials for authenticating with the Databricks Zerobus ingestion API.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination_auth.rb', line 30

def additional_properties
  @additional_properties
end

#client_idObject

Your service principal application ID (UUID).



25
26
27
# File 'lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination_auth.rb', line 25

def client_id
  @client_id
end

#client_secret_keyObject

Name of the environment variable or secret that holds the OAuth client secret used to authenticate with the Databricks ingestion endpoint.



28
29
30
# File 'lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination_auth.rb', line 28

def client_secret_key
  @client_secret_key
end