EnvelopeArgs

data class EnvelopeArgs(val payload: Output<String>? = null, val payloadType: Output<String>? = null, val signatures: Output<List<EnvelopeSignatureArgs>>? = null) : ConvertibleToJava<EnvelopeArgs>

MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.

Constructors

Link copied to clipboard
fun EnvelopeArgs(payload: Output<String>? = null, payloadType: Output<String>? = null, signatures: Output<List<EnvelopeSignatureArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val payload: Output<String>? = null
Link copied to clipboard
val payloadType: Output<String>? = null
Link copied to clipboard
val signatures: Output<List<EnvelopeSignatureArgs>>? = null