CheckResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes | |
---|---|
Name | Description |
check_set_index |
str
The index of the check set. |
check_set_name |
str
The name of the check set. |
check_set_scope |
google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope
The scope of the check set. |
check_index |
str
The index of the check. |
check_name |
str
The name of the check. |
check_type |
str
The type of the check. |
verdict |
google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict
The verdict of this check. |
explanation |
str
User-friendly explanation of this check result. |
Classes
CheckSetScope
CheckSetScope(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A scope specifier for check sets.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
CheckVerdict
CheckVerdict(value)
Result of evaluating one check.
Values: CHECK_VERDICT_UNSPECIFIED (0): We should always have a verdict. This is an error. NON_CONFORMANT (1): The check was successfully evaluated and the image did not satisfy the check.