Sha256: 4130b085a921189d2a5cb1c58827fdced244b57ae65e48794b36036e57985e76
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# SwaggerClient::AssessmentResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **check_id** | **String** | The identifier of the vulnerability check. | [optional] **exceptions** | **Array<Integer>** | If the result is vulnerable with exceptions applied, the identifier(s) of the exceptions actively applied to the result. | [optional] **key** | **String** | An additional discriminating key used to uniquely identify between multiple instances of results on the same finding. | [optional] **links** | [**Array<Link>**](Link.md) | Hypermedia links to corresponding or related resources. | [optional] **port** | **Integer** | The port of the service the result was discovered on. | [optional] **proof** | **String** | The proof explaining why the result was found vulnerable. The proof may container embedded HTML formatting markup. | [optional] **protocol** | **String** | The protocol of the service the result was discovered on. | [optional] **since** | **String** | The date and time the result 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 vulnerability check result. |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/AssessmentResult.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/AssessmentResult.md |