Get Import Job Result
data class GetImportJobResult(val attestation: KeyOperationAttestationResponse, val createTime: String, val expireEventTime: String, val expireTime: String, val generateTime: String, val importMethod: String, val name: String, val protectionLevel: String, val publicKey: WrappingPublicKeyResponse, val state: String)
Constructors
Link copied to clipboard
fun GetImportJobResult(attestation: KeyOperationAttestationResponse, createTime: String, expireEventTime: String, expireTime: String, generateTime: String, importMethod: String, name: String, protectionLevel: String, publicKey: WrappingPublicKeyResponse, state: String)