minLikelihood property

String? minLikelihood
getter/setter pair

Minimum likelihood of the adjust_by_matching_info_types.info_types finding.

If the likelihood is lower than this value, Sensitive Data Protection doesn't adjust the likelihood of the InspectionRuleSet.info_types finding.

Required. Possible string values are:

  • "LIKELIHOOD_UNSPECIFIED" : Default value; same as POSSIBLE.
  • "VERY_UNLIKELY" : Highest chance of a false positive.
  • "UNLIKELY" : High chance of a false positive.
  • "POSSIBLE" : Some matching signals. The default value.
  • "LIKELY" : Low chance of a false positive.
  • "VERY_LIKELY" : Confidence level is high. Lowest chance of a false positive.

Implementation

core.String? minLikelihood;