Sbom Reference Intoto Payload Response
data class SbomReferenceIntotoPayloadResponse(val predicate: SbomReferenceIntotoPredicateResponse, val predicateType: String, val subject: List<SubjectResponse>, val type: String)
The actual payload that contains the SBOM Reference data. The payload follows the intoto statement specification. See https://github.com/in-toto/attestation/blob/main/spec/v1.0/statement.md for more details.
Constructors
Link copied to clipboard
fun SbomReferenceIntotoPayloadResponse(predicate: SbomReferenceIntotoPredicateResponse, predicateType: String, subject: List<SubjectResponse>, type: String)