Interface: WorkspaceClientOptions
Interface: WorkspaceClientOptions
Options used to construct the wrapper. Mirrors the subset of the old SDK's
Config + ClientOptions that AppKit relies on today; we deliberately do
NOT re-expose every old-SDK config knob.
Properties
authType?
optional authType: "pat";Authentication strategy passed to the legacy client.
clientOptions?
optional clientOptions: ClientOptions;SDK client options (product / productVersion / userAgentExtra) used to
stamp the outbound User-Agent. Produced by getClientOptions(); omitted
by build-time callers that don't stamp a User-Agent.
host?
optional host: string;Databricks host, e.g. https://my-workspace.cloud.databricks.com. Defaults to DATABRICKS_HOST / profile resolution.
token?
optional token: string;Bearer token. When set, authType defaults to "pat".