Switch to side-by-side view
--- a +++ b/src/main/resources/roles.json @@ -0,0 +1,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" + } +]