PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs

Properties

Link copied to clipboard

Only apply the transformation if the condition evaluates to true for the given RecordCondition. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases:

Link copied to clipboard

Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums0.type", use "contact.nums.type". Structure is documented below.

Link copied to clipboard

Treat the contents of the field as free text, and selectively transform content that matches an InfoType. Only one of primitive_transformation or info_type_transformations must be specified. Structure is documented below.

Link copied to clipboard

Apply the transformation to the entire field. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Only one of primitive_transformation or info_type_transformations must be specified. Structure is documented below.

Functions

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