GetUserSshkeysResult

data class GetUserSshkeysResult(val id: String, val keys: List<GetUserSshkeysKey>, val userId: Int, val username: String)

A collection of values returned by getUserSshkeys.

Constructors

Link copied to clipboard
constructor(id: String, keys: List<GetUserSshkeysKey>, userId: Int, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The user's keys.

Link copied to clipboard
val userId: Int

ID of the user to get the SSH keys for.

Link copied to clipboard

Username of the user to get the SSH keys for.