Google Privacy Dlp V2Chars To Ignore Args
data class GooglePrivacyDlpV2CharsToIgnoreArgs(val charactersToSkip: Output<String>? = null, val commonCharactersToIgnore: Output<GooglePrivacyDlpV2CharsToIgnoreCommonCharactersToIgnore>? = null) : ConvertibleToJava<GooglePrivacyDlpV2CharsToIgnoreArgs>
Characters to skip when doing deidentification of a value. These will be left alone and skipped.
Constructors
Link copied to clipboard
constructor(charactersToSkip: Output<String>? = null, commonCharactersToIgnore: Output<GooglePrivacyDlpV2CharsToIgnoreCommonCharactersToIgnore>? = null)
Properties
Link copied to clipboard
Characters to not transform when masking.
Link copied to clipboard
val commonCharactersToIgnore: Output<GooglePrivacyDlpV2CharsToIgnoreCommonCharactersToIgnore>? = null
Common characters to not transform when masking. Useful to avoid removing punctuation.