Prevention Inspect Template Inspect Config
data class PreventionInspectTemplateInspectConfig(val contentOptions: List<String>? = null, val customInfoTypes: List<PreventionInspectTemplateInspectConfigCustomInfoType>? = null, val excludeInfoTypes: Boolean? = null, val includeQuote: Boolean? = null, val infoTypes: List<PreventionInspectTemplateInspectConfigInfoType>? = null, val limits: PreventionInspectTemplateInspectConfigLimits? = null, val minLikelihood: String? = null, val ruleSets: List<PreventionInspectTemplateInspectConfigRuleSet>? = null)
Constructors
Link copied to clipboard
fun PreventionInspectTemplateInspectConfig(contentOptions: List<String>? = null, customInfoTypes: List<PreventionInspectTemplateInspectConfigCustomInfoType>? = null, excludeInfoTypes: Boolean? = null, includeQuote: Boolean? = null, infoTypes: List<PreventionInspectTemplateInspectConfigInfoType>? = null, limits: PreventionInspectTemplateInspectConfigLimits? = null, minLikelihood: String? = null, ruleSets: List<PreventionInspectTemplateInspectConfigRuleSet>? = 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.