AccessPointPosixUser

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

The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: String

The POSIX group ID used for all file system operations using this access point.

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

Secondary POSIX group IDs used for all file system operations using this access point.

Link copied to clipboard
val uid: String

The POSIX user ID used for all file system operations using this access point.