SBOMReference Occurrence Args
data class SBOMReferenceOccurrenceArgs(val payload: Output<SbomReferenceIntotoPayloadArgs>? = null, val payloadType: Output<String>? = null, val signatures: Output<List<EnvelopeSignatureArgs>>? = null) : ConvertibleToJava<SBOMReferenceOccurrenceArgs>
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 SBOMReferenceOccurrenceArgs(payload: Output<SbomReferenceIntotoPayloadArgs>? = null, payloadType: Output<String>? = null, signatures: Output<List<EnvelopeSignatureArgs>>? = null)