DeidentifyConfig
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
The configuration that controls how the data will change. .. attribute:: info_type_transformations
Treat the dataset as free-form text and apply the same free text transformation everywhere.
Attributes
Name
Description
record_transformations
google.cloud.dlp_v2.types.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
google.cloud.dlp_v2.types.TransformationErrorHandling
Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.