UserProfileCustomPosixUserConfig

data class UserProfileCustomPosixUserConfig(val gid: Int, val uid: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: Int

The POSIX group ID.

Link copied to clipboard
val uid: Int

The POSIX user ID.