Description of the illustration conditional_masking_employee1.png
The image shows an Edit format entry page in a data masking configuration interface.
The page demonstrates conditional masking rules applied to employee salary data based on job category values.
Configured masking conditions include:
-
JOB_CATEGORY = ‘MANAGER’
- Uses the Random Number masking format
- Generates masked salary values within a range:
- Start Value:
100000 - End Value:
150000
- Start Value:
-
JOB_CATEGORY = ‘WORKER’
- Uses the Fixed Number masking format
- Replaces salary values with:
75000
-
Default Condition (
1=1)- Uses the Preserve Original Data masking format
- Leaves unmatched data unchanged
Additional interface elements include:
- A warning banner reminding users to save masking format changes.
- Dropdown menus for selecting masking formats.
- Numeric parameter fields for masking configuration.
- Buttons for:
- Add format entry
- Add masking format
- Update
- Cancel
- Delete/remove icons next to each masking rule.
The screenshot illustrates how conditional data masking can apply different masking methods dynamically based on column values such as employee job category.