charactersToIgnore property
When masking a string, items in this list will be skipped when replacing characters.
For example, if the input string is 555-555-5555
and you instruct Cloud
DLP to skip -
and mask 5 characters with *
, Cloud DLP returns
***-**5-5555
.
Implementation
core.List<GooglePrivacyDlpV2CharsToIgnore>? charactersToIgnore;