GooglePrivacyDlpV2QuasiIdentifierFieldArgs

data class GooglePrivacyDlpV2QuasiIdentifierFieldArgs(val customTag: Output<String>? = null, val field: Output<GooglePrivacyDlpV2FieldIdArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2QuasiIdentifierFieldArgs>

A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

Constructors

constructor(customTag: Output<String>? = null, field: Output<GooglePrivacyDlpV2FieldIdArgs>? = null)

Properties

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

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

Link copied to clipboard

Identifies the column.

Functions

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