PreventionInspectTemplateInspectConfigArgs

data class PreventionInspectTemplateInspectConfigArgs(val contentOptions: Output<List<String>>? = null, val customInfoTypes: Output<List<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>? = null, val excludeInfoTypes: Output<Boolean>? = null, val includeQuote: Output<Boolean>? = null, val infoTypes: Output<List<PreventionInspectTemplateInspectConfigInfoTypeArgs>>? = null, val limits: Output<PreventionInspectTemplateInspectConfigLimitsArgs>? = null, val minLikelihood: Output<String>? = null, val ruleSets: Output<List<PreventionInspectTemplateInspectConfigRuleSetArgs>>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigArgs>

Constructors

constructor(contentOptions: Output<List<String>>? = null, customInfoTypes: Output<List<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>? = null, excludeInfoTypes: Output<Boolean>? = null, includeQuote: Output<Boolean>? = null, infoTypes: Output<List<PreventionInspectTemplateInspectConfigInfoTypeArgs>>? = null, limits: Output<PreventionInspectTemplateInspectConfigLimitsArgs>? = null, minLikelihood: Output<String>? = null, ruleSets: Output<List<PreventionInspectTemplateInspectConfigRuleSetArgs>>? = null)

Properties

Link copied to clipboard
val contentOptions: Output<List<String>>? = null

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.

Link copied to clipboard

Custom info types to be used. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more. Structure is documented below.

Link copied to clipboard
val excludeInfoTypes: Output<Boolean>? = null

When true, excludes type information of the findings.

Link copied to clipboard
val includeQuote: Output<Boolean>? = null

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

Link copied to clipboard

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.

Link copied to clipboard

Configuration to control the number of findings returned. Structure is documented below.

Link copied to clipboard
val minLikelihood: Output<String>? = null

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): PreventionInspectTemplateInspectConfigArgs