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

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

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

The results of a [Deidentify][google.privacy.dlp.v2.Action.Deidentify] action from an inspect job.

Inheritance

object > DeidentifyDataSourceDetails

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeidentifyDataSourceDetails()

public DeidentifyDataSourceDetails()

DeidentifyDataSourceDetails(DeidentifyDataSourceDetails)

public DeidentifyDataSourceDetails(DeidentifyDataSourceDetails other)
Parameter
NameDescription
otherDeidentifyDataSourceDetails

Properties

DeidentifyStats

public DeidentifyDataSourceStats DeidentifyStats { get; set; }

Stats about the de-identification operation.

Property Value
TypeDescription
DeidentifyDataSourceStats

RequestedOptions

public DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions RequestedOptions { get; set; }

De-identification config used for the request.

Property Value
TypeDescription
DeidentifyDataSourceDetailsTypesRequestedDeidentifyOptions