exclusionType property

String? exclusionType
getter/setter pair

If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned.

It still can be used for rules matching. Possible string values are:

  • "EXCLUSION_TYPE_UNSPECIFIED" : A finding of this custom info type will not be excluded from results.
  • "EXCLUSION_TYPE_EXCLUDE" : A finding of this custom info type will be excluded from final results, but can still affect rule execution.

Implementation

core.String? exclusionType;