Class InitialAccessBrokerFindingDetail
A detail object for an Initial Access Broker (IAB) finding.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class InitialAccessBrokerFindingDetail : IDirectResponseSchema
Properties
DocumentId
Required. The unique identifier of the document that triggered the IAB 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 IAB finding. This is a float value between 0 and 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 IAB finding. This indicates the potential impact of the threat.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |