read:只读权限,对于图只具备读取权限
write:读写权限,对于图不仅具备读取权限,还具备了写入的权限
full:所有权限,对于图不仅具备读写权限,同时也具备删除图、修改图、修改 Schema 等权限
(仅商业化版本支持)Property 层的权限分别为:none,read,write
none:无权限,对于该属性没有任何操作权限
read:只读权限,对于该属性只具备读取权限
write:读写权限,对于该属性不仅具备读取权限,还具备了写入的权限
修改角色对指定图的访问权限
CALL dbms.security.modRoleAccessLevel(role::STRING,access_level::MAP) CALL dbms.security.modRoleAccessLevel("test_role", {test_graph1:"FULL", test_graph2:"NONE"})
CALL dbms.security.modRoleAccessLevel("test_role", {test_graph1:"FULL", test_graph2:"NONE"})