Class GooglePrivacyDlpV2InfoTypeCategory
Classification of infoTypes to organize them according to geographic location, industry, and data type.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InfoTypeCategory : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IndustryCategory
The group of relevant businesses where this infoType is commonly used
Declaration
[JsonProperty("industryCategory")]
public virtual string IndustryCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
LocationCategory
The region or country that issued the ID or document represented by the infoType.
Declaration
[JsonProperty("locationCategory")]
public virtual string LocationCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
TypeCategory
The class of identifiers where this infoType belongs
Declaration
[JsonProperty("typeCategory")]
public virtual string TypeCategory { get; set; }
Property Value
Type | Description |
---|---|
string |