[BindServiceMethod(typeof(ValidationHelperV1), "BindService")]
public abstract class ValidationHelperV1.ValidationHelperV1Base
Reference 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 |
ValidateAttestationOccurrenceRequest The request received from the client. |
context |
ServerCallContext The 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). |