verdict property

String? verdict
getter/setter pair

The result of evaluating this check. Possible string values are:

  • "CHECK_VERDICT_UNSPECIFIED" : Not specified. This should never be used.
  • "CONFORMANT" : The check was successfully evaluated and the image satisfied the check.
  • "NON_CONFORMANT" : The check was successfully evaluated and the image did not satisfy the check.
  • "ERROR" : The check was not successfully evaluated.

Implementation

core.String? verdict;