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:51] stevenpiidiscovery [2018_08_30 23:50] 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 |}}
Line 393: Line 393:
  
 Another File Feature, if enabled, allows the creation of groups of internal and external users with a shared workspace.  If files containing PII are placed into a Business Group’s workspace then members of the Business Group will be able to access the PII by download those files. Another File Feature, if enabled, allows the creation of groups of internal and external users with a shared workspace.  If files containing PII are placed into a Business Group’s workspace then members of the Business Group will be able to access the PII by download those files.
 +
 +### See Also
 +
 +  * [[https://blog.storagemadeeasy.com/how-to-discover-pii-data-on-any-local-or-remote-storage/|Discovering PII / SPI Data]]
  
 ## Troubleshooting ## Troubleshooting
Line 428: Line 432:
  
 Confirm that the user has PII authorization.  Only administrators and members to whom PII authorization has been given will see the PII classification on the Tags tab dropdown. Confirm that the user has PII authorization.  Only administrators and members to whom PII authorization has been given will see the PII classification on the Tags tab dropdown.
 +