DSSEAttestationNoteArgs

data class DSSEAttestationNoteArgs(val hint: Output<DSSEHintArgs>? = null) : ConvertibleToJava<DSSEAttestationNoteArgs>

A note describing an attestation

Constructors

Link copied to clipboard
fun DSSEAttestationNoteArgs(hint: Output<DSSEHintArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val hint: Output<DSSEHintArgs>? = null

DSSEHint hints at the purpose of the attestation authority.