Sha256: f47b71e8cd20647eae9eda996d686512eb6e674f58ca2e753d555ffde5ae9c1c
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# SwaggerClient::OperatingSystem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **architecture** | **String** | The architecture of the operating system. | [optional] **configurations** | [**Array<Configuration>**](Configuration.md) | Configuration key-values pairs enumerated on the operating system. | [optional] **cpe** | [**OperatingSystemCpe**](OperatingSystemCpe.md) | | [optional] **description** | **String** | The description of the operating system (containing vendor, family, product, version and architecture in a single string). | [optional] **family** | **String** | The family of the operating system. | [optional] **id** | **Integer** | The identifier of the operating system. | [optional] **product** | **String** | The name of the operating system. | [optional] **system_name** | **String** | A combination of vendor and family (with redundancies removed), suitable for grouping. | [optional] **type** | **String** | The type of operating system. | [optional] **vendor** | **String** | The vendor of the operating system. | [optional] **version** | **String** | The version of the operating system. | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/OperatingSystem.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/OperatingSystem.md |