LegacyDeviceSessionLogInfo
public class LegacyDeviceSessionLogInfo : TeamLog.DeviceSessionLogInfo
Information on sessions, in legacy format
-
Session unique id.
Declaration
Swift
public let sessionInfo: TeamLog.SessionLogInfo? -
The device name. Might be missing due to historical data gap.
Declaration
Swift
public let displayName: String? -
Is device managed by emm. Might be missing due to historical data gap.
Declaration
Swift
public let isEmmManaged: Bool? -
Information on the hosting platform. Might be missing due to historical data gap.
Declaration
Swift
public let platform: String? -
The mac address of the last activity from this session. Might be missing due to historical data gap.
Declaration
Swift
public let macAddress: String? -
The hosting OS version. Might be missing due to historical data gap.
Declaration
Swift
public let osVersion: String? -
Information on the hosting device type. Might be missing due to historical data gap.
Declaration
Swift
public let deviceType: String? -
The Dropbox client version. Might be missing due to historical data gap.
Declaration
Swift
public let clientVersion: String? -
Alternative unique device session id, instead of session id field. Might be missing due to historical data gap.
Declaration
Swift
public let legacyUniqId: String?
View on GitHub
LegacyDeviceSessionLogInfo Class Reference