EntraIdMissingDeviceGroup
Groups membership of devices that are not yet imported from Entra ID.
erDiagram
EntraIdMissingDevice ||--o{ EntraIdMissingDeviceGroup : "EntraIdMissingDeviceID"
Group ||--o{ EntraIdMissingDeviceGroup : "GroupID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time when the device group record was created |
| EntraIdMissingDeviceID |
numeric |
Internal ID that references the EntraIdMissingDevice entity (Foreign Key) |
| GroupID |
numeric |
Internal ID that references the Group entity (Foreign Key) |
| ID |
numeric |
Internal ID for the EntraIdMissingDeviceGroup entity (Primary Key) |
| LastScan |
datetime |
Last scan for this entra id device group membership |
References
| Column Name |
Referenced Table |
Description |
| EntraIdMissingDeviceID |
EntraIdMissingDevice |
Devices that we found in Entra ID that have not been scanned |
| GroupID |
Group |
Group of users or machines |