Show / Hide Table of Contents

Class GooglePrivacyDlpV2RequestedDeidentifyOptions

De-identification options.

Inheritance
object
GooglePrivacyDlpV2RequestedDeidentifyOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2RequestedDeidentifyOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SnapshotDeidentifyTemplate

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

Declaration
[JsonProperty("snapshotDeidentifyTemplate")]
public virtual GooglePrivacyDlpV2DeidentifyTemplate SnapshotDeidentifyTemplate { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DeidentifyTemplate

SnapshotImageRedactTemplate

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

Declaration
[JsonProperty("snapshotImageRedactTemplate")]
public virtual GooglePrivacyDlpV2DeidentifyTemplate SnapshotImageRedactTemplate { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DeidentifyTemplate

SnapshotStructuredDeidentifyTemplate

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

Declaration
[JsonProperty("snapshotStructuredDeidentifyTemplate")]
public virtual GooglePrivacyDlpV2DeidentifyTemplate SnapshotStructuredDeidentifyTemplate { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DeidentifyTemplate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX