KeyRingImportJobAttestation

data class KeyRingImportJobAttestation(val content: String? = null, val format: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, format: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

(Output) The attestation data provided by the HSM when the key operation was performed. A base64-encoded string.

Link copied to clipboard
val format: String? = null

(Output) The format of the attestation data.