Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-27-2021 11:39 AM
Hey there,
I'm pretty new to neo4j an would like to create a data model fir Active Directory permissions.
My idea is something like this:
MERGE (SecurityPrincipal{objectid:'S-1-2-3-99'})-[:HasRight]->(:Right {name:'WriteProperty'})-[:OnProperty]->(ObjectProperty{name:'msds-MachineAccountQuota'})-[:OnObject]->(Domain{objectid:'S-1-2-3-4'})
Does this make sense or should I do it differently?
Cheers
Sebastian
All the sessions of the conference are now available online