Class SecurityResult.Types.AnalystVerdict
Verdict provided by the human analyst. These fields are used to model Mandiant sources.
Implements
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 |