Google Cloud Data Loss Prevention v2 API - Class InfoTypeCategory (4.14.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

Properties

CategoryCase

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

HasIndustryCategory

 public bool HasIndustryCategory { get; } 

Gets whether the "industry_category" field is set

Property Value
Type
Description

HasLocationCategory

 public bool HasLocationCategory { get; } 

Gets whether the "location_category" field is set

Property Value
Type
Description

HasTypeCategory

 public bool HasTypeCategory { get; } 

Gets whether the "type_category" field is set

Property Value
Type
Description

IndustryCategory

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

The group of relevant businesses where this infoType is commonly used

Property Value
Type
Description

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

TypeCategory

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

The class of identifiers where this infoType belongs

Property Value
Type
Description