[BindServiceMethod(typeof(ValidationHelperV1), "BindService")]
public abstract class ValidationHelperV1.ValidationHelperV1BaseReference documentation and code samples for the Binary Authorization v1 API class ValidationHelperV1.ValidationHelperV1Base.
Base class for server-side implementations of ValidationHelperV1
Namespace
Google.Cloud.BinaryAuthorization.V1Assembly
Google.Cloud.BinaryAuthorization.V1.dll
Methods
ValidateAttestationOccurrence(ValidateAttestationOccurrenceRequest, ServerCallContext)
public virtual Task<ValidateAttestationOccurrenceResponse> ValidateAttestationOccurrence(ValidateAttestationOccurrenceRequest request, ServerCallContext context)Returns whether the given Attestation for the given image URI was signed by the given Attestor
| Parameters | |
|---|---|
| Name | Description | 
| request | ValidateAttestationOccurrenceRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| TaskValidateAttestationOccurrenceResponse | The response to send back to the client (wrapped by a task). |