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

public sealed class InfoTypeTransformations : IMessage<InfoTypeTransformations>, IEquatable<InfoTypeTransformations>, IDeepCloneable<InfoTypeTransformations>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeTransformations.

A type of transformation that will scan unstructured text and apply various PrimitiveTransformations to each finding, where the transformation is applied to only values that were identified as a specific info_type.

Inheritance

object > InfoTypeTransformations

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeTransformations()

public InfoTypeTransformations()

InfoTypeTransformations(InfoTypeTransformations)

public InfoTypeTransformations(InfoTypeTransformations other)
Parameter
NameDescription
otherInfoTypeTransformations

Properties

Transformations

public RepeatedField<InfoTypeTransformations.Types.InfoTypeTransformation> Transformations { get; }

Required. Transformation for each infoType. Cannot specify more than one for a given infoType.

Property Value
TypeDescription
RepeatedFieldInfoTypeTransformationsTypesInfoTypeTransformation