public sealed class InfoTypeDescription : IMessage<InfoTypeDescription>, IEquatable<InfoTypeDescription>, IDeepCloneable<InfoTypeDescription>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeDescription.
InfoType description.
Implements
IMessageInfoTypeDescription, IEquatableInfoTypeDescription, IDeepCloneableInfoTypeDescription, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeDescription()
public InfoTypeDescription()InfoTypeDescription(InfoTypeDescription)
public InfoTypeDescription(InfoTypeDescription other)| Parameter | |
|---|---|
| Name | Description |
other |
InfoTypeDescription |
Properties
Categories
public RepeatedField<InfoTypeCategory> Categories { get; }The category of the infoType.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInfoTypeCategory |
|
Description
public string Description { get; set; }Description of the infotype. Translated when language is provided in the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Human readable form of the infoType name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Example
public string Example { get; set; }A sample that is a true positive for this infoType.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LocationSupport
public LocationSupport LocationSupport { get; set; }Locations at which this feature can be used. May change over time.
| Property Value | |
|---|---|
| Type | Description |
LocationSupport |
|
Name
public string Name { get; set; }Internal name of the infoType.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SensitivityScore
public SensitivityScore SensitivityScore { get; set; }The default sensitivity of the infoType.
| Property Value | |
|---|---|
| Type | Description |
SensitivityScore |
|
SpecificInfoTypes
public RepeatedField<string> SpecificInfoTypes { get; }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".
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SupportedBy
public RepeatedField<InfoTypeSupportedBy> SupportedBy { get; }Which parts of the API supports this InfoType.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInfoTypeSupportedBy |
|
Versions
public RepeatedField<VersionDescription> Versions { get; }A list of available versions for the infotype.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldVersionDescription |
|