public sealed class DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions : IMessage<DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions>, IEquatable<DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions>, IDeepCloneable<DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions.
De-identification options.
Implements
IMessageDeidentifyDataSourceDetailsTypesRequestedDeidentifyOptions, IEquatableDeidentifyDataSourceDetailsTypesRequestedDeidentifyOptions, IDeepCloneableDeidentifyDataSourceDetailsTypesRequestedDeidentifyOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
RequestedDeidentifyOptions()
public RequestedDeidentifyOptions()RequestedDeidentifyOptions(RequestedDeidentifyOptions)
public RequestedDeidentifyOptions(DeidentifyDataSourceDetails.Types.RequestedDeidentifyOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
DeidentifyDataSourceDetailsTypesRequestedDeidentifyOptions |
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 |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
DeidentifyTemplate |
|