Click or drag to resize

UsersRepositoryUserType Class

Allowed values for the UserType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Systems.SecurityUsersRepositoryUserType

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class UserType : Enum

The UsersRepositoryUserType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberApplicationUserNoLogin
Application users are used by applications. They do not have a password, but login by providing application credentials.. Stored as 'APP'.
Public fieldStatic memberExternalCommunityUser
External users can access only external (community) content. They are usually created withing community sites.. Stored as 'EXT'.
Public fieldStatic memberInternalUser
Internal users are the usual ERP users. They have access to internal and external content.. Stored as 'INT'.
Public fieldStatic memberSystemUserNoLogin
System users are used only by local system applications.. Stored as 'SYS'.
Public fieldvalue__
Public fieldStatic memberVirtualUserNoLogin
Virtual users cannot login, but can be used for task assignments, etc.. Stored as 'VIR'.
Top
See Also