The original string value to be hidden.
Determines how the value should be displayed:
true
: shows the full valueundefined
or false
: hides the value completely with asterisksPartialHiddenValueStringType
: shows part of the value (prefix, suffix, or both)The resulting string with the specified visibility.
Constructs a hidden value string based on the specified visibility option.