Class: Google::Privacy::Dlp::V2::CustomInfoType::DetectionRule::LikelihoodAdjustment

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb

Overview

Message for specifying an adjustment to the likelihood of a finding as part of a detection rule.

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_likelihoodGoogle::Privacy::Dlp::V2::Likelihood

Returns Set the likelihood of a finding to a fixed value.

Returns:



176
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 176

class LikelihoodAdjustment; end

#relative_likelihoodInteger

Returns 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.

Returns:

  • (Integer)

    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.



176
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 176

class LikelihoodAdjustment; end