Google Cloud Binary Authorization V1beta1 Client - Class AuditResult (0.5.13)

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

Result of the audit.

Protobuf type google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult

Namespace

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

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

AUDIT_RESULT_UNSPECIFIED

Value: 0

Unspecified result. This is an error.

Generated from protobuf enum AUDIT_RESULT_UNSPECIFIED = 0;

ALLOW

Value: 1

Image is allowed.

Generated from protobuf enum ALLOW = 1;

DENY

Value: 2

Image is denied.

Generated from protobuf enum DENY = 2;