GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationConfig (google_api_dlp v0.54.0)
View SourceUser specified templates and configs for how to deidentify structured, unstructures, and image files. User must provide either a unstructured deidentify template or at least one redact image config.
Attributes
-
deidentifyTemplate(type:String.t, default:nil) - De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot containrecord_transformationssince it can be used for unstructured content such as free-form text files. If this template is not set, a defaultReplaceWithInfoTypeConfigwill be used to de-identify unstructured content. -
imageRedactTemplate(type:String.t, default:nil) - Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box. -
structuredDeidentifyTemplate(type:String.t, default:nil) - Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but thedeidentify_templateis set, thendeidentify_templatewill also apply to the structured content. If neither template is set, a defaultReplaceWithInfoTypeConfigwill be used to de-identify structured content.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.