Show / Hide Table of Contents

Class PriorityAnalysis

Structured priority analysis for a threat.

Inheritance
object
PriorityAnalysis
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX