Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum Likelihood.
Coarse-grained confidence level of how well a particular finding
satisfies the criteria to match a particular infoType.
Likelihood is calculated based on the number of signals a
finding has that implies that the finding matches the infoType. For
example, a string that has an '@' and a '.com' is more likely to be a
match for an email address than a string that only has an '@'.
In general, the highest likelihood level has the strongest signals that
indicate a match. That is, a finding with a high likelihood has a low chance
of being a false positive.
For more information about each likelihood level
and how likelihood works, see Match
likelihood.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The webpage provides reference documentation for the `Likelihood` enum within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The content lists various versions of the API documentation, from version 2.15.0 up to the latest version, 4.16.0, for `Google.Cloud.Dlp.V2.Likelihood`, with version 4.7.0 as the version the documentation corresponds to."],["The `Likelihood` enum represents the confidence level of a data finding matching a specific infoType, where higher likelihood levels have stronger signals and lower chances of being false positives."],["The `Likelihood` enum includes fields like `Likely`, `Possible`, `Unlikely`, `Unspecified`, `VeryLikely`, and `VeryUnlikely`, each with a corresponding description of the associated false-positive chance."],["The `Possible` and `Unspecified` values are the same, where `Possible` is the default value."]]],[]]