Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.28 KB

File metadata and controls

25 lines (21 loc) · 1.28 KB

Device

Properties

Name Type Description Notes
id str Device ID [optional]
uid str User ID [optional]
dtid str Device Type ID [optional]
name str Name [optional]
manifest_version int Manifest Version [optional]
manifest_version_policy str Manifest Version Policy (LATEST, DEVICE) [optional]
need_provider_auth bool Needs Provider Authentication [optional]
properties dict(str, object) [optional]
created_on int Created On (milliseconds since epoch) [optional]
connected bool Is Connected [optional]
certificate_info str Certificate Info (if any) [optional]
certificate_signature str Certificate Signature (if any) [optional]
eid str External ID (if any) [optional]
provider_credentials dict(str, object) [optional]
shared_with_others bool Is shared with other users [optional]
shared_with_me str Share id (if shared with me) [optional]

[Back to Model list] [Back to API list] [Back to README]