Class DeidentifyTemplate (2.0.1)

DeidentifyTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

DeidentifyTemplates contains instructions on how to de- dentify content. See https://cloud.google.com/dlp/docs/concepts- templates to learn more.

Attributes

NameDescription
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 `.timestamp.Timestamp`
Output only. The creation timestamp of an inspectTemplate.
update_time `.timestamp.Timestamp`
Output only. The last update timestamp of an inspectTemplate.
deidentify_config `.dlp.DeidentifyConfig`
///////////// // The core content of the template // ///////////////

Inheritance

builtins.object > proto.message.Message > DeidentifyTemplate