SubjectArgs

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

Subject refers to the subject of the intoto statement

Constructors

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

Functions

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

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

name is the name of the Subject used here