We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387d33b commit ed5bf16Copy full SHA for ed5bf16
modules/ROOT/pages/authentication-authorization/immutable-roles-privileges.adoc
@@ -124,7 +124,7 @@ REVOKE MATCH {*} ON GRAPH * ELEMENTS * FROM analyst
124
125
[NOTE]
126
====
127
-Only immutable privileges (e.g. `DENY IMMUTABLE DROP DATABASE` in the example above) can be assigned to immutable roles.
+Only immutable privileges (e.g. `GRANT IMMUTABLE MATCH {*} ON GRAPH * ELEMENTS * TO analyst` in the example above) can be assigned to immutable roles.
128
This is to make sure that the role and all of its privileges is explicitly and completely immutable.
129
130
0 commit comments