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

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

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

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
InfoTypeCategoryCategoryOneofCase

HasIndustryCategory

public bool HasIndustryCategory { get; }

Gets whether the "industry_category" field is set

Property Value
TypeDescription
bool

HasLocationCategory

public bool HasLocationCategory { get; }

Gets whether the "location_category" field is set

Property Value
TypeDescription
bool

HasTypeCategory

public bool HasTypeCategory { get; }

Gets whether the "type_category" field is set

Property Value
TypeDescription
bool

IndustryCategory

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

The group of relevant businesses where this infoType is commonly used

Property Value
TypeDescription
InfoTypeCategoryTypesIndustryCategory

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
InfoTypeCategoryTypesLocationCategory

TypeCategory

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

The class of identifiers where this infoType belongs

Property Value
TypeDescription
InfoTypeCategoryTypesTypeCategory