AccessPosixProfile

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: Int

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

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

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

Link copied to clipboard
val uid: Int

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