DataRestrictedShowOptions
The DataRestrictedShowOptions
enum defines the specific ways in which data can be partially shown or hidden when applying restricted visibility rules.
Accepted Values
Name Value ShowFirstXCharacters 0 ShowLastXCharacters 1 ShowFirstLastXCharacters 2 HideFirstXCharacters 3 HideLastXCharacters 4 HideFirstLastXCharacters 5 ShowYear 6 HideYear 7 ShowMonth 8 HideMonth 9 ShowDay 10 HideDay 11 ShowHour 12 HideHour 13 ShowMinute 14 HideMinute 15 ShowSecond 16 HideSecond 17 HideCurrency 18 HideAmount 19
This enumeration provides detailed control over how different parts of sensitive data can be displayed or masked, with specific options for text, dates, times, and monetary values.