SetPII
  • 1 Minute to read
  • Dark
    Light
  • PDF

SetPII

  • Dark
    Light
  • PDF

Article summary

Marks a field as containing private data.   

KeyValue(s)Description
method"SetPII"Marks a field as containing private data. 
project"ProjectName"Name of project
isProtectedtrue/falseIf true, data will be displayed as "*".  If false, the data will be displayed as stored.
fields[][
"table1.field1",
"table2.field1",
"table2.field2",
"..."
]
Fully qualified list of fields to mark as private.

Use Set PII to mask personal data within the system.   Protected data will be displayed as "*" in dataviews etc.

Note: Private data is only visible in raw form to Super-Administrators. (Speak to a DataJet administrator for details on configuring super-administrators).

{
  "method": "SetPII",
  "project": "RegressionDB",
  "isProtected": true,
  "fields": [
     "customer.fname",
     "customer.address1",
   ]
}



Was this article helpful?