SbomReferenceIntotoPayloadResponse

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional parameters of the Predicate. Includes the actual data about the SBOM.

Link copied to clipboard

URI identifying the type of the Predicate.

Link copied to clipboard

Set of software artifacts that the attestation applies to. Each element represents a single software artifact.

Link copied to clipboard

Identifier for the schema of the Statement.