Class RecordSuppression (2.0.1)

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

Configuration to suppress records whose suppression conditions evaluate to true.

Attribute

NameDescription
condition `.dlp.RecordCondition`
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.

Inheritance

builtins.object > proto.message.Message > RecordSuppression