GetUserSshkeysKey

data class GetUserSshkeysKey(val createdAt: String, val expiresAt: String, val key: String, val keyId: Int, val title: String, val userId: Int)

Constructors

Link copied to clipboard
constructor(createdAt: String, expiresAt: String, key: String, keyId: Int, title: String, userId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String
Link copied to clipboard
val keyId: Int
Link copied to clipboard
Link copied to clipboard
val userId: Int

ID of the user to get the SSH keys for.