Class InfoTypeCategory (4.1.0)

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

Classification of infoTypes to organize them according to geographic location, industry, and data type.

Inheritance

Object > InfoTypeCategory

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeCategory()

public InfoTypeCategory()

InfoTypeCategory(InfoTypeCategory)

public InfoTypeCategory(InfoTypeCategory other)
Parameter
NameDescription
otherInfoTypeCategory

Properties

CategoryCase

public InfoTypeCategory.CategoryOneofCase CategoryCase { get; }
Property Value
TypeDescription
InfoTypeCategory.CategoryOneofCase

IndustryCategory

public InfoTypeCategory.Types.IndustryCategory IndustryCategory { get; set; }

The group of relevant businesses where this infoType is commonly used

Property Value
TypeDescription
InfoTypeCategory.Types.IndustryCategory

LocationCategory

public InfoTypeCategory.Types.LocationCategory LocationCategory { get; set; }

The region or country that issued the ID or document represented by the infoType.

Property Value
TypeDescription
InfoTypeCategory.Types.LocationCategory

TypeCategory

public InfoTypeCategory.Types.TypeCategory TypeCategory { get; set; }

The class of identifiers where this infoType belongs

Property Value
TypeDescription
InfoTypeCategory.Types.TypeCategory