public sealed class DeidentifyTemplate : IMessage<DeidentifyTemplate>, IEquatable<DeidentifyTemplate>, IDeepCloneable<DeidentifyTemplate>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyTemplate.
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.
Implements
IMessageDeidentifyTemplate, IEquatableDeidentifyTemplate, IDeepCloneableDeidentifyTemplate, 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 |
|