OccurenceAttestationSignatureArgs

data class OccurenceAttestationSignatureArgs(val publicKeyId: Output<String>, val signature: Output<String>? = null) : ConvertibleToJava<OccurenceAttestationSignatureArgs>

Constructors

Link copied to clipboard
constructor(publicKeyId: Output<String>, signature: Output<String>? = null)

Properties

Link copied to clipboard
val publicKeyId: Output<String>

The identifier for the public key that verifies this signature. MUST be an RFC3986 conformant URI. * When possible, the key id should be an immutable reference, such as a cryptographic digest. Examples of valid values:

Link copied to clipboard
val signature: Output<String>? = null

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.

Functions

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