Databricks SDK for JavaScript
    Preparing search index...
    interface ArtifactAllowlistInfo {
        artifactMatchers?: ArtifactMatcher[];
        createdAt?: bigint;
        createdBy?: string;
        metastoreId?: string;
    }
    Index

    Properties

    artifactMatchers?: ArtifactMatcher[]

    A list of allowed artifact match patterns.

    createdAt?: bigint

    Time at which this artifact allowlist was set, in epoch milliseconds.

    createdBy?: string

    Username of the user who set the artifact allowlist.

    metastoreId?: string

    Unique identifier of parent metastore.