UserMachineAffinity¶
Used to replicate User Device Affinity from other systems such as Microsoft SCCM.
Fields¶
Field | Type | Description |
---|---|---|
Created | datetime2 | Date/Time this affinity relation got created- |
ID | bigint | Internal ID for the UserMachineAffinity entity (Primary Key) |
LastScan | datetime2 | Date/Time this affinity relation got last scanned- |
MachineID | bigint | Internal ID that references the Machine entity (Foreign Key) |
UserID | bigint | Internal ID that references the User entity (Foreign Key) |
UserMachineAffinityProviderID | bigint | Internal ID that references the UserMachineAffinityProvider entity (Foreign Key) |