UserIn Class
User object, used to add or update user information in the database
Namespace: Ensur.Core.Main.POCOsAssembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
public class UserIn : EnsurPocoBase
Public Class UserIn
Inherits EnsurPocoBase
Ensur.Core.Main.POCOs.UserIn = function();
Type.createClass(
'Ensur.Core.Main.POCOs.UserIn',
Ensur.Core.Main.EnsurPocoBase);
- Inheritance
- Object EnsurPocoBase UserIn
Sep-14-2021: DT-01155|RB
| ACNT_LOCKED |
The user's account is locked due to too many failed logins. (0 = Unlocked, 1 = Locked)
|
| ACNT_LOCKED_DATE |
The date the user's account was locked
|
| ACTIVE |
Determines if this user is able to log in. Users can only be deleted if they have never logged in. Otherwise users should be set as inactive. (0 = Inactive, 1 = Active)
|
| ASSOCIATED_SITES |
The sites that this user is associated with
|
| AUTH_TYPE_ID |
How the user logs in. Can be set by name (AUTHENTICATION_TYPE) or ID. Possible values are : 1 = (Local Authentication) or , 2 = Windows - Domain or AD
|
| AUTHENTICATION_TYPE |
How the user logs in. Can be set by name or ID (AUTH_TYPE_ID). Possible values are : "(Local Authentication)" or , "Windows - Domain or AD"
|
| CHECKOUT_PATH_LOGICAL | |
| CHECKOUT_PATH_PHYSICAL | |
| CREATE_BY | |
| DATE_USER_CREATED |
The date the user was created.
|
| DOMAIN_ID |
Domain id - The domain to login to - Either this or DOMAIN_NAME can be used. Needs to be one of the values configured by your administrator.
|
| DOMAIN_NAME |
Domain name - The domain to login to - Either this or DOMAIN_ID can be used. Needs to be one of the values configured by your administrator.
|
| EMAILADDR |
Email address
|
| EXPORT_PATH_LOGICAL | |
| EXPORT_PATH_PHYSICAL | |
| FIRST_NAME |
User's first name
|
| FORCE_NEW |
Forces the user to change their password on next login.
|
| IS_SUPERVISOR |
Is this user a supervisor?
|
| LAST_NAME |
User's last name
|
| LAST_UPDATED_BY |
Date when the user was lasted updated. Read only
|
| LAST_UPDATED_DATE |
ID of the user who last updated this user. Read only
|
| LICENSE_SITE |
The site this user gets it's license from. Can be set by name or by id (LICENSE_SITE_ID) Must be one of the values configured by the administrator.
|
| LICENSE_SITE_ID |
The site this user gets it's license from. Can be set by name (LICENSE_SITE) or by id Must be one of the values configured by the administrator.
|
| LOAD_PATH_LOGICAL | |
| LOAD_PATH_PHYSICAL | |
| MI |
User's middle initial
|
| PASSWORD |
User's password. Passord complexity is set by your administrator
|
| QUALIFICATIONS |
User's qualifications
|
| ROLE_DESCRIPTION |
User's role. Either this, or the ROLE_ID can be used. Valid values are Contact, Viewer, Editor, or Approver
|
| ROLE_ID |
User's role. Either this or the ROLE_DESCRIPITON can be used. Valid values are 1 = Contact,2 = Viewer,3 = Editor, 4 = Approver
|
| TITLES |
List of titles the user has.
|
| USER_GROUPS |
Groups user is associated with.
|
| USER_ID |
ID of the user. Leave blank for new users but required for updates.
|
| USER_NAME |
The login for Ensur local authentication, or the username for AD/SSO authentication
|