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

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

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

A transformation to apply to text that is identified as a specific info_type.

Inheritance

object > InfoTypeTransformations.Types.InfoTypeTransformation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeTransformation()

public InfoTypeTransformation()

InfoTypeTransformation(InfoTypeTransformation)

public InfoTypeTransformation(InfoTypeTransformations.Types.InfoTypeTransformation other)
Parameter
NameDescription
otherInfoTypeTransformationsTypesInfoTypeTransformation

Properties

InfoTypes

public RepeatedField<InfoType> InfoTypes { get; }

InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig.

Property Value
TypeDescription
RepeatedFieldInfoType

PrimitiveTransformation

public PrimitiveTransformation PrimitiveTransformation { get; set; }

Required. Primitive transformation to apply to the infoType.

Property Value
TypeDescription
PrimitiveTransformation