RecordTransformations(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A type of transformation that is applied over structured data such as a table.
Attributes |
|
---|---|
Name | Description |
field_transformations |
MutableSequence[google.cloud.dlp_v2.types.FieldTransformation]
Transform the record by applying various field transformations. |
record_suppressions |
MutableSequence[google.cloud.dlp_v2.types.RecordSuppression]
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. |