Mask a simple attribute
Learn how to mask a simple attribute type
Here's a user masking the social security number of entity type Person:
- In the Console, open the Data Modeler.
For more details, see Console navigation.
- Select the entity type with the attribute to mask.
- Select Edit to update the entity type.
- Select the attribute to change, hover over the attribute and select the edit pencil option.
- In the Edit Entity Type Attribute section, toggle masking on.
Scroll down to see the Enable data masking option.
- Select from one of the masking options:
- Full masked, to mask the data value completely, rendering it unrecognizable.
- Email mask, to mask all characters except the domain (e.g., ****@domain.com).
- Last "N" characters masked, to ask all but the last "N" characters, as configured.
- First "N" characters masked, to mask all but the first "N" characters, as configured.
- Custom masking, to mask data using tailored patterns with data masking expressions.
Continuing the example, select to mask the first 7 characters:
- Optionally, in the Mask preview, test your mask configuration.
- Save the attribute changes.
- Save the entity type changes.