Class ObservabilityPipelineDatabricksZerobusDestinationAuth

OAuth credentials for authenticating with the Databricks Zerobus ingestion API.

Hierarchy

  • ObservabilityPipelineDatabricksZerobusDestinationAuth

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
clientId: string

Your service principal application ID (UUID).

clientSecretKey?: string

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

Generated using TypeDoc