File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
masking/projects/project-sample Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
"maskingExceptions" : [
6
6
{
7
7
"action" : " EXPORT" ,
8
- "maskingLevel" : " NONE " ,
8
+ "maskingLevel" : " PARTIAL " ,
9
9
"member" : " user:dev1@x.com" ,
10
10
"condition" : {
11
11
"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
15
},
16
16
{
17
17
"action" : " QUERY" ,
18
- "maskingLevel" : " PARTIAL " ,
18
+ "maskingLevel" : " NONE " ,
19
19
"member" : " user:dev2@x.com" ,
20
20
"condition" : {
21
21
"expression" : " resource.instance_id == \" prod-sample-instance\" && resource.database_name == \" hr_prod\" && resource.schema_name == \" public\" && resource.table_name == \" salary\" && resource.column_name == \" amount\" " ,
You can’t perform that action at this time.
0 commit comments