PosixUser

class PosixUser

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: Long

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

Link copied to clipboard

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

Link copied to clipboard
val uid: Long

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

Functions

Link copied to clipboard
inline fun copy(block: PosixUser.Builder.() -> Unit = {}): PosixUser
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String