Class InspectionRuleSet (2.0.2)

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

Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.

Attributes

NameDescription
info_types Sequence[.storage.InfoType]
List of infoTypes this rule set is applied to.
rules Sequence[.dlp.InspectionRule]
Set of rules to be applied to infoTypes. The rules are applied in order.