Database – Restriction Group Entity (restriction_group_entity)
Deprecated!
Holds user access restriction information for agent users.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
access | tinyint(1) | access level | 1 - yes, 0 - no | |
name | varchar(100) | Entity name | ||
description | varchar(500) | The description of the entity instance | ||
rule | text | Associated Clojure Rule used in entity evaluation | ||
ui_state | text | UI state | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |