GooglePrivacyDlpV2CharsToIgnoreArgs

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
val charactersToSkip: Output<String>? = null

Characters to not transform when masking.

Link copied to clipboard

Common characters to not transform when masking. Useful to avoid removing punctuation.

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2CharsToIgnoreArgs