Class InfoType (4.1.0)

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

Type of information detected by the API.

Inheritance

Object > InfoType

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoType()

public InfoType()

InfoType(InfoType)

public InfoType(InfoType other)
Parameter
NameDescription
otherInfoType

Properties

Name

public string Name { get; set; }

Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern [A-Za-z0-9$-_]{1,64}.

Property Value
TypeDescription
String

Version

public string Version { get; set; }

Optional version name for this InfoType.

Property Value
TypeDescription
String