public sealed class DeidentifyDataSourceDetails : IMessage<DeidentifyDataSourceDetails>, IEquatable<DeidentifyDataSourceDetails>, IDeepCloneable<DeidentifyDataSourceDetails>, IBufferMessage, IMessageReference 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.
Implements
IMessageDeidentifyDataSourceDetails, IEquatableDeidentifyDataSourceDetails, IDeepCloneableDeidentifyDataSourceDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyDataSourceDetails()
public DeidentifyDataSourceDetails()DeidentifyDataSourceDetails(DeidentifyDataSourceDetails)
public DeidentifyDataSourceDetails(DeidentifyDataSourceDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DeidentifyDataSourceDetails |
Properties
DeidentifyStats
public DeidentifyDataSourceStats DeidentifyStats { get; set; }Stats about the de-identification operation.
| Property Value | |
|---|---|
| Type | Description |
DeidentifyDataSourceStats |
|
RequestedOptions
public DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions RequestedOptions { get; set; }De-identification config used for the request.
| Property Value | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetailsTypesRequestedDeidentifyOptions |
|