DeviceManagementSystemType
Defines types of device management systems.
erDiagram
DeviceManagementSystemType ||--o{ DeviceManagementSystem : "DeviceManagementSystemTypeID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time when the device management system type record was created |
| Description |
string |
Description of the device management system type |
| ID |
numeric |
Internal ID for the DeviceManagementSystemType entity (Primary Key) |
| Name |
string |
Name of the device management system type |
| Notes |
string |
Notes for the device management system type |
| OctopusID |
string |
Octopus ID for the device management system type |
Referenced by
| Table |
Column Name |
Description |
| DeviceManagementSystem |
DeviceManagementSystemTypeID |
Information about a device management system such as Mobile Device Management (MDM) or Enterprise Mobility Management (EMM) |