Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/user-access/pages/role-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ This will revoke the `WRITE_SCHEMA` privilege from the role `role1` on graph `ex
== Revoke type-level privileges
You can revoke certain privileges from the type level with the Object-based revoke privilege command.

Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global or graph level). For instance, if a role has `READ_DATA`` on a vertex type globally, revoking this privilege at the type level will not prevent the role from accessing the vertex type.
Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global or graph level). For instance, if a role has `READ_DATA` on a vertex type globally, revoking this privilege at the type level will not prevent the role from accessing the vertex type.

=== Syntax

Expand All @@ -416,7 +416,7 @@ REVOKE UPDATE ON EDGE Friendship IN GRAPH Social FROM role1, role2
== Revoke attribute-level privileges
You can revoke certain privileges from the attribute level with the Object-based revoke privilege command.

Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global, graph level or type level). For instance, if a role has `READ_DATA`` on a vertex type globally, revoking this privilege at the attribute level will not prevent the role from accessing the vertex attribute type.
Revoking a privilege at the type does not affect privileges granted at higher levels (e.g., global, graph level or type level). For instance, if a role has `READ_DATA` on a vertex type globally, revoking this privilege at the attribute level will not prevent the role from accessing the vertex attribute type.

=== Syntax
[source.wrap,gsql]
Expand Down