verdict property
Verdict indicates the assessment result. Possible string values are:
- "VERDICT_UNSPECIFIED" : The verdict is unspecified.
- "PASS" : The assessment has passed.
- "FAIL" : The assessment has failed.
- "NOT_APPLICABLE" : The verdict is not applicable.
Implementation
core.String? verdict;