Skip to content

Commit d17ed39

Browse files
Add section on GA roles (#834)
Co-authored-by: Jessica Wright <[email protected]>
1 parent 2eee94a commit d17ed39

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

modules/ROOT/pages/user-management.adoc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,41 @@ The predefined roles take the following format: `console_<role>_<dbid>`, for exa
434434
User management within the Aura console does not replace built-in roles or fine-grained RBAC at the database level.
435435
====
436436

437+
[[graph-analytics-roles]]
438+
=== Graph Analytics roles
439+
440+
Console roles map to privileges in Graph Analytics sessions as described below.
441+
Graph Analytics privileges *do not change across Aura tiers*.
442+
443+
.Predefined roles and database privileges
444+
[options="header", cols="3,^,^,^"]
445+
|===
446+
| Privilege
447+
| Viewer
448+
| Member
449+
| Admin
450+
451+
| Create sessions
452+
|
453+
| {check-mark}
454+
| {check-mark}
455+
456+
| Use active sessions (own only)
457+
| {check-mark} footnote:role-change[Only possible if the user has previously created a session while having higher privileges.]
458+
| {check-mark}
459+
| {check-mark}
460+
461+
| List sessions
462+
| {check-mark}
463+
| {check-mark}
464+
| {check-mark}
465+
466+
| Delete sessions
467+
| {check-mark} footnote:role-change[]
468+
| {check-mark}
469+
| {check-mark}
470+
|===
471+
437472
=== Invite users
438473

439474
* As an _Admin_, go to *Users* from within a project, and select *Invite users*.

0 commit comments

Comments
 (0)