Prevention Deidentify Template Deidentify Config Record Transformations Field Transformation Primitive Transformation Character Mask Config Characters To Ignore
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore(val charactersToSkip: String? = null, val commonCharactersToIgnore: String? = null)
Properties
Link copied to clipboard
Characters to not transform when masking. Only one of this or common_characters_to_ignore
must be specified.
Link copied to clipboard
Common characters to not transform when masking. Useful to avoid removing punctuation. Only one of this or characters_to_skip
must be specified. Possible values are: NUMERIC
, ALPHA_UPPER_CASE
, ALPHA_LOWER_CASE
, PUNCTUATION
, WHITESPACE
.