InfoTypeTransformations(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A type of transformation that will scan unstructured text and apply
various PrimitiveTransformation
\ s to each finding, where the
transformation is applied to only values that were identified as a
specific info_type.
Attribute |
|
---|---|
Name | Description |
transformations |
MutableSequence[google.cloud.dlp_v2.types.InfoTypeTransformations.InfoTypeTransformation]
Required. Transformation for each infoType. Cannot specify more than one for a given infoType. |
Classes
InfoTypeTransformation
InfoTypeTransformation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A transformation to apply to text that is identified as a specific info_type.