cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

alex_watson
Node
since ‎10-20-2021
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

hi, I am trying to grant a role traverse access on a graph for only one type of node. if i try... GRANT TRAVERSE ON GRAPH test NODE example TO TestRole. The user in that role can still see the other nodes. If i use the deny * command and try and over...
Hi, I am wondering if when giving privileges to a role i am able to provide a where clause when granting/denying READ and TRAVERSE privileges. for example GRANT TRAVERSE ON GRAPH healthcare NODES * WHERE n.disease = "Flu" // is This possible? TO rese...
Hi, I am interested in being able to have two users in the same role but that can see different nodes within the graph. Is it possible to assign privileges to users instead of to roles? Any insight would be much appreciated!!!
Is it Possible to write custom roles within the custom Authplugin class in java. Or am i stuck with the predefined roles?
Kudos given to