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

    Properties

    Properties

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

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

    query?: string

    String representing the SQL equivalent of the conditions under which the query is true.