Set of all device software with its version
Fields
| Field | Type | Description |
|---|---|---|
| is_inventory* | VARCHAR (15) | Software inventory status |
| is_permitted* | VARCHAR (12) | Set whether software is allowed or not |
| manufacturer | NVARCHAR (1024) | Software Developer |
| platform | VARCHAR (7) | Software Platform |
| product_name* | NVARCHAR (512) | Software Name |
| software_id* | INT | Software code primary key |
| software_type | VARCHAR (16) | Software Type (Operating System, Application, Update) |
| version | NVARCHAR (510) | Software version |