box.space._vpriv
-
box.space._vpriv _vprivis a system space that represents a virtual view. The structure of its tuples is identical to that of _priv, but permissions for certain tuples are limited in accordance with user privileges._vprivcontains only those tuples that are accessible to the current user. See Access control for details about user privileges.If the user has the full set of privileges (like ‘admin’), the contents of
_vprivmatch the contents of_priv. If the user has limited access,_vprivcontains only tuples accessible to this user.Note
_vprivis a system view, so it allows only read requests.- While the
_privspace requires proper access privileges, any user can always read from_vpriv.