|
|
CHARACTER Description
|
/** An optional description of the user. */
|
|
|
OpenEdge.DataAdmin.IDomain Domain
|
/** The Domain of the user.
The Domain:Name makes up the second part of the unique identifier. (name@domainname) */
|
|
|
CHARACTER Email
|
/** An email address for the user (optional) */
|
|
|
CHARACTER GivenName
|
/** The given name of the user. (optional) */
|
|
|
CHARACTER Id
|
/** The unique identifier (name@domainname) */
|
|
|
LOGICAL IsSqlOnly
|
/** Set to true if the user is an SQL only user. (ignored by ABL runtime)*/
|
|
|
CHARACTER MiddleInitial
|
/** The middle intial of the user. (optional) */
|
|
|
CHARACTER Name
|
/** The unique name of the user within the parent Domain.
Makes up the first part of the unique identifier. (name@domainname) */
|
|
|
INTEGER Number
|
/** An optional User number of the user) */
|
|
|
CHARACTER Password
|
/** The password. Can only be edited by the actual user.
The default behavior is to ENCODE the password on server.
Setting the IDataAdminService PasswordPolicy:PreEncodeUserPassword to true
will tell the server side to avoid the ENCODE
*/
|
|
|
CHARACTER SurName
|
/** The surname (familyname, lastname) of the user. (optional) */
|
|
|
CHARACTER Telephone
|
/** A telephone number for the user (optional) */
|
|
|
OpenEdge.DataAdmin.ITenant Tenant
|
/** The Tenant of the user (as defined by the Domain) */
|