Module: Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::AuditResult
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb
Overview
Result of the audit.
Constant Summary collapse
- AUDIT_RESULT_UNSPECIFIED =
Unspecified result. This is an error.
0
- ALLOW =
Image is allowed.
1
- DENY =
Image is denied.
2