likelihood property

String? likelihood
getter/setter pair

Likelihood to return for this CustomInfoType.

This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to VERY_LIKELY if not specified. 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? likelihood;