Enum Verdict
Categorization options for the validity of a finding (for example, whether it reflects an actual security incident).
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Verdict
Fields
| Name | Description |
|---|---|
| FalsePositive | A categorization of the finding as a "false positive". |
| TruePositive | A categorization of the finding as a "true positive". |
| Unspecified | An unspecified verdict. |