Class ValidateAttestationOccurrenceResponse (1.7.0)

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

Response message for ValidationHelperV1.ValidateAttestationOccurrence.

Attributes

NameDescription
result google.cloud.binaryauthorization_v1.types.ValidateAttestationOccurrenceResponse.Result
The result of the Attestation validation.
denial_reason str
The reason for denial if the Attestation couldn't be validated.

Classes

Result

Result(value)

The enum returned in the "result" field.

Values: RESULT_UNSPECIFIED (0): Unspecified. VERIFIED (1): The Attestation was able to verified by the Attestor. ATTESTATION_NOT_VERIFIABLE (2): The Attestation was not able to verified by the Attestor.