Class DatabricksIntegrationAccountOAuthAuthResponse

The Databricks OAuth authentication method and service principal configured on the account.

Hierarchy

  • DatabricksIntegrationAccountOAuthAuthResponse

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

The authentication method type.

azureTenantId?: string

Microsoft Entra ID tenant of the service principal, for Azure Databricks workspaces.

clientId: string

Client ID of the Databricks service principal.

Generated using TypeDoc