Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DeidentifyTemplate (v0.20.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DeidentifyTemplate.
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
defcreate_time()->::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The creation timestamp of an inspectTemplate.
#deidentify_config
defdeidentify_config()->::Google::Cloud::Dlp::V2::DeidentifyConfig- (::Google::Cloud::Dlp::V2::DeidentifyConfig) — The core content of the template.
#deidentify_config=
defdeidentify_config=(value)->::Google::Cloud::Dlp::V2::DeidentifyConfig- value (::Google::Cloud::Dlp::V2::DeidentifyConfig) — The core content of the template.
- (::Google::Cloud::Dlp::V2::DeidentifyConfig) — The core content of the template.
#description
defdescription()->::String- (::String) — Short description (max 256 chars).
#description=
defdescription=(value)->::String- value (::String) — Short description (max 256 chars).
- (::String) — Short description (max 256 chars).
#display_name
defdisplay_name()->::String- (::String) — Display name (max 256 chars).
#display_name=
defdisplay_name=(value)->::String- value (::String) — Display name (max 256 chars).
- (::String) — Display name (max 256 chars).
#name
defname()->::String-
(::String) — Output only. The template name.
The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_IDORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
#update_time
defupdate_time()->::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The last update timestamp of an inspectTemplate.