Prevention Deidentify Template Deidentify Config Record Transformations Field Transformation Primitive Transformation Character Mask Config
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfig(val charactersToIgnores: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore>? = null, val maskingCharacter: String? = null, val numberToMask: Int? = null, val reverseOrder: Boolean? = null)
Constructors
Link copied to clipboard
constructor(charactersToIgnores: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore>? = null, maskingCharacter: String? = null, numberToMask: Int? = null, reverseOrder: Boolean? = null)
Properties
Link copied to clipboard
val charactersToIgnores: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore>? = null
Characters to skip when doing de-identification of a value. These will be left alone and skipped. Structure is documented below.
Link copied to clipboard
is *
Link copied to clipboard
is -4
Link copied to clipboard
Mask characters in reverse order. For example, if masking_character is 0, number_to_mask is 14, and reverse_order is false
, then the input string 1234-5678-9012-3456
is masked as 00000000000000-3456
.