public sealed class DeidentifyTemplate : IMessage<DeidentifyTemplate>, IEquatable<DeidentifyTemplate>, IDeepCloneable<DeidentifyTemplate>, IBufferMessage, IMessage
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Implements
IMessage<DeidentifyTemplate>, IEquatable<DeidentifyTemplate>, IDeepCloneable<DeidentifyTemplate>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyTemplate()
public DeidentifyTemplate()
DeidentifyTemplate(DeidentifyTemplate)
public DeidentifyTemplate(DeidentifyTemplate other)
Parameter | |
---|---|
Name | Description |
other | DeidentifyTemplate |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The creation timestamp of an inspectTemplate.
Property Value | |
---|---|
Type | Description |
Timestamp |
DeidentifyConfig
public DeidentifyConfig DeidentifyConfig { get; set; }
///////////// // The core content of the template // ///////////////
Property Value | |
---|---|
Type | Description |
DeidentifyConfig |
DeidentifyTemplateName
public DeidentifyTemplateName DeidentifyTemplateName { get; set; }
DeidentifyTemplateName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DeidentifyTemplateName |
Description
public string Description { get; set; }
Short description (max 256 chars).
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Display name (max 256 chars).
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
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
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last update timestamp of an inspectTemplate.
Property Value | |
---|---|
Type | Description |
Timestamp |