permissions

The Permissions table contains one entry for each permission record, where one permission grants a certain permission level for a user or group on a folder.

Column Name Column Datatype Column Null Option Column Comment
objectid integer not null The ID from the object table for the folder type object on which permissions are being set.

granteeid integer not null The ID from the IPUser table for the user or group whose permissions are being set.

permissionmask integer not null The Permission flags indicating the permissions available for the given user/group on the given folder. 0=unset, 1=none, 3=use, 7=read, 15=write, 31=delete 63=set permissions. NOTE: Every Permission level includes ALL LOWER permissions.

Product Name: Data Transformer

Table Type: Table


Copyright © 2006 CA. All rights reserved.