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 sensitivityScore: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSensitivityScoreArgs>? = null, val storedType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeStoredTypeArgs>? = null, val surrogateType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeSurrogateTypeArgs>? = null) : ConvertibleToJava<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, VERY_LIKELY.

Link copied to clipboard

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

Link copied to clipboard

Optional custom sensitivity for this InfoType. This only applies to data profiling. Structure is documented below.

Link copied to clipboard

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

Link copied to clipboard

Message for detecting output from deidentification transformations that support reversing.

Functions

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