SshPublicKeyResponse

data class SshPublicKeyResponse(val keyData: String)

Constructors

Link copied to clipboard
constructor(keyData: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The SSH public key data.