Databricks SDK for JavaScript
    Preparing search index...
    interface AuthConfig {
        authConfig?:
            | { $case: "ucServiceCredentialName"; ucServiceCredentialName: string }
            | { $case: "mtlsConfig"; mtlsConfig: MtlsConfig };
    }
    Index

    Properties

    Properties

    authConfig?:
        | { $case: "ucServiceCredentialName"; ucServiceCredentialName: string }
        | { $case: "mtlsConfig"; mtlsConfig: MtlsConfig }

    Type Declaration

    • { $case: "ucServiceCredentialName"; ucServiceCredentialName: string }
      • $case: "ucServiceCredentialName"
      • ucServiceCredentialName: string

        Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential

    • { $case: "mtlsConfig"; mtlsConfig: MtlsConfig }
      • $case: "mtlsConfig"
      • mtlsConfig: MtlsConfig

        Mutual-TLS authentication. See MtlsConfig.