public enum Verdict extends Enum<Verdict> implements ProtocolMessageEnumCategorization options for the validity of a finding (for example, whether it reflects an actual security incident).
Protobuf enum google.backstory.Verdict
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FALSE_POSITIVE |
A categorization of the finding as a "false positive". |
FALSE_POSITIVE_VALUE |
A categorization of the finding as a "false positive". |
TRUE_POSITIVE |
A categorization of the finding as a "true positive". |
TRUE_POSITIVE_VALUE |
A categorization of the finding as a "true positive". |
UNRECOGNIZED |
|
VERDICT_UNSPECIFIED |
An unspecified verdict. |
VERDICT_UNSPECIFIED_VALUE |
An unspecified verdict. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|