Prevention Job Trigger Inspect Job Inspect Config
data class PreventionJobTriggerInspectJobInspectConfig(val customInfoTypes: List<PreventionJobTriggerInspectJobInspectConfigCustomInfoType>? = null, val excludeInfoTypes: Boolean? = null, val includeQuote: Boolean? = null, val infoTypes: List<PreventionJobTriggerInspectJobInspectConfigInfoType>? = null, val limits: PreventionJobTriggerInspectJobInspectConfigLimits? = null, val minLikelihood: String? = null, val ruleSets: List<PreventionJobTriggerInspectJobInspectConfigRuleSet>? = null)
Constructors
Link copied to clipboard
fun PreventionJobTriggerInspectJobInspectConfig(customInfoTypes: List<PreventionJobTriggerInspectJobInspectConfigCustomInfoType>? = null, excludeInfoTypes: Boolean? = null, includeQuote: Boolean? = null, infoTypes: List<PreventionJobTriggerInspectJobInspectConfigInfoType>? = null, limits: PreventionJobTriggerInspectJobInspectConfigLimits? = null, minLikelihood: String? = null, ruleSets: List<PreventionJobTriggerInspectJobInspectConfigRuleSet>? = null)
Types
Properties
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.