Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
piidiscovery [2018_04_06 20:49] – refactor of configuring rules section stevenpiidiscovery [2018_04_06 20:53] 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:
Line 231: Line 231:
 #### Rule Id #### Rule Id
  
-To add a scanning rule create a new unique ''id''. An id must only contain the characters A-Z, a-z 0-9 and _ (underscore). It is only used internally and should not be changed.+To add a scanning rule create a new unique **id**. An id must only contain the characters A-Z, a-z 0-9 and _ (underscore). It is only used internally and should not be changed.
  
 #### Rule Title #### Rule Title
  
-The ''title'' will be the name of the data type in the “Contains PII” checklist on the File Manager’s search screen and in the PII list for a file in the File Manager’s Info panel.+The **title** will be the name of the data type in the “Contains PII” checklist on the File Manager’s search screen and in the PII list for a file in the File Manager’s Info panel.
  
 {{ :piidiscovery:contain_pii.jpg?nolink |}} {{ :piidiscovery:contain_pii.jpg?nolink |}}
Line 241: Line 241:
 #### Rule Tag #### Rule Tag
  
-The ''tag'' value is the name of one tag. It does not have to be predefined.  Tag values should be unique within the JSON document. +The **tag** value is the name of one tag. It does not have to be predefined.  Tag values should be unique within the JSON document. 
  
 {{ :piidiscovery:edit_tags.jpg?nolink |}} {{ :piidiscovery:edit_tags.jpg?nolink |}}