Class DeidentifyConfig (3.7.1)

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

The configuration that controls how the data will change.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
info_type_transformations google.cloud.dlp_v2.types.InfoTypeTransformations
Treat the dataset as free-form text and apply the same free text transformation everywhere. This field is a member of oneof_ transformation.
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. This field is a member of oneof_ transformation.
transformation_error_handling google.cloud.dlp_v2.types.TransformationErrorHandling
Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.