Difference between revisions of "NXSL:User"

From NetXMS Wiki
Jump to navigation Jump to search
Line 26: Line 26:
| graceLogins || int32 || Grace login count
| graceLogins || int32 || Grace login count
|-
|-
| lastLogin || int64 || Last login or 0 if has never logged in (in seconds since epoch)
| lastLogin || int64 || Last login or 0 if user has never logged in (in seconds since epoch)
|-
|-
| xmppId || string || Xmppid
| xmppId || string || XMPP Id
|}
|}


[[Category:NXSL Class Reference]]
[[Category:NXSL Class Reference]]

Revision as of 16:52, 4 January 2018

Represents NetXMS User.

Class Name

User


Attributes

Inherits all attributes of the UserDBObject class.

Name Type Description
authMethod int32 Authentication method
certMappingData string Certificate mapping data
certMappingMethod int32 Certificate mapping method
disabledUntil int64 Disabled until or 0 if enabled (in seconds since epoch)
fullName string Full name
graceLogins int32 Grace login count
lastLogin int64 Last login or 0 if user has never logged in (in seconds since epoch)
xmppId string XMPP Id