Databricks SDK for JavaScript
    Preparing search index...
    interface ListTagAssignmentsRequest {
        entityId?: string;
        entityType?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    entityId?: string

    The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name

    entityType?: string

    The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks

    pageSize?: number

    Optional. Maximum number of tag assignments to return in a single page

    pageToken?: string

    Pagination token to go to the next page of tag assignments. Requests first page if absent.