Skip to content

Commit e0b2281

Browse files
Update modules/ROOT/pages/authentication-authorization/immutable-roles-privileges.adoc
Co-authored-by: Phil Wright <[email protected]>
1 parent 0c0ae41 commit e0b2281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/authentication-authorization/immutable-roles-privileges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ CREATE IMMUTABLE ROLE analyst
103103
+
104104
[source, cypher, role=noplay]
105105
----
106-
DENY IMMUTABLE DROP DATABASE ON DBMS TO restrictedAdmin
106+
GRANT IMMUTABLE MATCH {*} ON GRAPH * ELEMENTS * TO analyst
107107
----
108108

109109
. Grant the restrictedAdmin role to `alice` to prevent her dropping databases:

0 commit comments

Comments
 (0)