Class GooglePrivacyDlpV2InfoTypeDescription
InfoType description.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InfoTypeDescription : IDirectResponseSchema
Properties
Categories
The category of the infoType.
Declaration
[JsonProperty("categories")]
public virtual IList<GooglePrivacyDlpV2InfoTypeCategory> Categories { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2InfoTypeCategory> |
Description
Description of the infotype. Translated when language is provided in the request.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Human readable form of the infoType name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Internal name of the infoType.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SensitivityScore
The default sensitivity of the infoType.
Declaration
[JsonProperty("sensitivityScore")]
public virtual GooglePrivacyDlpV2SensitivityScore SensitivityScore { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SensitivityScore |
SupportedBy
Which parts of the API supports this InfoType.
Declaration
[JsonProperty("supportedBy")]
public virtual IList<string> SupportedBy { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Versions
A list of available versions for the infotype.
Declaration
[JsonProperty("versions")]
public virtual IList<GooglePrivacyDlpV2VersionDescription> Versions { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2VersionDescription> |