Google Cloud Data Loss Prevention v2 API - Class UpdateDeidentifyTemplateRequest (4.7.0)

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

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

Request message for UpdateDeidentifyTemplate.

Inheritance

object > UpdateDeidentifyTemplateRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

UpdateDeidentifyTemplateRequest()

public UpdateDeidentifyTemplateRequest()

UpdateDeidentifyTemplateRequest(UpdateDeidentifyTemplateRequest)

public UpdateDeidentifyTemplateRequest(UpdateDeidentifyTemplateRequest other)
Parameter
NameDescription
otherUpdateDeidentifyTemplateRequest

Properties

DeidentifyTemplate

public DeidentifyTemplate DeidentifyTemplate { get; set; }

New DeidentifyTemplate value.

Property Value
TypeDescription
DeidentifyTemplate

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 organization and deidentify template to be updated, for example organizations/433245324/deidentifyTemplates/432452342 or projects/project-id/deidentifyTemplates/432452342.

Property Value
TypeDescription
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Mask to control which fields get updated.

Property Value
TypeDescription
FieldMask