User Object
User — User information.
Introduction
Holds definitions for the various users.
Properties
Table 3. User Object Properties
Name | Details | Possible Values | Default Value |
---|
Password | Password for the user for secure access. | * | - |
ApplicationName | Name of the application to log on to. For standard users only. | * | - |
AllowAccessAdminAppn | Define if access allowed to administrator applications. | True, False | False |
AllowAccessDeveloperAppn | Define if access allowed to developer applications. | True, False | False |
Description | Description to be used in lists. | * | - |
DetailDescription | Detailed description. | * | - |
Modified | Modification date-time stamp in ISO 8601 format. | ccyy-mm-dd Thh:mm:ss | date stamp |
Example
<Object Application="Administrator" Type="user" Name="john">
<User>
<Password></Password>
<ApplicationName>MyOrder</ApplicationName>
<AllowAccessAdminAppn>False</AllowAccessAdminAppn>
<AllowAccessDeveloperAppn>False</AllowAccessDeveloperAppn>
<Description>Standard user</Description>
<DetailDescription>User John Williams</DetailDescription>
<Modified>2007-11-12T09:58:00</Modified>
</User>
</Object>