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