Prevention Inspect Template Inspect Config Custom Info Type
data class PreventionInspectTemplateInspectConfigCustomInfoType(val dictionary: PreventionInspectTemplateInspectConfigCustomInfoTypeDictionary? = null, val exclusionType: String? = null, val infoType: PreventionInspectTemplateInspectConfigCustomInfoTypeInfoType, val likelihood: String? = null, val regex: PreventionInspectTemplateInspectConfigCustomInfoTypeRegex? = null, val sensitivityScore: PreventionInspectTemplateInspectConfigCustomInfoTypeSensitivityScore? = null, val storedType: PreventionInspectTemplateInspectConfigCustomInfoTypeStoredType? = null, val surrogateType: PreventionInspectTemplateInspectConfigCustomInfoTypeSurrogateType? = null)
Constructors
Link copied to clipboard
fun PreventionInspectTemplateInspectConfigCustomInfoType(dictionary: PreventionInspectTemplateInspectConfigCustomInfoTypeDictionary? = null, exclusionType: String? = null, infoType: PreventionInspectTemplateInspectConfigCustomInfoTypeInfoType, likelihood: String? = null, regex: PreventionInspectTemplateInspectConfigCustomInfoTypeRegex? = null, sensitivityScore: PreventionInspectTemplateInspectConfigCustomInfoTypeSensitivityScore? = null, storedType: PreventionInspectTemplateInspectConfigCustomInfoTypeStoredType? = null, surrogateType: PreventionInspectTemplateInspectConfigCustomInfoTypeSurrogateType? = null)
Types
Properties
Link copied to clipboard
CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified in info_types
list then the name is treated as a custom info type. Structure is documented below.