Required. An AttestationOccurrence to be checked that it can be verified by the Attestor. It does not have to be an existing entity in Container Analysis. It must otherwise be a valid AttestationOccurrence.
occurrenceNote
string
Required. The resource name of the [Note][grafeas.v1.Note] to which the containing [Occurrence][grafeas.v1.Occurrence] is associated.
occurrenceResourceUri
string
Required. The URI of the artifact (e.g. container image) that is the subject of the containing [Occurrence][grafeas.v1.Occurrence].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-12 UTC."],[[["This endpoint validates if an `Attestation` for a given image URI was signed by a specified `Attestor`."],["The HTTP request is a `POST` method to a specific URL, following gRPC Transcoding syntax, requiring an `attestor` path parameter in the format `projects/*/attestors/*`."],["The request body must include the `attestation`, `occurrenceNote`, and `occurrenceResourceUri`, to provide all of the information needed for validation."],["Successful requests will return a response body containing an instance of `ValidateAttestationOccurrenceResponse`."],["Authorization requires the `binaryauthorization.attestors.verifyImageAttested` IAM permission on the specified `attestor` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]