Google Privacy Dlp V2Transformation Error Handling Args
data class GooglePrivacyDlpV2TransformationErrorHandlingArgs(val leaveUntransformed: Output<GooglePrivacyDlpV2LeaveUntransformedArgs>? = null, val throwError: Output<GooglePrivacyDlpV2ThrowErrorArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2TransformationErrorHandlingArgs>
How to handle transformation errors during de-identification. A transformation error occurs when the requested transformation is incompatible with the data. For example, trying to de-identify an IP address using a DateShift
transformation would result in a transformation error, since date info cannot be extracted from an IP address. Information about any incompatible transformations, and how they were handled, is returned in the response as part of the TransformationOverviews
.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2TransformationErrorHandlingArgs(leaveUntransformed: Output<GooglePrivacyDlpV2LeaveUntransformedArgs>? = null, throwError: Output<GooglePrivacyDlpV2ThrowErrorArgs>? = null)