SshPublicKeyResponse

data class SshPublicKeyResponse(val description: String? = null, val key: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Optional. It is used to store the function/usage of the key

Link copied to clipboard
val key: String? = null

Ssh public key base64 encoded. The format should be: ' ', e.g. ssh-rsa AAAABBBB