Sha256: 01a76f3841c73dceec8073e511a26e24b90764784add88180f93a46f0cd0b7f1
Contents?: true
Size: 977 Bytes
Versions: 2
Compression:
Stored size: 977 Bytes
Contents
# SwaggerClient::VulnerabilityFinding ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The identifier of the vulnerability. | **instances** | **Integer** | The number of vulnerable occurrences of the vulnerability. This does not include `invulnerable` instances. | **links** | [**Array<Link>**](Link.md) | Hypermedia links to corresponding or related resources. | [optional] **results** | [**Array<AssessmentResult>**](AssessmentResult.md) | The vulnerability check results for the finding. Multiple instances may be present if one or more checks fired, or a check has multiple independent results. | [optional] **since** | **String** | The date and time the finding was was first recorded, in the ISO8601 format. If the result changes status this value is the date and time of the status change. | [optional] **status** | **String** | The status of the finding. |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/VulnerabilityFinding.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/VulnerabilityFinding.md |