GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LikelihoodAdjustment (google_api_dlp v0.54.0)
View SourceMessage for specifying an adjustment to the likelihood of a finding as part of a detection rule.
Attributes
-
fixedLikelihood(type:String.t, default:nil) - Set the likelihood of a finding to a fixed value. -
relativeLikelihood(type:integer(), default:nil) - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would bePOSSIBLEwithout the detection rule andrelative_likelihoodis 1, then it is upgraded toLIKELY, while a value of -1 would downgrade it toUNLIKELY. Likelihood may never drop belowVERY_UNLIKELYor exceedVERY_LIKELY, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELYwill result in a final likelihood ofLIKELY.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.