Databricks SDK for JavaScript
    Preparing search index...
    interface DatabaseCredential {
        expireTime?: Instant;
        token?: string;
    }
    Index

    Properties

    Properties

    expireTime?: Instant

    Timestamp in UTC of when this credential expires.

    token?: string

    The OAuth token that can be used as a password when connecting to a database.