
By default, if some column should be masked, then if a function is used in conjunction with that column, the statement should be rejected.
13 lines
179 B
JSON
13 lines
179 B
JSON
{
|
|
"rules": [
|
|
{
|
|
"replace": {
|
|
"column": "a"
|
|
},
|
|
"with": {
|
|
"fill": "X"
|
|
}
|
|
}
|
|
]
|
|
}
|