public sealed class OtherInfoTypeSummary : IMessage<OtherInfoTypeSummary>, IEquatable<OtherInfoTypeSummary>, IDeepCloneable<OtherInfoTypeSummary>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class OtherInfoTypeSummary.
Infotype details for other infoTypes found within a column.
Implements
IMessageOtherInfoTypeSummary, IEquatableOtherInfoTypeSummary, IDeepCloneableOtherInfoTypeSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
OtherInfoTypeSummary()
public OtherInfoTypeSummary()OtherInfoTypeSummary(OtherInfoTypeSummary)
public OtherInfoTypeSummary(OtherInfoTypeSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
OtherInfoTypeSummary |
Properties
EstimatedPrevalence
public int EstimatedPrevalence { get; set; }Approximate percentage of non-null rows that contained data detected by this infotype.
| Property Value | |
|---|---|
| Type | Description |
int |
|
ExcludedFromAnalysis
public bool ExcludedFromAnalysis { get; set; }Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InfoType
public InfoType InfoType { get; set; }The other infoType.
| Property Value | |
|---|---|
| Type | Description |
InfoType |
|