Skip to content

Commit f00ce1e

Browse files
To cover REVOKE in syntax
Co-authored-by: Phil Wright <[email protected]>
1 parent 9327b21 commit f00ce1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ To specify the property/value conditions of the read privilege, you can use the
2929

3030
[source, syntax, role="noheader"]
3131
----
32-
GRANT|DENY [IMMUTABLE] READ|TRAVERSE|MATCH
32+
{GRANT | DENY | REVOKE [GRANT | DENY]}
33+
[IMMUTABLE]
34+
{MATCH | READ | TRAVERSE}
3335
ON { HOME GRAPH | GRAPH[S] { * | name[, ...] } }
3436
[
3537
ELEMENT[S] { * | label-or-rel-type[, ...] }
@@ -44,7 +46,7 @@ GRANT|DENY [IMMUTABLE] READ|TRAVERSE|MATCH
4446
WHERE [NOT] var.property { { = | <> | > | >= | < | <= } value | IS NULL | IS NOT NULL | IN { "["[value[, ...]]"]" | listParam } } )
4547
}
4648
47-
TO role[, ...]
49+
{TO | FROM} role[, ...]
4850
----
4951

5052

0 commit comments

Comments
 (0)