Class DeidentifyConfig (3.0.1)

DeidentifyConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The configuration that controls how the data will change.

Attributes

NameDescription
info_type_transformations .dlp.InfoTypeTransformations
Treat the dataset as free-form text and apply the same free text transformation everywhere.
record_transformations .dlp.RecordTransformations
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
transformation_error_handling .dlp.TransformationErrorHandling
Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.