Show / Hide Table of Contents

Class GooglePrivacyDlpV2InfoTypeDescription

InfoType description.

Inheritance
object
GooglePrivacyDlpV2InfoTypeDescription
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Example

A sample that is a true positive for this infoType.

Declaration
[JsonProperty("example")]
public virtual string Example { 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

SpecificInfoTypes

If this field is set, this infoType is a general infoType and these specific infoTypes are contained within it. General infoTypes are infoTypes that encompass multiple specific infoTypes. For example, the "GEOGRAPHIC_DATA" general infoType would have set for this field "LOCATION", "LOCATION_COORDINATES", and "STREET_ADDRESS".

Declaration
[JsonProperty("specificInfoTypes")]
public virtual IList<string> SpecificInfoTypes { get; set; }
Property Value
Type Description
IList<string>

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX