mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
12 KiB
12 KiB
PlexDevice
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
String | ✔️ | N/A | |
product |
String | ✔️ | N/A | |
productVersion |
String | ✔️ | N/A | |
platform |
Optional | ✔️ | N/A | |
platformVersion |
Optional | ✔️ | N/A | |
device |
Optional | ✔️ | N/A | |
clientIdentifier |
String | ✔️ | N/A | |
createdAt |
OffsetDateTime | ✔️ | N/A | 2019-06-24T11:38:02Z |
lastSeenAt |
OffsetDateTime | ✔️ | N/A | 2019-06-24T11:38:02Z |
provides |
String | ✔️ | N/A | |
ownerId |
Optional | ✔️ | ownerId is null when the device is owned by the token used to send the request | |
sourceTitle |
Optional | ✔️ | N/A | |
publicAddress |
String | ✔️ | N/A | |
accessToken |
String | ✔️ | N/A | |
owned |
boolean | ✔️ | N/A | |
home |
boolean | ✔️ | N/A | |
synced |
boolean | ✔️ | N/A | |
relay |
boolean | ✔️ | N/A | |
presence |
boolean | ✔️ | N/A | |
httpsRequired |
boolean | ✔️ | N/A | |
publicAddressMatches |
boolean | ✔️ | N/A | |
dnsRebindingProtection |
boolean | ✔️ | N/A | |
natLoopbackSupported |
boolean | ✔️ | N/A | |
connections |
List<Connections> | ✔️ | N/A |