Prevention Deidentify Template Deidentify Config Record Transformations Field Transformation Args
Constructors
Properties
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:
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.
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.
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.