Description of the illustration conditional_masking_fixed_income.png

The image shows an Edit format entry page in a data masking configuration interface.

The page demonstrates conditional masking rules that apply different fixed numeric masking values based on salary ranges.

Configured masking conditions include:

  • SALARY < 3000

    • Uses the Fixed Number masking format
    • Replaces salary values with:
      • 3000
  • SALARY between 3000 and 10000

    • Uses the Fixed Number masking format
    • Replaces salary values with:
      • 10000
  • SALARY > 10000

    • Uses the Fixed Number masking format
    • Replaces salary values with:
      • 50000

Additional interface elements include:

  • A warning banner reminding users to save masking format changes.
  • Condition fields used to define salary-based masking logic.
  • Dropdown menus for selecting masking formats.
  • Numeric input fields for specifying replacement values.
  • 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 dynamically apply different replacement values based on numeric salary ranges.