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 | |
---|---|
Name | Description |
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 .
|
image_transformations |
google.cloud.dlp_v2.types.ImageTransformations
Treat the dataset as an image and redact. 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 .
|