Occurence Attestation Signature Args
data class OccurenceAttestationSignatureArgs(val publicKeyId: Output<String>, val signature: Output<String>? = null) : ConvertibleToJava<OccurenceAttestationSignatureArgs>
Constructors
Link copied to clipboard
fun OccurenceAttestationSignatureArgs(publicKeyId: Output<String>, signature: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The content of the signature, an opaque bytestring. The payload that this signature verifies MUST be unambiguously provided with the Signature during verification. A wrapper message might provide the payload explicitly. Alternatively, a message might have a canonical serialization that can always be unambiguously computed to derive the payload.