blob: cfd8dd3318fa5d8894d52bef3a41fc4205a6b877 [file] [log] [blame]
{
"query": "",
"typeName": "Employee",
"classification": "PII",
"excludeDeletedEntities": true,
"entityFilters": {
"attributeName": "name",
"operator": "startsWith",
"attributeValue": "Anna"
},
"tagFilters": {
"condition": "AND",
"criterion": [
{
"attributeName": "type",
"operator": "=",
"attributeValue": "ccn"
},
{
"attributeName": "notes",
"operator": "contains",
"attributeValue": "bulk"
}
]
}
}