Google Cloud Data Loss Prevention v2 API - Class DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions (4.14.0)

 public sealed class DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions : IMessage<DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions>, IEquatable<DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions>, IDeepCloneable<DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions>, IBufferMessage, IMessage 

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

De-identification options.

Inheritance

object > DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

RequestedDeidentifyOptions()

 public RequestedDeidentifyOptions() 

RequestedDeidentifyOptions(RequestedDeidentifyOptions)

 public RequestedDeidentifyOptions(DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions other) 

Properties

SnapshotDeidentifyTemplate

 public DeidentifyTemplate SnapshotDeidentifyTemplate { get; set; } 

Snapshot of the state of the DeidentifyTemplate from the [Deidentify][google.privacy.dlp.v2.Action.Deidentify] action at the time this job was run.

Property Value
Type
Description

SnapshotImageRedactTemplate

 public DeidentifyTemplate SnapshotImageRedactTemplate { get; set; } 

Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.

Property Value
Type
Description

SnapshotStructuredDeidentifyTemplate

 public DeidentifyTemplate SnapshotStructuredDeidentifyTemplate { get; set; } 

Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

Property Value
Type
Description