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

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.

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/sensitive-data-protection/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

SensitivityScore

public SensitivityScore SensitivityScore { get; set; }

Optional custom sensitivity for this InfoType. This only applies to data profiling.

Property Value
TypeDescription
SensitivityScore

Version

public string Version { get; set; }

Optional version name for this InfoType.

Property Value
TypeDescription
string