Class DatabricksIntegrationAccountOAuthAuthUpdate

Databricks OAuth machine-to-machine authentication using a service principal. Only the fields provided are changed; omit client_secret to keep the stored one.

Hierarchy

  • DatabricksIntegrationAccountOAuthAuthUpdate

Constructors

Properties

The authentication method type.

azureTenantId?: string

Microsoft Entra ID tenant of the service principal, for Azure Databricks workspaces. Omit it to keep the stored tenant, send null or an empty string to remove it, or send a value to replace it.

clientId?: string

Client ID of the Databricks service principal.

clientSecret?: string

Secret of the Databricks service principal. Generate it under User management > Service principals > Credentials & secrets in Databricks.

Generated using TypeDoc