SIN (SINGenerator)
The SIN generator generates a new valid Canadian Social Insurance Number that preserves the formatting of the original value.
Link object structure
The SIN generator does not support linking. It can be self-consistent, but not consistent with another column. You cannot configure differential privacy.
There is no generator-specific configuration.
{
"schema": "string",
"table": "string",
"column": "string",
"path": "string", //JSON fields only
"dataType": "string", //MongoDB, Amazon DynamoDB, and JSON fields only
"metadata": {
"presetId": "string",
"generatorId": "SinGenerator",
"isConsistent": boolean,
"encryptionProcessor": "x-on", //To use configured Structural data encryption
"customValueProcessor": "string" //If custom value processor applied
}
}Example replacement
In the following example replacement for the SIN generator, consistency is disabled.
Last updated
Was this helpful?

