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 that uses gRPC Transcoding syntax, with a required `attestor` path parameter, that being the resource name of the attestor in the format `projects/*/attestors/*`."],["The request body must include an `attestation` object, along with `occurrenceNote` and `occurrenceResourceUri` fields, all of which are required."],["A successful response will return an instance of `ValidateAttestationOccurrenceResponse`."],["Authorization to use this endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]