GetSshPublicKeyResult

data class GetSshPublicKeyResult(val expirationTimeUsec: String, val fingerprint: String, val key: String, val name: String)

Constructors

Link copied to clipboard
fun GetSshPublicKeyResult(expirationTimeUsec: String, fingerprint: String, key: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An expiration time in microseconds since epoch.

Link copied to clipboard

The SHA-256 fingerprint of the SSH public key.

Link copied to clipboard
val key: String

Public key text in SSH format, defined by RFC4253 section 6.6.

Link copied to clipboard

The canonical resource name.