GetSshKeysSshKey

data class GetSshKeysSshKey(val fingerprint: String, val id: Int, val name: String, val publicKey: String)

Constructors

Link copied to clipboard
constructor(fingerprint: String, id: Int, name: String, publicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fingerprint of the public key of the ssh key.

Link copied to clipboard
val id: Int

The ID of the ssh key.

Link copied to clipboard

The name of the ssh key.

Link copied to clipboard

The public key of the ssh key.