MAC Address (MACAddressGenerator)

The MAC Address generator generates a string that is formatted as a MAC address.

The MAC Address generator does not support linking. It can be self-consistent, but not consistent with another column. You cannot configure differential privacy.

The metadata object is populated from the MacAddressMetadataarrow-up-right object. bytesPreserved specifies the number of bytes to preserve in the generated address.

{
  "schema": "string",
  "table": "string",
  "column": "string",
  "path": "string",  //JSON fields only
  "dataType": "string",  //MongoDB, Amazon DynamoDB, and JSON fields only
  "metadata": {
    "presetId": "string",
    "generatorId": "MACAddressGenerator",
    "bytesPreserved": integer,
    "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 MAC Address generator, the generated values preserve 4 bytes.

Consistency is disabled.

Last updated

Was this helpful?