Access Point Posix User Args
data class AccessPointPosixUserArgs(val gid: Output<String>, val secondaryGids: Output<List<String>>? = null, val uid: Output<String>) : ConvertibleToJava<AccessPointPosixUserArgs>
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.