MachineUser¶
m:n relation between machines and users.
Fields¶
| Field | Type | Description |
|---|---|---|
| AnalysisExtras | xml | Holds additional analysis data |
| Created | datetime | Date/Time this object was created in the database |
| CreatedGUID | guid | GUID of the scan that created this relation in the database |
| ID | numeric | Internal ID that references the MachineUser entity (Foreign Key) |
| LastModification | datetime | Date/Time of last write to this relation |
| LastScan | datetime | Date/Time of last scan that updated this relation |
| LastScanGUID | guid | GUID of the scan that last updated this relation |
| LastScannerTag | string | Command-line tag that was specified on the last scan of this machine to user relation |
| LocalAdministrator | boolean | True if the referenced user is member of the referenced machine's Administrators group |
| MachineID | numeric | Internal ID that references the Machine entity (Foreign Key) |
| RemoteSession | boolean | True if scan was during a remote session |
| ScannedAsAdministrator | boolean | True if the scan that last scanned this relation was run with administrative privileges |
| SynchLastSynch | datetime | Timestamp of last synchoronization of this machine user relation with the partner CMDB. Currently not used by OctoSAM Inventory |
| SynchTokenID | string | Can be used for synchronization with another inventory or CMDB system. Holds the key to the identical item in the CMDB. Currently not used by OctoSAM Inventory. |
| UserID | numeric | Internal ID that references the User entity (Foreign Key) |