Attribute Name |
Attribute Definition |
Logical Datatype |
Is Required |
Application Role Id |
The automatically generated primary key of the app_role table. |
LONG |
Yes |
Application Role Name |
The name of the Application Role. |
VARCHAR(255) |
No |
Application Role Description |
A descriptive name of the Application Role. This descriptive name may be localized.
|
VARCHAR(1024) |
No |
Definition Id |
A Foreign Key to the Definition table. |
LONG |
Yes |
Is Built In |
Indicates that this instance of Application Role is a built-in instance that cannot be changed by the end user. |
BOOLEAN |
Yes |
Template Application Role Id |
A Foreign Key to the Application Role table. |
LONG |
No |
User Type Id |
A Foreign Key to the User Type table. |
INTEGER |
Yes |
Definition Subtype Id |
A Foreign Key to the Definition Subtype table. |
INTEGER |
No |
tmpl_level_name |
The value of a Built_in_level, stored as a string. |
VARCHAR(255) |
No |
Administrator Type Id |
A Foreign Key to the Administrator Type table. |
INTEGER |
No |