Class: DatadogAPIClient::V2::ObservabilityPipelineDatabricksZerobusDestinationAuth
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineDatabricksZerobusDestinationAuth
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_id ⇒ Object
readonly
Your service principal application ID (UUID).
-
#client_secret_key ⇒ Object
Name of the environment variable or secret that holds the OAuth client secret used to authenticate with the Databricks ingestion endpoint.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_id ⇒ Object
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_key ⇒ Object
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 |