Class InfoTypeTransformation (2.0.1)

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[`.storage.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 `.dlp.PrimitiveTransformation`
Required. Primitive transformation to apply to the infoType.

Inheritance

builtins.object > proto.message.Message > InfoTypeTransformation