DSSEAttestationOccurrenceArgs

data class DSSEAttestationOccurrenceArgs(val envelope: Output<EnvelopeArgs>? = null, val statement: Output<InTotoStatementArgs>? = null) : ConvertibleToJava<DSSEAttestationOccurrenceArgs>

An occurrence describing an attestation on a resource

Constructors

Link copied to clipboard
fun DSSEAttestationOccurrenceArgs(envelope: Output<EnvelopeArgs>? = null, statement: Output<InTotoStatementArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val envelope: Output<EnvelopeArgs>? = null

If doing something security critical, make sure to verify the signatures in this metadata.

Link copied to clipboard
val statement: Output<InTotoStatementArgs>? = null