google_api_dlp v0.10.1 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig{
infoTypeTransformations:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeTransformations.t(),
recordTransformations:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformations.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig{
infoTypeTransformations:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeTransformations.t(),
recordTransformations:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformations.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.