PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfig

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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
val numberToMask: Int? = null

is -4

Link copied to clipboard
val reverseOrder: Boolean? = null

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.