ImageDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Container image with auditing details.
Attributes
Name | Description |
image |
str
The name of the image. |
result |
google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult
The result of the audit for this image. |
description |
str
Description of the above result. |
Classes
AuditResult
AuditResult(value)
Result of the audit.
Values: AUDIT_RESULT_UNSPECIFIED (0): Unspecified result. This is an error. ALLOW (1): Image is allowed. DENY (2): Image is denied.