Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions masking/global-masking-rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"id": "76356d81-6231-4128-9be7-2c549fc505f5",
"condition": {
"expression": "classification_level in [\"2\", \"3\"]",
"title": "x",
"title": "",
"description": ""
},
"semanticType": "bb.default-partial"
Expand All @@ -17,7 +17,7 @@
"id": "1ddc47c9-6ab6-4760-accd-947bc1a5f155",
"condition": {
"expression": "classification_level in [\"4\"]",
"title": "x",
"title": "",
"description": ""
},
"semanticType": "bb.default"
Expand Down
4 changes: 2 additions & 2 deletions masking/semantic-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"id": "e8d3fd41-eba0-4afd-ae0f-32c91a4ee710",
"title": "Personal sensitive data x",
"title": "Personal sensitive data",
"description": "Custom semantic type with full masking for personal sensitive data",
"algorithm": {
"fullMask": {
Expand All @@ -26,7 +26,7 @@
{
"id": "38b31ac4-b90d-44ac-b42a-19d9c76c83ea",
"title": "Location",
"description": "Custom semantic type with range masking for location x",
"description": "Custom semantic type with range masking for location",
"algorithm": {
"rangeMask": {
"slices": [
Expand Down
Loading