Deprecated; use InspectionRuleSet
instead. Rule for
modifying a CustomInfoType
to alter behavior under certain
circumstances, depending on the specific details of the rule. Not
supported for the surrogate_type
custom infoType.
Classes
HotwordRule
The rule that adjusts the likelihood of findings within a certain proximity of hotwords.
Proximity of the finding within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. Note that the finding itself will be included in the window, so that hotwords may be used to match substrings of the finding itself. For example, the certainty of a phone number regex "(\d{3}) \d{3}-\d{4} " could be adjusted upwards if the area code is known to be the local area code of a company office using the hotword regex “(xxx)”, where “xxx” is the area code in question.
LikelihoodAdjustment
Message for specifying an adjustment to the likelihood of a finding as part of a detection rule.
Increase or decrease the likelihood by the specified number of
levels. For example, if a finding would be POSSIBLE
without the detection rule and relative_likelihood
is 1,
then it is upgraded to LIKELY
, while a value of -1 would
downgrade it to UNLIKELY
. Likelihood may never drop below
VERY_UNLIKELY
or exceed VERY_LIKELY
, so applying an
adjustment of 1 followed by an adjustment of -1 when base
likelihood is VERY_LIKELY
will result in a final
likelihood of LIKELY
.
Proximity
Message for specifying a window around a finding to apply a detection rule.
Number of characters after the finding to consider.