Skip to content

MachineUserEnvironment

Environment variable scanned for machine in user context.

erDiagram
    MachineUser ||--o{ MachineUserEnvironment : "MachineUserID"

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

References

Column Name Referenced Table Description
MachineUserID MachineUser m:n relation between machines and users