Databricks SDK for JavaScript
    Preparing search index...
    interface DockerImage {
        credsOneof?: { $case: "basicAuth"; basicAuth: DockerBasicAuth };
        url?: string;
    }
    Index

    Properties

    Properties

    credsOneof?: { $case: "basicAuth"; basicAuth: DockerBasicAuth }

    Type Declaration

    • $case: "basicAuth"
    • basicAuth: DockerBasicAuth

      Basic auth with username and password

    url?: string

    URL of the docker image.