Random Hash (RandomStringGenerator)
The Random Hash generator generates a random hash string.
Link object structure
The Random Hash generator does not support linking or consistency. You cannot configure differential privacy.
There is no generator-specific configuration.
{
"schema": "string",
"table": "string",
"column": "string",
"dataType": "string", //MongoDB only
"metadata": {
"generatorId": "RandomStringGenerator",,
"encryptionProcessor": "x-on", //To use configured Structural data encryption
"customValueProcessor": "string" //If custom value processor applied
}
}
Example replacement
Here is an example replacement for the Random Hash generator.
{
"name": "key",
"schema": "public",
"table": "cohorts",
"links": [
{
"schema": "public",
"table": "cohorts",
"column": "key",
"metadata": {
"generatorId": "RandomStringGenerator"
}
}
]
}
Last updated
Was this helpful?