Prevention Deidentify Template Deidentify Config Record Transformations Field Transformation Primitive Transformation Character Mask Config Args
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigArgs(val charactersToIgnores: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>>? = null, val maskingCharacter: Output<String>? = null, val numberToMask: Output<Int>? = null, val reverseOrder: Output<Boolean>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigArgs>
Constructors
Link copied to clipboard
constructor(charactersToIgnores: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>>? = null, maskingCharacter: Output<String>? = null, numberToMask: Output<Int>? = null, reverseOrder: Output<Boolean>? = null)
Properties
Link copied to clipboard
val charactersToIgnores: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>>? = 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
.