-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathBuiltInRoles.properties
More file actions
executable file
·16 lines (16 loc) · 1.06 KB
/
BuiltInRoles.properties
File metadata and controls
executable file
·16 lines (16 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
role.admin.name=Admin
role.admin.description=A person who has all permissions for dataverses, datasets, and files, including approving requests for restricted data.
role.contributor.name=Contributor
role.contributor.description=For datasets, a person who can edit License + Terms, and then submit them for review.
role.curator.name=Curator
role.curator.description=For datasets, a person who can edit License + Terms, edit Permissions, and publish datasets.
role.dscontributor.name=Dataset Creator
role.dscontributor.description=A person who can add datasets within a dataverse.
role.fullcontributor.name=Dataverse + Dataset Creator
role.fullcontributor.description=A person who can add subdataverses and datasets within a dataverse.
role.dvcontributor.name=Dataverse Creator
role.dvcontributor.description=A person who can add subdataverses within a dataverse.
role.filedownloader.name=File Downloader
role.filedownloader.description=A person who can download a published file.
role.member.name=Member
role.member.description=A person who can view both unpublished dataverses and datasets.