EMileUserAccess
For example, it includes whether each user that is listed in the Security block is allowed or denied the Read, Update, Delete, and Perm(ission) rights.
Object: EMileUserAccess (E_MILE_USER_ACCESS)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
---|---|---|---|---|---|---|---|
isRead |
IS_READ (NUMBER) |
Read check box |
x |
int |
Specifies whether the Read operation has been selected for granting or denial. Value is 1 (selected) or 0 (not selected). This attribute does not determine whether the operations are allowed or denied. (See allowDenyIID.) |
||
isUpdate |
IS_UPDATE |
Update check box |
x |
int |
Specifies whether the Update operation has been selected for granting or denial. Value is 1 (selected) or 0 (not selected). This attribute does not determine whether the operations are allowed or denied. (See allowDenyIID.) |
||
isDelete |
IS_DELETE (NUMBER) |
Delete check box |
x |
int |
Specifies whether the Delete operation has been selected for granting or denial. Value is 1 (selected) or 0 (not selected). This attribute does not determine whether the operations are allowed or denied. (See allowDenyIID.) |
||
isPerm |
IS_PERM |
Perm check box |
x |
int |
Specifies whether the Set Permission operation has been selected for granting or denial. Value is 1 (selected) or 0 (not selected). This attribute does not determine whether the operations are allowed or denied. (See allowDenyIID.) |
||
allowDenyIID |
ALLOW _DENY_ |
Option |
x |
Enum |
Indicates whether the user is allowed or denied access to the record. a - Allow (ALLOW) |
||
isManual |
IS_MANUAL (NUMBER) |
x |
boolean |
Indicates whether the user rights were assigned manually through the Security block of the record or automatically by the system. 0 - Assigned manually |
|||
owner--> |
ENTERPRISE_ |
x |
x |
object |
8 The milestone record to which this user access setting belongs. --> Links to specific information about the milestone. |
||
primaryKey |
PRIMARY_KEY |
x |
int |
Unique ID for the user access rights. |
|||
user--> |
USER_ID |
List |
x |
x |
object |
8 The user the access rights pertain to. --> Links to specific information about the user account. |
|
version |
VERSION |
x |
int |
Indicates how many times the user access rights have been updated. |