SubjectArgs

data class SubjectArgs(val digest: Output<Map<String, String>>? = null, val name: Output<String>? = null) : ConvertibleToJava<SubjectArgs>

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

Constructors

Link copied to clipboard
constructor(digest: Output<Map<String, String>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val digest: Output<Map<String, String>>? = null

"": "" 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
val name: Output<String>? = null

Identifier to distinguish this artifact from others within the subject.

Functions

Link copied to clipboard
open override fun toJava(): SubjectArgs