Sha256: 9ef0f3258a81669d27fdd02fbfeb0598b566fa3ed5f4122575be65083ae8c742
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
# SwaggerClient::VulnerabilityCheck ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The identifier of the vulnerability check. | [optional] **links** | [**Array<Link>**](Link.md) | Hypermedia links to corresponding or related resources. | [optional] **plugin** | **String** | The name of the plugin (module) the check belongs to. | [optional] **potential** | **BOOLEAN** | Whether the check results in potential vulnerabilities. | [optional] **requires_credentials** | **BOOLEAN** | Whether the check requires credentials in order to run. | [optional] **safe** | **BOOLEAN** | Whether the checked is deemed to be \"safe\" to run. A safe check is one that can be run without negatively impacting the host it is run against. | [optional] **service** | **BOOLEAN** | Whether the check operates against a service, or false it it is a local check. | [optional] **unique** | **BOOLEAN** | Whether the check may only register a result once during a scan of host. Otherwise, the tests in the check can run multiple times, possibly registering multiple results. | [optional] **vulnerability** | **String** | The identifier of the vulnerability the check results in. | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/VulnerabilityCheck.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/VulnerabilityCheck.md |