GooglePrivacyDlpV2InfoTypeArgs

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

Type of information detected by the API.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, sensitivityScore: Output<GooglePrivacyDlpV2SensitivityScoreArgs>? = null, version: Output<String>? = null)

Properties

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

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. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern [A-Za-z0-9$_-]{1,64}.

Link copied to clipboard

Optional custom sensitivity for this InfoType. This only applies to data profiling.

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

Optional version name for this InfoType.

Functions

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