Google Cloud Binary Authorization V1beta1 Client - Class CheckVerdict (0.8.7)

Reference documentation and code samples for the Google Cloud Binary Authorization V1beta1 Client class CheckVerdict.

Result of evaluating one check.

Protobuf type google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict

Namespace

Google \ Cloud \ BinaryAuthorization \ V1beta1 \ ContinuousValidationEvent \ ContinuousValidationPodEvent \ ImageDetails \ CheckResult

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CHECK_VERDICT_UNSPECIFIED

Value: 0

We should always have a verdict. This is an error.

Generated from protobuf enum CHECK_VERDICT_UNSPECIFIED = 0;

NON_CONFORMANT

Value: 1

The check was successfully evaluated and the image did not satisfy the check.

Generated from protobuf enum NON_CONFORMANT = 1;