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] |
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.