type Key struct {
// The (SHA256) fingerprint Fingerprint string// The legacy (MD5) fingerprint LegacyFingerprint string `json:"fingerprint"`
// The entire, base64-encoded key Key string `json:"key"`
// The type of this key, e.g. "ssh-rsa" Type string
}