Prevention Job Trigger Inspect Job Inspect Config Custom Info Type
data class PreventionJobTriggerInspectJobInspectConfigCustomInfoType(val dictionary: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeDictionary? = null, val exclusionType: String? = null, val infoType: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeInfoType, val likelihood: String? = null, val regex: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeRegex? = null, val sensitivityScore: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeSensitivityScore? = null, val storedType: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeStoredType? = null, val surrogateType: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeSurrogateType? = null)
Constructors
Link copied to clipboard
fun PreventionJobTriggerInspectJobInspectConfigCustomInfoType(dictionary: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeDictionary? = null, exclusionType: String? = null, infoType: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeInfoType, likelihood: String? = null, regex: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeRegex? = null, sensitivityScore: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeSensitivityScore? = null, storedType: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeStoredType? = null, surrogateType: PreventionJobTriggerInspectJobInspectConfigCustomInfoTypeSurrogateType? = 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.
Link copied to clipboard