Skip to main content
Skip table of contents

Users, Roles, and Permissions

SYSADMIN.Roles

This table supplies information on roles.

Column Name

Type

Description

id

biginteger

Role ID
namestringRole name
allowCreateTempTablesbooleanParameter indicating if it is possible to create temporary tables with this role
usersstringUsernames in this role

Parameter allowCreateTempTables is deprecated since v4.1

SYSADMIN.Users

This table supplies information on users.

Column Name

Type

Description

id

biginteger

User ID
namestringUsername
rolesstringRole names of this user
creationDatetimestampTimestamp when the user data entry was created
lastModifiedDatetimestampTimestamp when the user data entry was last modified
creatorstringName of the user who created the user data entry
modifierstringName of the user who last modified the user data entry
loginAllowedbooleanFlag to signal if login for this user is allowed or not

loginAllowed is available since v4.1

SYSADMIN.Permissions

This table supplies information on permissions.

Column Name

Type

Description

role

string

Role name
mappedToRolestringRole name this role is mapped to
resourcestringResource name
permissionstringPermission string
conditionstringRow-based security condition
isConstraintbooleanInsert/update values if the new value matches the permission condition or insert/update all values
maskstringColumn mask value
maskOrderintegerMask order if there are several masks for one column
creationDatetimestampTimestamp when the permission was created
lastModifiedDatetimestampTimestamp when the data source was modified the last time
creatorstringName of the user who created the permission
modifierstringName of the user who last modified the permission

mappedToRole column available since v4.2

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.