DSSEAttestation Occurrence Args
data class DSSEAttestationOccurrenceArgs(val envelope: Output<EnvelopeArgs>? = null, val statement: Output<InTotoStatementArgs>? = null) : ConvertibleToJava<DSSEAttestationOccurrenceArgs>
Deprecated. Prefer to use a regular Occurrence, and populate the Envelope at the top level of the Occurrence.
Constructors
Link copied to clipboard
fun DSSEAttestationOccurrenceArgs(envelope: Output<EnvelopeArgs>? = null, statement: Output<InTotoStatementArgs>? = null)