Google Privacy Dlp V2Deidentify Config Response
data class GooglePrivacyDlpV2DeidentifyConfigResponse(val imageTransformations: GooglePrivacyDlpV2ImageTransformationsResponse, val infoTypeTransformations: GooglePrivacyDlpV2InfoTypeTransformationsResponse, val recordTransformations: GooglePrivacyDlpV2RecordTransformationsResponse, val transformationErrorHandling: GooglePrivacyDlpV2TransformationErrorHandlingResponse)
The configuration that controls how the data will change.
Constructors
Link copied to clipboard
constructor(imageTransformations: GooglePrivacyDlpV2ImageTransformationsResponse, infoTypeTransformations: GooglePrivacyDlpV2InfoTypeTransformationsResponse, recordTransformations: GooglePrivacyDlpV2RecordTransformationsResponse, transformationErrorHandling: GooglePrivacyDlpV2TransformationErrorHandlingResponse)
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
.