User privilege.
Definition at line 115 of file as_admin.h.
#include "as_admin.h"
Data Fields | |
as_privilege_code | code |
as_namespace | ns |
as_set | set |
as_privilege_code as_privilege::code |
Privilege code.
Definition at line 131 of file as_admin.h.
as_namespace as_privilege::ns |
Namespace scope. Apply permission to this null terminated namespace only. If string length is zero, the privilege applies to all namespaces.
Definition at line 120 of file as_admin.h.
as_set as_privilege::set |
Set name scope. Apply permission to this null terminated set within namespace only. If string length is zero, the privilege applies to all sets within namespace.
Definition at line 126 of file as_admin.h.