DeidentifyTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Attributes
Name | Description |
name |
str
Output only. The template name. The template will have one of the following formats: ``projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID`` OR ``organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`` |
display_name |
str
Display name (max 256 chars). |
description |
str
Short description (max 256 chars). |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The creation timestamp of an inspectTemplate. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The last update timestamp of an inspectTemplate. |
deidentify_config |
google.cloud.dlp_v2.types.DeidentifyConfig
The core content of the template. |