Roles

Columns

Name

Type

ReadOnly

Description

Name# [KEY]

String

False

The name of the role.

Description#

String

False

A description of the role.

Permissions#

Long

False

A long representing the permissions for the role.

RoleType

String

True

The type of role.

IsHidden

Boolean

True

A boolean indicating if the role is hidden.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name

Type

Description

UserName

String

The login name of the user to return roles for. Specify this value on a SELECT statement to return only roles assigned to the specified user.

GroupName

String

The name of the group to return roles for. Specify this value on a SELECT statement to return only roles assigned to the specified group.

Last updated