GooglePrivacyDlpV2DeidentifyConfigArgs

data class GooglePrivacyDlpV2DeidentifyConfigArgs(val imageTransformations: Output<GooglePrivacyDlpV2ImageTransformationsArgs>? = null, val infoTypeTransformations: Output<GooglePrivacyDlpV2InfoTypeTransformationsArgs>? = null, val recordTransformations: Output<GooglePrivacyDlpV2RecordTransformationsArgs>? = null, val transformationErrorHandling: Output<GooglePrivacyDlpV2TransformationErrorHandlingArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2DeidentifyConfigArgs>

The configuration that controls how the data will change.

Constructors

Link copied to clipboard
constructor(imageTransformations: Output<GooglePrivacyDlpV2ImageTransformationsArgs>? = null, infoTypeTransformations: Output<GooglePrivacyDlpV2InfoTypeTransformationsArgs>? = null, recordTransformations: Output<GooglePrivacyDlpV2RecordTransformationsArgs>? = null, transformationErrorHandling: Output<GooglePrivacyDlpV2TransformationErrorHandlingArgs>? = null)

Properties

Link copied to clipboard

Treat the dataset as an image and redact.

Link copied to clipboard

Treat the dataset as free-form text and apply the same free text transformation everywhere.

Link copied to clipboard

Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

Link copied to clipboard

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

Functions

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