SSHKeyResponse

data class SSHKeyResponse(val certificate: String, val creationTimeStamp: Double, val expirationTimeStamp: Double, val privateKey: String, val publicKey: String)

Appliance SSHKey definition.

Constructors

Link copied to clipboard
constructor(certificate: String, creationTimeStamp: Double, expirationTimeStamp: Double, privateKey: String, publicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Certificate associated with the public key if the key is signed.

Link copied to clipboard

Certificate creation timestamp (Unix).

Link copied to clipboard

Certificate expiration timestamp (Unix).

Link copied to clipboard

Private Key.

Link copied to clipboard

Public Key.