public sealed class InfoType : IMessage<InfoType>, IEquatable<InfoType>, IDeepCloneable<InfoType>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoType.
Type of information detected by the API.
Implements
IMessage<InfoType>, IEquatable<InfoType>, IDeepCloneable<InfoType>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoType()
public InfoType()
InfoType(InfoType)
public InfoType(InfoType other)
Parameter | |
---|---|
Name | Description |
other | InfoType |
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 | |
---|---|
Type | Description |
String |
Version
public string Version { get; set; }
Optional version name for this InfoType.
Property Value | |
---|---|
Type | Description |
String |