PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs

data class PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs(val name: Output<String>, val sensitivityScore: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeSensitivityScoreArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs>

Constructors

constructor(name: Output<String>, sensitivityScore: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeSensitivityScoreArgs>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type.

Link copied to clipboard

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

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

Version name for this InfoType.

Functions

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