Ucast: {
    masks?: {
        [k: string]: {
            [k: string]: MaskingRule;
        };
    };
    query?: CompileResultMultitargetQuery;
}

Type declaration

  • Optionalmasks?: {
        [k: string]: {
            [k: string]: MaskingRule;
        };
    }

    Column masking rules, where the first two nested keys represent the entity name and the property name, and the value describes which masking function to use.

  • Optionalquery?: CompileResultMultitargetQuery

    UCAST JSON object describing the conditions under which the query is true.