Class DatabricksIntegrationAccountBearerTokenAuthUpdate

Bearer token authentication. The credential is a single opaque secret, a Databricks personal access token, with no accompanying non-secret identifier. The method is deprecated: Databricks accepts it only on accounts that already use it, and never on creation. Only the fields provided are changed; omit token to keep the stored one.

Hierarchy

  • DatabricksIntegrationAccountBearerTokenAuthUpdate

Constructors

Properties

Constructors

Properties

The authentication method type.

token?: string

Secret token used to authenticate with Databricks.

Generated using TypeDoc