SSN (SsnGenerator)
The SSN generator generates a new valid United States Social Security Number.
Link object structure
The SSN generator does not support linking. It can be self-consistent or consistent with another column. You cannot configure differential privacy.
The metadata
object is populated from the RatioMetadata
object. For the SSN generator, ratio
indicates the percentage of values to format with dashes (123-45-6789). The percentage is provided as a decimal value between 0 and 1.0. The remaining values are formatted as 123456789.
Example replacement
In the following example replacement for the SSN generator, the generator is consistent with the name
column. None of the values are configured with dashes.
Last updated