A permission set is a definition describing a group of permissions for an individual user. To create a permission set, select the Permission Set option on the Content Manager to bring up the Create a Permission Set page.
About Permissions
Accepted permissions are:
- rcmd: read, create, modify, delete (full access)
- x: exclude
- * indicates to everything
Default permissions are:
- r**: read only
- rcmd**
- \t: object class # -A
- \t attributes: title, brief, #
Entering the Permissions
A permission set is named by its Title with the Brief as its description. Enter the permissions as follows in the Permissions field, (Class ObjID, Attribute Name, and Permissions), and delimiting with tabs. Keep the format given below.
Class ObjID List
|
Attribute Name List
|
Permissions
|
*
OR
List of Class objIDs
|
*
OR
List of Attribute Names
|
r
OR
rc
OR
rcm
OR
rcmd
OR
x
|
Possible Permission Configuration Types
The table below summarizes permission assignments.
Class
|
Attribute
|
Permissions
|
Meaning
|
*
|
*
|
r/rc/rm/rcmd/x
|
Permissions to all attributes and all classes system wide
|
*
|
field1, ... fieldx
|
r/rc/rm/rcmd/x
|
Permissions to attributes field1, … fieldx regardless of what class they belong to.
|
#-A, ... , #-A
|
*
|
r/rc/rm/rcmd/x
|
Permissions to all attributes that belong to any of the classes #-A .. #-A
|
#-A, ... , #-A
|
field1, ... fieldx
|
r/rc/rm/rcmd/x
|
Permissions to attributes field1, … fieldx that belong to any of the classes #-A .. #-A
|
102-A
|
*
|
rc
|
Permitted to create and delete attributes.
|
102-A
|
*
|
rm
|
Permitted to attach/detach attributes to objects that you have write 'c' or 'm' permissions for.
|
102-A
|
field1, ... fieldx
|
rm
|
Permitted to attach/detach field1, … fieldx attributes to objects that you have write 'c' or 'm' permissions for.
|
|