GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig (google_api_dlp v0.41.0) View Source
The configuration that controls how the data will change.
Attributes
-
infoTypeTransformations
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeTransformations.t
, default:nil
) - Treat the dataset as free-form text and apply the same free text transformation everywhere. -
recordTransformations
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformations.t
, default:nil
) - Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. -
transformationErrorHandling
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationErrorHandling.t
, default:nil
) - Mode for handling transformation errors. If left unspecified, the default mode isTransformationErrorHandling.ThrowError
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig{ infoTypeTransformations: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeTransformations.t() | nil, recordTransformations: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformations.t() | nil, transformationErrorHandling: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationErrorHandling.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.