Databricks SDK for JavaScript
    Preparing search index...
    interface GetTagAssignmentRequest {
        entityId?: string;
        entityType?: string;
        tagKey?: 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

    tagKey?: string

    The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed