UserPosixProfile

data class UserPosixProfile(val gid: Double, val secondaryGids: List<Double>? = null, val uid: Double)

Constructors

Link copied to clipboard
constructor(gid: Double, secondaryGids: List<Double>? = null, uid: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: Double

The POSIX group ID used for all EFS operations by this user.

Link copied to clipboard
val secondaryGids: List<Double>? = null

The secondary POSIX group IDs used for all EFS operations by this user.

Link copied to clipboard
val uid: Double

The POSIX user ID used for all EFS operations by this user.