@servicenow/sdk - v4.7.0
    Preparing search index...
    DataPolicyRuleConfig: WithID<
        {
            mandatory?: boolean
            | "ignore";
            readOnly?: boolean | "ignore";
            table?: TableName;
        },
    >

    Type representing the rule to be performed on a field by a Data Policy. Rule properties use boolean or 'ignore' format. For cross-table enforcement, use dot-walk notation in the rule key (e.g., 'employee.department').