SdpAdvancedConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Sensitive Data Protection Advanced configuration.
Attributes |
|
|---|---|
| Name | Description |
inspect_template |
str
Optional. Sensitive Data Protection inspect template resource name If only inspect template is provided (de-identify template not provided), then Sensitive Data Protection InspectContent action is performed during Sanitization. All Sensitive Data Protection findings identified during inspection will be returned as SdpFinding in SdpInsepctionResult. e.g. projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
|
deidentify_template |
str
Optional. Optional Sensitive Data Protection Deidentify template resource name. If provided then DeidentifyContent action is performed during Sanitization using this template and inspect template. The De-identified data will be returned in SdpDeidentifyResult. Note that all info-types present in the deidentify template must be present in inspect template. e.g. projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
|