Class GooglePrivacyDlpV2DeidentifyConfig
The configuration that controls how the data will change.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DeidentifyConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageTransformations
Treat the dataset as an image and redact.
Declaration
[JsonProperty("imageTransformations")]
public virtual GooglePrivacyDlpV2ImageTransformations ImageTransformations { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ImageTransformations |
InfoTypeTransformations
Treat the dataset as free-form text and apply the same free text transformation everywhere.
Declaration
[JsonProperty("infoTypeTransformations")]
public virtual GooglePrivacyDlpV2InfoTypeTransformations InfoTypeTransformations { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2InfoTypeTransformations |
RecordTransformations
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
Declaration
[JsonProperty("recordTransformations")]
public virtual GooglePrivacyDlpV2RecordTransformations RecordTransformations { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2RecordTransformations |
TransformationErrorHandling
Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.
Declaration
[JsonProperty("transformationErrorHandling")]
public virtual GooglePrivacyDlpV2TransformationErrorHandling TransformationErrorHandling { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2TransformationErrorHandling |