You are here:
Dynamic Masking Types in Data 360
Dynamic data masking policies protect sensitive data by changing or hiding values when you query them. This is done based on user information, roles, or policy rules, but it doesn't change the data itself.
Here are some examples of masking types.
Redaction
Replaces the data with X to completely hide the original content. Example: Redact the first three characters of email addresses.
Nullification
Replaces the actual value with null, making it invisible to the user. Example: Mask a customer’s email address so it appears as null for unauthorized users.
Datetime and Numeric Rounding
Reduces the precision of numeric or date values while keeping the data generally useful. Example: Display only the year in a date field: 1/1/2022 instead of 11/15/2022.



