public sealed class LikelihoodAdjustment : IMessage<CustomInfoType.Types.DetectionRule.Types.LikelihoodAdjustment>, IEquatable<CustomInfoType.Types.DetectionRule.Types.LikelihoodAdjustment>, IDeepCloneable<CustomInfoType.Types.DetectionRule.Types.LikelihoodAdjustment>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eLikelihoodAdjustment\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, which is used to modify the likelihood of a finding as part of a detection rule.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a list of available versions for the \u003ccode\u003eLikelihoodAdjustment\u003c/code\u003e class, ranging from version 2.15.0 up to the latest version 4.16.0, each with a link to its documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLikelihoodAdjustment\u003c/code\u003e class implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, along with inheriting from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and one that takes another \u003ccode\u003eLikelihoodAdjustment\u003c/code\u003e object as a parameter, enabling the copying of properties from an existing \u003ccode\u003eLikelihoodAdjustment\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLikelihoodAdjustment\u003c/code\u003e class includes properties like \u003ccode\u003eAdjustmentCase\u003c/code\u003e, \u003ccode\u003eFixedLikelihood\u003c/code\u003e, and \u003ccode\u003eRelativeLikelihood\u003c/code\u003e to define how the likelihood of a finding should be adjusted within the detection process.\u003c/p\u003e\n"]]],[],null,[]]