Class InspectionRuleSet (3.6.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[google.cloud.dlp_v2.types.InfoType]
List of infoTypes this rule set is applied to.
rules Sequence[google.cloud.dlp_v2.types.InspectionRule]
Set of rules to be applied to infoTypes. The rules are applied in order.