Class GooglePrivacyDlpV2RequestedDeidentifyOptions
De-identification options.
Implements
Inherited Members
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 |