Prevention Job Trigger Inspect Job Inspect Config Args
data class PreventionJobTriggerInspectJobInspectConfigArgs(val customInfoTypes: Output<List<PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs>>? = null, val excludeInfoTypes: Output<Boolean>? = null, val includeQuote: Output<Boolean>? = null, val infoTypes: Output<List<PreventionJobTriggerInspectJobInspectConfigInfoTypeArgs>>? = null, val limits: Output<PreventionJobTriggerInspectJobInspectConfigLimitsArgs>? = null, val minLikelihood: Output<String>? = null, val ruleSets: Output<List<PreventionJobTriggerInspectJobInspectConfigRuleSetArgs>>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobInspectConfigArgs>
Constructors
Link copied to clipboard
fun PreventionJobTriggerInspectJobInspectConfigArgs(customInfoTypes: Output<List<PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs>>? = null, excludeInfoTypes: Output<Boolean>? = null, includeQuote: Output<Boolean>? = null, infoTypes: Output<List<PreventionJobTriggerInspectJobInspectConfigInfoTypeArgs>>? = null, limits: Output<PreventionJobTriggerInspectJobInspectConfigLimitsArgs>? = null, minLikelihood: Output<String>? = null, ruleSets: Output<List<PreventionJobTriggerInspectJobInspectConfigRuleSetArgs>>? = null)
Functions
Properties
Link copied to clipboard
val customInfoTypes: Output<List<PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeArgs>>? = null
Link copied to clipboard
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.