Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DSSEAttestationOccurrence

import type { DSSEAttestationOccurrence } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence.

interface DSSEAttestationOccurrence {
envelope?: Envelope;
statement?: InTotoStatement;
}

§Properties

§
envelope?: Envelope
[src]

If doing something security critical, make sure to verify the signatures in this metadata.