Class InfoTypeTransformations (3.7.0)

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

NameDescription
transformations Sequence[google.cloud.dlp_v2.types.InfoTypeTransformations.InfoTypeTransformation]
Required. Transformation for each infoType. Cannot specify more than one for a given infoType.

Inheritance

builtins.object > proto.message.Message > InfoTypeTransformations

Classes

InfoTypeTransformation

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

A transformation to apply to text that is identified as a specific info_type.