Access Point Posix User
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.