GetSshKeyResult

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

A collection of values returned by getSshKey.

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
Link copied to clipboard

The public key of the ssh key.