From bed3016d777c0a7bc573679bce93eaf82ea0a00e Mon Sep 17 00:00:00 2001 From: Priyanka Danesh Gunaki Date: Thu, 25 Jun 2026 11:00:31 +0530 Subject: [PATCH] DOC-1731 add eg links --- modules/admin-portal/pages/management/user-management.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/admin-portal/pages/management/user-management.adoc b/modules/admin-portal/pages/management/user-management.adoc index ce4550a..a1192d1 100644 --- a/modules/admin-portal/pages/management/user-management.adoc +++ b/modules/admin-portal/pages/management/user-management.adoc @@ -136,6 +136,10 @@ When you grant local privileges, you have the ability to grant `READ_DATA`, `CRE * Vertex or edge level: Grants access to all data on the specified vertices and edges, but not others. * Data level: Grants access to the specified attributes on the specified vertices and edges, but not other attributes on those or other vertices or edges. +For examples of granting type-level privileges using RBAC syntax, see xref:{page-component-version}@tigergraph-server:user-access:role-management.adoc#_grant_type_level_privilege_to_a_role[Grant type-level privilege to a role]. + +For examples of granting attribute-level privileges using RBAC syntax, see xref:{page-component-version}@tigergraph-server:user-access:role-management.adoc#_grant_attribute_level_privilege_to_a_role[Grant attribute-level privilege to a role]. + Because of the granularity offered with this feature, the expanded window for some graphs is quite large. This example uses the ldbc_snb graph, which has too many vertex properties to see on one screen. Just the properties for one vertex type, Comment, are shown here.