Skip to content

Commit ed5bf16

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

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
@@ -124,7 +124,7 @@ REVOKE MATCH {*} ON GRAPH * ELEMENTS * FROM analyst
124124

125125
[NOTE]
126126
====
127-
Only immutable privileges (e.g. `DENY IMMUTABLE DROP DATABASE` in the example above) can be assigned to immutable roles.
127+
Only immutable privileges (e.g. `GRANT IMMUTABLE MATCH {*} ON GRAPH * ELEMENTS * TO analyst` in the example above) can be assigned to immutable roles.
128128
This is to make sure that the role and all of its privileges is explicitly and completely immutable.
129129
====
130130

0 commit comments

Comments
 (0)