Class PriorityAnalysis
Structured priority analysis for a threat.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class PriorityAnalysis : 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 |
PriorityLevel
The level of Priority.
Declaration
[JsonProperty("priorityLevel")]
public virtual string PriorityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reasoning
Human-readable explanation from the model, detailing why a particular result is considered to have a certain priority.
Declaration
[JsonProperty("reasoning")]
public virtual string Reasoning { get; set; }
Property Value
| Type | Description |
|---|---|
| string |