Google Cloud Data Loss Prevention v2 API - Class DeidentifyTemplateName (4.3.0)

public sealed class DeidentifyTemplateName : IResourceName, IEquatable<DeidentifyTemplateName>

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyTemplateName.

Resource name for the DeidentifyTemplate resource.

Inheritance

Object > DeidentifyTemplateName

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeidentifyTemplateName(String, String)

public DeidentifyTemplateName(string organizationId, string deidentifyTemplateId)

Constructs a new instance of a DeidentifyTemplateName class from the component parts of pattern organizations/{organization}/deidentifyTemplates/{deidentify_template}

Parameters
NameDescription
organizationIdString

The Organization ID. Must not be null or empty.

deidentifyTemplateIdString

The DeidentifyTemplate ID. Must not be null or empty.

Properties

DeidentifyTemplateId

public string DeidentifyTemplateId { get; }

The DeidentifyTemplate ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
String

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
Boolean