NfsUserResponse

data class NfsUserResponse(val groupId: Double? = null, val userId: Double? = null)

The effective NFS User ID and Group ID when accessing the volume data.

Constructors

Link copied to clipboard
constructor(groupId: Double? = null, userId: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: Double? = null

The NFS user's GID

Link copied to clipboard
val userId: Double? = null

The NFS user's UID