infoTypes property
Sensitive Data Protection adjusts the likelihood of a finding if that finding also matches one of these infoTypes.
For example, you can create a rule to adjust the likelihood of a
PHONE_NUMBER finding if the string is found within a document that is
classified as DOCUMENT_TYPE/HR/RESUME. To configure this, set
PHONE_NUMBER in InspectionRuleSet.info_types. Add an adjustment_rule
with an adjust_by_matching_info_types.info_types that contains
DOCUMENT_TYPE/HR/RESUME. In this case, the likelihood of the
PHONE_NUMBER finding is adjusted, but the likelihood of the
DOCUMENT_TYPE/HR/RESUME finding is not.
Implementation
core.List<GooglePrivacyDlpV2InfoType>? infoTypes;