Download this file

roles.json    18 lines (18 with data), 364 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[
{
"description":"System Administrator",
"role":"SUPERUSER"
},
{
"description":"Administrator for a Organization with access to management functions",
"role":"ORGADMIN"
},
{
"description":"Digital preservation expert with access to all preservation functions",
"role":"DPEXPERT"
},
{
"description":"Read only access",
"role":"READONLY"
}
]