Low-level permissions supported in Collaboration Access Alias configuration files:
PERMISSION NAME |
RIGHTS GRANTED |
PERMISSION_RIGHT_ARCHIVE |
Value of 0x00002000; specifies that the user or group is granted or denied permission to archive an object to a Web Content Management (WCM) archive database |
PERMISSION_RIGHT_CHANGE_STATE |
Value of 0x00000400; specifies that the user or group is granted or denied permission to change the lifecycle state of an object. |
PERMISSION_RIGHT_CREATE_CHILD |
Value of 0x00000200; specifies that the user or group is granted or denied permission to create a child object. |
PERMISSION_RIGHT_CREATE_INSTANCE |
Value of 0x00000100; specifies that the user or group is granted or denied permission to create a new instance of an object. |
PERMISSION_RIGHT_DELETE |
Value of 0x00010000; specifies that the user or group is granted or denied permission to delete an object. |
PERMISSION_RIGHT_DEPLOY |
Value of 0x00001000; specifies that the user or group is granted or denied permission to deploy an object to a Web Content Management (WCM) web site |
PERMISSION_RIGHT_LINK |
Value of 0x00000010; specifies that the user or group is granted or denied permission to link to an object. |
PERMISSION_RIGHT_MAJOR_VERSION |
Value of 0x00000004; specifies that the user or group is granted or denied permission to create a document major version. |
PERMISSION_RIGHT_MINOR_VERSION |
Value of 0x00000040; specifies that the user or group is granted or denied permission to create a new document minor version. |
PERMISSION_RIGHT_PUBLISH |
Value of 0x00000800; specifies that the user or group is granted or denied permission to publish an object |
PERMISSION_RIGHT_READ |
Value of 0x00000001; specifies that the user or group is granted or denied permission to view the properties of an object. |
PERMISSION_RIGHT_READ_ACL |
Value of 0x00020000; specifies that the user or group is granted or denied permission to view an object's security (that is, its Permissions collection). |
PERMISSION_RIGHT_UNLINK |
Value of 0x00000020; specifies that the user or group is granted or denied permission to unlink from an object. |
PERMISSION_RIGHT_VIEW_CONTENT |
Value of 0x00000080; specifies that the user or group is granted or denied permission to view the content of an object. |
PERMISSION_RIGHT_WRITE |
Value of 0x00000002; specifies that the user or group is granted or denied permission to modify the properties of an object. |
PERMISSION_RIGHT_WRITE_ACL |
Value of 0x00040000; specifies that the user or group is granted or denied permission to modify an object's security (that is, its Permissions collection |
PERMISSION_RIGHT_WRITE_OWNER |
Value of 0x00080000; specifies that the user or group is granted or denied permission to change an object's ownership. |