LocalUserSshAuthorizedKey

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of this SSH authorized key.

Link copied to clipboard
val key: String

The public key value of this SSH authorized key.