Skip to content

Commit 3c2b546

Browse files
committed
docs: test
1 parent b5936c6 commit 3c2b546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

masking/projects/project-sample/masking-exception.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"maskingExceptions": [
66
{
77
"action": "EXPORT",
8-
"maskingLevel": "NONE",
8+
"maskingLevel": "PARTIAL",
99
"member": "user:[email protected]",
1010
"condition": {
1111
"expression": "resource.instance_id == \"prod-sample-instance\" && resource.database_name == \"hr_prod\" && resource.schema_name == \"public\" && resource.table_name == \"salary\" && resource.column_name == \"amount\"",
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"action": "QUERY",
18-
"maskingLevel": "PARTIAL",
18+
"maskingLevel": "NONE",
1919
"member": "user:[email protected]",
2020
"condition": {
2121
"expression": "resource.instance_id == \"prod-sample-instance\" && resource.database_name == \"hr_prod\" && resource.schema_name == \"public\" && resource.table_name == \"salary\" && resource.column_name == \"amount\"",

0 commit comments

Comments
 (0)