Open Policy Agent TypeScript Packages
    Preparing search index...

    The partially evaluated result of the query as UCAST.

    type CompileResultUCASTResult = {
        additionalProperties?: { [k: string]: any };
        masks?: { [k: string]: { [k: string]: One } };
        query?: { [k: string]: any };
    }
    Index

    Properties

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

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

    query?: { [k: string]: any }

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