MachineUserEnvironment¶
Environment variable scanned for machine in user context.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time when the environment variable record was created |
| ID | numeric | Internal ID for the MachineUserEnvironment entity (Primary Key) |
| LastScan | datetime | Date/Time when the environment variable was last scanned |
| LastScanGuid | guid | GUID of the last scan |
| LastValueChange | datetime | Date/Time when the environment variable value last changed |
| LastValueChangeGuid | guid | GUID of the last value change |
| MachineUserID | numeric | Internal ID that references the MachineUser entity (Foreign Key) |
| Name | string | Name of the environment variable |
| Value | string | Value of the environment variable |