Databricks SDK for JavaScript
    Preparing search index...

    Options for the Databricks CLI auth strategy.

    interface U2mCredentialsOptions {
        cliPath?: string;
        profile: string;
    }
    Index

    Properties

    Properties

    cliPath?: string

    Path to the databricks CLI binary. If omitted, the binary is searched for in PATH.

    profile: string

    The Databricks CLI profile name, as configured via databricks auth login.