Show / Hide Table of Contents

Class SecurityResult.Types.AnalystVerdict

Verdict provided by the human analyst. These fields are used to model Mandiant sources.

Inheritance
object
SecurityResult.Types.AnalystVerdict
Implements
IMessage<SecurityResult.Types.AnalystVerdict>
IEquatable<SecurityResult.Types.AnalystVerdict>
IDeepCloneable<SecurityResult.Types.AnalystVerdict>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SecurityResult.Types.AnalystVerdict : IMessage<SecurityResult.Types.AnalystVerdict>, IEquatable<SecurityResult.Types.AnalystVerdict>, IDeepCloneable<SecurityResult.Types.AnalystVerdict>, IBufferMessage, IMessage

Constructors

AnalystVerdict()

Declaration
public AnalystVerdict()

AnalystVerdict(AnalystVerdict)

Declaration
public AnalystVerdict(SecurityResult.Types.AnalystVerdict other)
Parameters
Type Name Description
SecurityResult.Types.AnalystVerdict other

Properties

ConfidenceScore

Confidence score of the verdict.

Declaration
public int ConfidenceScore { get; set; }
Property Value
Type Description
int

VerdictResponse

Details of the verdict.

Declaration
public SecurityResult.Types.VerdictResponse VerdictResponse { get; set; }
Property Value
Type Description
SecurityResult.Types.VerdictResponse

VerdictTime

Timestamp at which the verdict was generated.

Declaration
public Timestamp VerdictTime { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX