InspectTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/sensitive-data-protection/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/inspectTemplates/TEMPLATE_ID OR
organizations/ORGANIZATION_ID/inspectTemplates/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. |
inspect_config |
google.cloud.dlp_v2.types.InspectConfig
The core content of the template. Configuration of the scanning process. |