SubjectResponse

data class SubjectResponse(val digest: Map<String, String>, val name: String)

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

Constructors

Link copied to clipboard
fun SubjectResponse(digest: Map<String, String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

"": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet

Link copied to clipboard

Identifier to distinguish this artifact from others within the subject.