Skip to content

ObjectState

Object states for various OctoSAM entities.

erDiagram
    ObjectState ||--o{ Machine : "ObjectStateID"
    ObjectState ||--o{ SoftwarePublisher : "ObjectStateID"
    ObjectState ||--o{ SoftwareSignature : "ObjectStateID"
    ObjectState ||--o{ User : "ObjectStateID"

Fields

Field Type Description
Description string Object state description
ID numeric Internal ID for the ObjectState entity (Primary Key)
Name string Object state name
OctopusID string OctoSAM internal name for programmatic access to the object state (e.g., in queries)

Referenced by

Table Column Name Description
Machine ObjectStateID Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet.
SoftwarePublisher ObjectStateID Normalized publisher information from the catalog
SoftwareSignature ObjectStateID A software signature is a unique pattern detected by software scan, like a fingerprint that a particular software leaves on machines.
User ObjectStateID Basic user Information