Google Cloud Data Loss Prevention v2 API - Class InfoTypeDescription (4.8.0)

public sealed class InfoTypeDescription : IMessage<InfoTypeDescription>, IEquatable<InfoTypeDescription>, IDeepCloneable<InfoTypeDescription>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeDescription.

InfoType description.

Inheritance

object > InfoTypeDescription

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeDescription()

public InfoTypeDescription()

InfoTypeDescription(InfoTypeDescription)

public InfoTypeDescription(InfoTypeDescription other)
Parameter
NameDescription
otherInfoTypeDescription

Properties

Categories

public RepeatedField<InfoTypeCategory> Categories { get; }

The category of the infoType.

Property Value
TypeDescription
RepeatedFieldInfoTypeCategory

Description

public string Description { get; set; }

Description of the infotype. Translated when language is provided in the request.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Human readable form of the infoType name.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Internal name of the infoType.

Property Value
TypeDescription
string

SensitivityScore

public SensitivityScore SensitivityScore { get; set; }

The default sensitivity of the infoType.

Property Value
TypeDescription
SensitivityScore

SupportedBy

public RepeatedField<InfoTypeSupportedBy> SupportedBy { get; }

Which parts of the API supports this InfoType.

Property Value
TypeDescription
RepeatedFieldInfoTypeSupportedBy

Versions

public RepeatedField<VersionDescription> Versions { get; }

A list of available versions for the infotype.

Property Value
TypeDescription
RepeatedFieldVersionDescription