Google Cloud Data Loss Prevention v2 API - Class InfoTypeCategory (2.16.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
Name Description
other InfoTypeCategory

Properties

CategoryCase

public InfoTypeCategory.CategoryOneofCase CategoryCase { get; }
Property Value
Type Description
InfoTypeCategoryCategoryOneofCase

HasIndustryCategory

public bool HasIndustryCategory { get; }

Gets whether the "industry_category" field is set

Property Value
Type Description
bool

HasLocationCategory

public bool HasLocationCategory { get; }

Gets whether the "location_category" field is set

Property Value
Type Description
bool

HasTypeCategory

public bool HasTypeCategory { get; }

Gets whether the "type_category" field is set

Property Value
Type Description
bool

IndustryCategory

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

The group of relevant businesses where this infoType is commonly used

Property Value
Type Description
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
Type Description
InfoTypeCategoryTypesLocationCategory

TypeCategory

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

The class of identifiers where this infoType belongs

Property Value
Type Description
InfoTypeCategoryTypesTypeCategory