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 the URL `https://binaryauthorization.googleapis.com/v1/{attestor=projects/*/attestors/*}:validateAttestationOccurrence`."],["The request requires a path parameter, `attestor`, which is the resource name of the Attestor in the format `projects/*/attestors/*`, and it requires the `binaryauthorization.attestors.verifyImageAttested` IAM permission."],["The request body requires an `attestation` object, the `occurrenceNote`, and the `occurrenceResourceUri`."],["Successful requests will return a `ValidateAttestationOccurrenceResponse`, and it requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]