"User Menu Level" table you could query :
SELECT
"ID",
CASE WHEN "ID Type" = 1 THEN 'Database' WHEN "ID Type" = 2 THEN 'Windows' END AS "ID Type",
CASE WHEN "Level" = 10 THEN 'User Restrictions' WHEN "Level" = 20 THEN 'User Changes' END AS "Level",
"Modified",
"Object"
FROM "User Menu Level"
the "Object" is in binary format.