GetPoolUserAccountLinuxUserConfiguration

data class GetPoolUserAccountLinuxUserConfiguration(val gid: Int, val sshPrivateKey: String, val uid: Int)

Constructors

Link copied to clipboard
constructor(gid: Int, sshPrivateKey: String, uid: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: Int

The user ID of the user account.

Link copied to clipboard

The SSH private key for the user account.

Link copied to clipboard
val uid: Int

The group ID for the user account.