Prevention Inspect Template Inspect Config Custom Info Type Args
data class PreventionInspectTemplateInspectConfigCustomInfoTypeArgs(val dictionary: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs>? = null, val exclusionType: Output<String>? = null, val infoType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs>, val likelihood: Output<String>? = null, val regex: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeRegexArgs>? = null, val sensitivityScore: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSensitivityScoreArgs>? = null, val storedType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeStoredTypeArgs>? = null, val surrogateType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSurrogateTypeArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>
Constructors
Link copied to clipboard
fun PreventionInspectTemplateInspectConfigCustomInfoTypeArgs(dictionary: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs>? = null, exclusionType: Output<String>? = null, infoType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs>, likelihood: Output<String>? = null, regex: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeRegexArgs>? = null, sensitivityScore: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSensitivityScoreArgs>? = null, storedType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeStoredTypeArgs>? = null, surrogateType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSurrogateTypeArgs>? = null)
Functions
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
val sensitivityScore: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSensitivityScoreArgs>? = null
Link copied to clipboard
val surrogateType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSurrogateTypeArgs>? = null