Databricks SDK for JavaScript
    Preparing search index...
    interface TagPolicy {
        createTime?: Instant;
        description?: string;
        id?: string;
        tagKey?: string;
        updateTime?: Instant;
        values?: Value[];
    }
    Index

    Properties

    createTime?: Instant

    Timestamp when the tag policy was created

    description?: string
    id?: string
    tagKey?: string
    updateTime?: Instant

    Timestamp when the tag policy was last updated

    values?: Value[]