Databricks SDK for JavaScript
    Preparing search index...
    interface PublishedDashboard {
        displayName?: string;
        embedCredentials?: boolean;
        revisionCreateTime?: Instant;
        warehouseId?: string;
    }
    Index

    Properties

    displayName?: string

    The display name of the published dashboard.

    embedCredentials?: boolean

    Indicates whether credentials are embedded in the published dashboard.

    revisionCreateTime?: Instant

    The timestamp of when the published dashboard was last revised.

    warehouseId?: string

    The warehouse ID used to run the published dashboard.