Class DataLeakFindingDetail
A detail object for a Data Leak finding.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class DataLeakFindingDetail : IDirectResponseSchema
Properties
DocumentId
Required. The unique identifier of the document that triggered the Data Leak finding. This ID can be used to retrieve the content of the document for further analysis.
Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { 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 |
MatchScore
Required. Reference to the match score of the Data Leak finding. This is a float value greater than 0 and less than or equal to 1 calculated by the matching engine based on the similarity of the document and the user provided configurations.
Declaration
[JsonProperty("matchScore")]
public virtual float? MatchScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
Severity
Required. The severity of the Data Leak finding. This indicates the potential impact of the threat.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |