BasicDeviceObject
Represents a device where a user has logged into Wickr, containing information about the device's type, status, and login history.
Contents
Note
In the following list, the required parameters are described first.
- appId
-
The unique application ID for the Wickr app on this device.
Type: String
Pattern:
[\S\s]*Required: No
- created
-
The timestamp when the device first appeared in the Wickr database.
Type: String
Pattern:
[\S\s]*Required: No
- lastLogin
-
The timestamp when the device last successfully logged into Wickr. This is also used to determine SSO idle time.
Type: String
Pattern:
[\S\s]*Required: No
- statusText
-
The current status of the device, either 'Active' or 'Reset' depending on whether the device is currently active or has been marked for reset.
Type: String
Pattern:
[\S\s]*Required: No
- suspend
-
Indicates whether the device is suspended.
Type: Boolean
Required: No
- type
-
The operating system of the device (e.g., 'MacOSX', 'Windows', 'iOS', 'Android').
Type: String
Pattern:
[\S\s]*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: