Skip to content

DeviceManagementSystem

Information about a device management system such as Mobile Device Management (MDM) or Enterprise Mobility Management (EMM).

erDiagram
    DeviceManagementSystemType ||--o{ DeviceManagementSystem : "DeviceManagementSystemTypeID"
    DeviceManagementSystem ||--o{ Machine : "DeviceManagementSystemID"

Fields

Field Type Description
Address string Address of the device management system
Created datetime Date/Time when the device management system record was created
Description string Description of the device management system
DeviceManagementSystemTypeID numeric Internal ID that references the DeviceManagementSystemType entity (Foreign Key)
DisplayName string Display name of the device management system
ExtraData string Additional data for the device management system in JSON format
ID numeric Internal ID for the DeviceManagementSystem entity (Primary Key)
ProductVersion string Product version of the device management system

References

Column Name Referenced Table Description
DeviceManagementSystemTypeID DeviceManagementSystemType Defines types of device management systems

Referenced by

Table Column Name Description
Machine DeviceManagementSystemID Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet.