Skip to main content

DataRestrictedShowOptions

The DataRestrictedShowOptions enum defines the specific ways in which data can be partially shown or hidden when applying restricted visibility rules.

Accepted Values

NameValue
ShowFirstXCharacters0
ShowLastXCharacters1
ShowFirstLastXCharacters2
HideFirstXCharacters3
HideLastXCharacters4
HideFirstLastXCharacters5
ShowYear6
HideYear7
ShowMonth8
HideMonth9
ShowDay10
HideDay11
ShowHour12
HideHour13
ShowMinute14
HideMinute15
ShowSecond16
HideSecond17
HideCurrency18
HideAmount19

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.