public sealed class DeidentifyConfig : IMessage<DeidentifyConfig>, IEquatable<DeidentifyConfig>, IDeepCloneable<DeidentifyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyConfig.
The configuration that controls how the data will change.
Implements
IMessage<DeidentifyConfig>, IEquatable<DeidentifyConfig>, IDeepCloneable<DeidentifyConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyConfig()
public DeidentifyConfig()
DeidentifyConfig(DeidentifyConfig)
public DeidentifyConfig(DeidentifyConfig other)
Parameter | |
---|---|
Name | Description |
other | DeidentifyConfig |
Properties
ImageTransformations
public ImageTransformations ImageTransformations { get; set; }
Treat the dataset as an image and redact.
Property Value | |
---|---|
Type | Description |
ImageTransformations |
InfoTypeTransformations
public InfoTypeTransformations InfoTypeTransformations { get; set; }
Treat the dataset as free-form text and apply the same free text transformation everywhere.
Property Value | |
---|---|
Type | Description |
InfoTypeTransformations |
RecordTransformations
public RecordTransformations RecordTransformations { get; set; }
Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
Property Value | |
---|---|
Type | Description |
RecordTransformations |
TransformationCase
public DeidentifyConfig.TransformationOneofCase TransformationCase { get; }
Property Value | |
---|---|
Type | Description |
DeidentifyConfig.TransformationOneofCase |
TransformationErrorHandling
public TransformationErrorHandling TransformationErrorHandling { get; set; }
Mode for handling transformation errors. If left unspecified, the default
mode is TransformationErrorHandling.ThrowError
.
Property Value | |
---|---|
Type | Description |
TransformationErrorHandling |