public sealed class Finding : IMessage<Finding>, IEquatable<Finding>, IDeepCloneable<Finding>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Finding.
Represents a piece of potentially sensitive content.
Implements
IMessage<Finding>, IEquatable<Finding>, IDeepCloneable<Finding>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Finding()
public Finding()
Finding(Finding)
public Finding(Finding other)
Name | Description |
other | Finding |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Timestamp when finding was detected.
Type | Description |
Timestamp |
FindingId
public string FindingId { get; set; }
The unique finding id.
Type | Description |
String |
FindingName
public FindingName FindingName { get; set; }
FindingName-typed view over the Name resource name property.
Type | Description |
FindingName |
InfoType
public InfoType InfoType { get; set; }
The type of content that might have been found.
Provided if excluded_types
is false.
Type | Description |
InfoType |
JobCreateTime
public Timestamp JobCreateTime { get; set; }
Time the job started that produced this finding.
Type | Description |
Timestamp |