verdict property

String? verdict
getter/setter pair

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

  • "IMAGE_VERDICT_UNSPECIFIED" : Not specified. This should never be used.
  • "CONFORMANT" : Image conforms to the policy.
  • "NON_CONFORMANT" : Image does not conform to the policy.
  • "ERROR" : Error evaluating the image. Non-conformance has precedence over errors.

Implementation

core.String? verdict;