Databricks SDK for JavaScript
    Preparing search index...

    Interface GetPublishedDashboardTokenInfoRequest

    interface GetPublishedDashboardTokenInfoRequest {
        dashboardId?: string;
        externalValue?: string;
        externalViewerId?: string;
    }
    Index

    Properties

    dashboardId?: string

    UUID identifying the published dashboard.

    externalValue?: string

    Provided external value to be included in the custom claim.

    externalViewerId?: string

    Provided external viewer id to be included in the custom claim.