Class InspectConfig (0.15.2)

Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used.

Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.

When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote.

CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.

Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.

Classes

FindingLimits

Configuration to control the number of findings returned.

Max number of findings that will be returned per request/job. When set within InspectContentRequest, the maximum returned is 2000 regardless if this is set higher.