Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
piidiscovery [2018_04_06 20:49] – refactor of configuring rules section stevenpiidiscovery [2018_04_06 20:51] steven
Line 216: Line 216:
 The PII Detection Rules JSON document is an array of objects with each object describing one rule. A rule has the following properties: The PII Detection Rules JSON document is an array of objects with each object describing one rule. A rule has the following properties:
  
-  * ''id'' - A unique identifier. +  * `id- A unique identifier. 
-  * ''title'' - The name of the rule shown in the user interface +  * `title- The name of the rule shown in the user interface 
-  * ''tag'' - Files found with this rule are tagged with this value +  * `tag- Files found with this rule are tagged with this value 
-  * ''filters'' - An array of one PII filter objects with matching criteria+  * `filters- An array of one PII filter objects with matching criteria
  
 The document is validated against a JSON schema on update. If there is an error the document will not be saved: The document is validated against a JSON schema on update. If there is an error the document will not be saved: