Databricks SDK for JavaScript
    Preparing search index...

    Interface GetPublishedDashboardTokenInfoResponse

    interface GetPublishedDashboardTokenInfoResponse {
        authorizationDetails?: AuthorizationDetails[];
        customClaim?: string;
        scope?: string;
    }
    Index

    Properties

    authorizationDetails?: AuthorizationDetails[]

    Authorization constraints for accessing the published dashboard. Currently includes workspace_rule_set and could be enriched with unity_catalog_privileges before oAuth token generation.

    customClaim?: string

    Custom claim generated from external_value and external_viewer_id. Format: urn:aibi:external_data:<external_value>:<external_viewer_id>:<dashboard_id>

    scope?: string

    Scope defining access permissions.