Prevention Inspect Template Inspect Config Args
Constructors
Properties
List of options defining data content to scan. If empty, text, images, and other content will be included. Each value may be one of: CONTENT_TEXT
, CONTENT_IMAGE
.
Custom info types to be used. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more. Structure is documented below.
When true, excludes type information of the findings.
When true, a contextual quote from the data that triggered a finding is included in the response.
Restricts what infoTypes to look for. The values must correspond to InfoType values returned by infoTypes.list or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. Structure is documented below.
Configuration to control the number of findings returned. Structure is documented below.
Only returns findings equal or above this threshold. See https://cloud.google.com/dlp/docs/likelihood for more info Default value is POSSIBLE
. Possible values are: VERY_UNLIKELY
, UNLIKELY
, POSSIBLE
, LIKELY
, VERY_LIKELY
.
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. Structure is documented below.