Databricks SDK for JavaScript
    Preparing search index...

    Represents a tag assignment to an entity

    interface EntityTagAssignment {
        entityName?: string;
        entityType?: string;
        sourceType?: TagAssignmentSourceType;
        tagKey?: string;
        tagValue?: string;
        updatedBy?: string;
        updateTime?: Instant;
    }
    Index

    Properties

    entityName?: string

    The fully qualified name of the entity to which the tag is assigned

    entityType?: string

    The type of the entity to which the tag is assigned.

    The source type of the tag assignment, e.g., user-assigned or system-assigned

    tagKey?: string

    The key of the tag

    tagValue?: string

    The value of the tag

    updatedBy?: string

    The user or principal who updated the tag assignment

    updateTime?: Instant

    The timestamp when the tag assignment was last updated