Class InfoTypeTransformation (3.9.0)

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

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

Attributes

NameDescription
info_types Sequence[google.cloud.dlp_v2.types.InfoType]
InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in ``InspectConfig``.
primitive_transformation google.cloud.dlp_v2.types.PrimitiveTransformation
Required. Primitive transformation to apply to the infoType.

Inheritance

builtins.object > proto.message.Message > InfoTypeTransformation