Open Policy Agent TypeScript Packages
    Preparing search index...
    type Ucast = {
        masks?: { [k: string]: { [k: string]: One } };
        query?: CompileResultMultitargetQuery;
    }
    Index

    Properties

    Properties

    masks?: { [k: string]: { [k: string]: One } }

    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.

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