Describe Device
worklink_describe_device | R Documentation |
Provides information about a user's device¶
Description¶
Provides information about a user's device.
Usage¶
Arguments¶
FleetArn
[required] The ARN of the fleet.
DeviceId
[required] A unique identifier for a registered user's device.
Value¶
A list with the following syntax:
list(
Status = "ACTIVE"|"SIGNED_OUT",
Model = "string",
Manufacturer = "string",
OperatingSystem = "string",
OperatingSystemVersion = "string",
PatchLevel = "string",
FirstAccessedTime = as.POSIXct(
"2015-01-01"
),
LastAccessedTime = as.POSIXct(
"2015-01-01"
),
Username = "string"
)