Google Cloud Data Loss Prevention v2 API - Class DeidentifyConfig (4.8.0)

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.

Inheritance

object > DeidentifyConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeidentifyConfig()

public DeidentifyConfig()

DeidentifyConfig(DeidentifyConfig)

public DeidentifyConfig(DeidentifyConfig other)
Parameter
NameDescription
otherDeidentifyConfig

Properties

ImageTransformations

public ImageTransformations ImageTransformations { get; set; }

Treat the dataset as an image and redact.

Property Value
TypeDescription
ImageTransformations

InfoTypeTransformations

public InfoTypeTransformations InfoTypeTransformations { get; set; }

Treat the dataset as free-form text and apply the same free text transformation everywhere.

Property Value
TypeDescription
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
TypeDescription
RecordTransformations

TransformationCase

public DeidentifyConfig.TransformationOneofCase TransformationCase { get; }
Property Value
TypeDescription
DeidentifyConfigTransformationOneofCase

TransformationErrorHandling

public TransformationErrorHandling TransformationErrorHandling { get; set; }

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

Property Value
TypeDescription
TransformationErrorHandling