EntraIdMissingUserGroup
Entra ID group information for users that are not yet imported from Entra ID.
erDiagram
EntraIdMissingUser ||--o{ EntraIdMissingUserGroup : "EntraIdMissingUserID"
Group ||--o{ EntraIdMissingUserGroup : "GroupID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time when the user group record was created |
| EntraIdMissingUserID |
numeric |
Internal ID that references the EntraIdMissingUser entity (Foreign Key) |
| GroupID |
numeric |
Internal ID that references the Group entity (Foreign Key) |
| ID |
numeric |
Internal ID for the EntraIdMissingUserGroup entity (Primary Key) |
| LastScan |
datetime |
Date/Time when the user group was last scanned |
References
| Column Name |
Referenced Table |
Description |
| EntraIdMissingUserID |
EntraIdMissingUser |
Users that we found in Entra ID that have not been scanned. This can also contain Entra ID users that are synced from on-premises Active Directory that is not imported into OctoSAM. |
| GroupID |
Group |
Group of users or machines |