Databricks SDK for JavaScript
    Preparing search index...

    Structured representation of a filter to be applied to a list of policies. All specified filters will be applied in conjunction.

    interface Filter {
        creatorUserId?: bigint;
        creatorUserName?: string;
        policyName?: string;
    }
    Index

    Properties

    creatorUserId?: bigint

    The policy creator user id to be filtered on. If unspecified, all policies will be returned.

    creatorUserName?: string

    The policy creator user name to be filtered on. If unspecified, all policies will be returned.

    policyName?: string

    The partial name of policies to be filtered on. If unspecified, all policies will be returned.