Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class Result.
The enum returned in the "result" field.
Protobuf type google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceResponse.Result
Namespace
Google \ Cloud \ BinaryAuthorization \ V1 \ ValidateAttestationOccurrenceResponseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESULT_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum RESULT_UNSPECIFIED = 0;
VERIFIED
Value: 1The Attestation was able to verified by the Attestor.
Generated from protobuf enum VERIFIED = 1;
ATTESTATION_NOT_VERIFIABLE
Value: 2The Attestation was not able to verified by the Attestor.
Generated from protobuf enum ATTESTATION_NOT_VERIFIABLE = 2;