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

Type declaration

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

    Column masking functions, where the key is the column name, and the value describes which masking function to use.

  • Optionalquery?: CompileResultMultitargetQuery

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