SBOMReference Occurrence Response
data class SBOMReferenceOccurrenceResponse(val payload: SbomReferenceIntotoPayloadResponse, val payloadType: String, val signatures: List<EnvelopeSignatureResponse>)
The occurrence representing an SBOM reference as applied to a specific resource. The occurrence follows the DSSE specification. See https://github.com/secure-systems-lab/dsse/blob/master/envelope.md for more details.
Constructors
Link copied to clipboard
fun SBOMReferenceOccurrenceResponse(payload: SbomReferenceIntotoPayloadResponse, payloadType: String, signatures: List<EnvelopeSignatureResponse>)