Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.4 KB

DeviceType.md

File metadata and controls

26 lines (23 loc) · 1.4 KB

CLOUD.Artik.Model.DeviceType

Properties

Name Type Description Notes
Id string Device Type ID. [optional]
UniqueName string Unique Name. [optional]
LatestVersion int? Latest Manifest version. [optional]
LastUpdated long? [optional]
Name string Name. [optional]
Description string Description. [optional]
Uid string User ID. [optional]
Oid string Organization ID. [optional]
HasCloudConnector bool? Uses Cloud Connectors SDK [optional]
Approved bool? Approval status. [optional]
Published bool? Published status. [optional]
_Protected bool? Protected status. [optional]
InStore bool? In Store. [optional]
OwnedByCurrentUser bool? Does the current user own a device of this device type [optional]
Tags List<Tag> Tags [optional]
Rsp bool? Require Secure Device Registration (SDR) Protocol. [optional]
IssuerDn string Issuer Distinguished Name (Used in SDR) [optional]
Vid string Vendor ID. (Used in SDR) [optional]

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