PreventionInspectTemplateInspectConfigCustomInfoTypeArgs

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 storedType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeStoredTypeArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): PreventionInspectTemplateInspectConfigCustomInfoTypeArgs

Properties

Link copied to clipboard

Dictionary which defines the rule. Structure is documented below.

Link copied to clipboard
val exclusionType: Output<String>? = null

If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching. Possible values are EXCLUSION_TYPE_EXCLUDE.

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 likelihood: Output<String>? = null

Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Default value is VERY_LIKELY. Possible values are VERY_UNLIKELY, UNLIKELY, POSSIBLE, LIKELY, and VERY_LIKELY.

Link copied to clipboard

Regular expression which defines the rule. Structure is documented below.

Link copied to clipboard

A reference to a StoredInfoType to use with scanning. Structure is documented below.