Client Access Right Args
data class ClientAccessRightArgs(val accessPermission: Output<Either<String, ClientPermissionType>>, val client: Output<String>) : ConvertibleToJava<ClientAccessRightArgs>
The mapping between a particular client IP and the type of access client has on the NFS share.