Google Cloud Data Loss Prevention v2 API - Class DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions (4.8.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)
Parameter
NameDescription
otherDeidentifyDataSourceDetailsTypesRequestedDeidentifyOptions

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
TypeDescription
DeidentifyTemplate

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
TypeDescription
DeidentifyTemplate

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
TypeDescription
DeidentifyTemplate