Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IUser interface : IUser properties
 

IUser properties

Inherits properties from IDataAdminElement and defines the properties listed in the following table.
Table 117. Multi-tenant Maintenance IUser interface properties
Property name
Data type
Access
Description
Id
CHARACTER
Read-only
Returns the unique user ID (username@domainname).
Name
CHARACTER
Readable, Writeable
Set to the unique name of the user within the domain. Provides the username part of the user ID (username@domainname).
Domain
IDomain
Readable, Writeable
Set to the domain of the user. The Name property on IDomain provides the domainname part of the user ID (username@domainname).
Tenant
ITenant
Read-only
Returns the tenant of the user as defined by the Domain property.
Description
CHARACTER
Readable, Writeable
Set to an optional free form text description of the user.
IsSqlOnly
LOGICAL
Readable, Writeable
Set to TRUE if the user is an SQL-only user (ignored by the AVM).
GivenName
CHARACTER
Readable, Writeable
Set to the given name of the user.
MiddleInitial
CHARACTER
Readable, Writeable
Set to the middle initial of the user.
SurName
CHARACTER
Readable, Writeable
Set to the surname (family or last name) of the user.
Password
CHARACTER
Readable, Writeable
Set to the user's password. This is writeable only by the user.
Telephone
CHARACTER
Readable, Writeable
Set to the optional telephone number of the user.
Email
CHARACTER
Readable, Writeable
Set to the optional e-mail address of the user.