Postgresql
April 8, 2025 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
query | Optional<String> | :heavy_minus_sign: | String representing the SQL equivalent of the conditions under which the query is true |
masks | Map<String, Map\<String, MaskingRule>> | :heavy_minus_sign: | 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. |