Class RelevanceAnalysis
Structured relevance analysis for a threat.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class RelevanceAnalysis : IDirectResponseSchema
Properties
Confidence
The level of confidence in the given verdict.
Declaration
[JsonProperty("confidence")]
public virtual string Confidence { 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 |
Evidence
Evidence supporting the verdict, including matched and unmatched items.
Declaration
[JsonProperty("evidence")]
public virtual Evidence Evidence { get; set; }
Property Value
| Type | Description |
|---|---|
| Evidence |
Reasoning
Human-readable explanation from the matcher, detailing why a particular result is considered relevant or not relevant.
Declaration
[JsonProperty("reasoning")]
public virtual string Reasoning { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelevanceLevel
The level of relevance.
Declaration
[JsonProperty("relevanceLevel")]
public virtual string RelevanceLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Relevant
Indicates whether the threat is considered relevant.
Declaration
[JsonProperty("relevant")]
public virtual bool? Relevant { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |