Google Cloud Data Loss Prevention v2 API - Class GetDeidentifyTemplateRequest (4.8.0)

public sealed class GetDeidentifyTemplateRequest : IMessage<GetDeidentifyTemplateRequest>, IEquatable<GetDeidentifyTemplateRequest>, IDeepCloneable<GetDeidentifyTemplateRequest>, IBufferMessage, IMessage

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

Request message for GetDeidentifyTemplate.

Inheritance

object > GetDeidentifyTemplateRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

GetDeidentifyTemplateRequest()

public GetDeidentifyTemplateRequest()

GetDeidentifyTemplateRequest(GetDeidentifyTemplateRequest)

public GetDeidentifyTemplateRequest(GetDeidentifyTemplateRequest other)
Parameter
NameDescription
otherGetDeidentifyTemplateRequest

Properties

DeidentifyTemplateName

public DeidentifyTemplateName DeidentifyTemplateName { get; set; }

DeidentifyTemplateName-typed view over the Name resource name property.

Property Value
TypeDescription
DeidentifyTemplateName

Name

public string Name { get; set; }

Required. Resource name of the organization and deidentify template to be read, for example organizations/433245324/deidentifyTemplates/432452342 or projects/project-id/deidentifyTemplates/432452342.

Property Value
TypeDescription
string