Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.4 KB

ACDevice.md

File metadata and controls

25 lines (21 loc) · 1.4 KB

ACDevice

Properties

Name Type Description Notes
_id NSString* Device ID [optional]
uid NSString* User ID [optional]
dtid NSString* Device Type ID [optional]
name NSString* Name [optional]
manifestVersion NSNumber* Manifest Version [optional]
manifestVersionPolicy NSString* Manifest Version Policy (LATEST, DEVICE) [optional]
needProviderAuth NSNumber* Needs Provider Authentication [optional]
properties NSDictionary<NSString, NSObject>*** [optional]
createdOn NSNumber* Created On (milliseconds since epoch) [optional]
connected NSNumber* Is Connected [optional]
certificateInfo NSString* Certificate Info (if any) [optional]
certificateSignature NSString* Certificate Signature (if any) [optional]
eid NSString* External ID (if any) [optional]
providerCredentials NSDictionary<NSString, NSObject>*** [optional]
sharedWithOthers NSNumber* Is shared with other users [optional]
sharedWithMe NSString* Share id (if shared with me) [optional]

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