@servicenow/sdk - v4.7.0
    Preparing search index...

    Type representing the properties of a Catalog UI Policy.

    type CatalogUiPolicyTarget = {
        appliesTo?: "item" | "set";
        catalogItem?: string | CatalogItem;
        variableSet?: string | VariableSet;
    }
    Index

    Properties

    appliesTo?: "item" | "set"

    The applies to the policy.

    catalogItem?: string | CatalogItem

    The catalog item the policy applies to. Mutually exclusive with variableSet.

    variableSet?: string | VariableSet

    The variable set the policy applies to. Mutually exclusive with catalogItem.