Skip to content

MachineUserSecurityGroup

Reserved for use in future versions of OctoSAM Inventory.

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

Fields

Field Type Description
ID numeric Internal ID for the MachineUserSecurityGroup entity (Primary Key)
MachineUserID numeric Internal ID that references the MachineUser entity (Foreign Key)
Name string Name of the security group
Resolved boolean True if group name could be resolved; otherwise, the group name usually contains the SID

References

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