Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.36 KB

OperatingSystem.md

File metadata and controls

20 lines (16 loc) · 1.36 KB

OperatingSystem

Properties

Name Type Description Notes
architecture str The architecture of the operating system. [optional]
configurations list[Configuration] Configuration key-values pairs enumerated on the operating system. [optional]
cpe OperatingSystemCpe The Common Platform Enumeration (CPE) of the operating system. [optional]
description str The description of the operating system (containing vendor, family, product, version and architecture in a single string). [optional]
family str The family of the operating system. [optional]
id int The identifier of the operating system. [optional]
product str The name of the operating system. [optional]
system_name str A combination of vendor and family (with redundancies removed), suitable for grouping. [optional]
type str The type of operating system. [optional]
vendor str The vendor of the operating system. [optional]
version str The version of the operating system. [optional]

[Back to Model list] [Back to API list] [Back to README]