dundas.logon.LogOnHistoryRecord Class

 

Inheritance Hierarchy

 
Class
   dundas.logon.LogOnHistoryRecord
 

Constructors

 
  Name Description
init Initializes the dundas.logon.LogOnHistoryRecord object.
 
 

Properties

 
  Name Description
accountId Gets or sets the account ID.
accountInfo Gets or sets the account info.
endReason Gets or sets the end reason.
endTime Gets or sets the end time (UTC).
impersonatingAccountId Gets or sets the ID of the account used to create the impersonated session assocated with this record.
ipAddress Gets or sets the IP address.
isSeatReserved Gets or sets the is seat reserved flag.
seatKind Gets or sets the seat kind.
sessionId Gets or sets the session ID.
startTime Gets or sets the start time (UTC).
tenantId Gets or sets the tenant ID.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.