Class ImageDetails (1.7.0)

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.
check_results MutableSequence[google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult]
List of check results.

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.

CheckResult

CheckResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)