Sha256: 9619ebcbfccefbc7dc7fc6767271d43dfd8372d68ee567e0f9ff1b5fbed8293b
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
# SwaggerClient::ExceptionScope ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The identifier of the scope type to which the exception applies. For example in a site scoped vulnerability exception this is the site id, in an asset group vulnerability exception this is the asset group id. | [optional] **key** | **String** | If the scope type is `\"Instance\"`, an optional key to discriminate the instance the exception applies to. | [optional] **links** | [**Array<Link>**](Link.md) | | [optional] **port** | **Integer** | If the scope type is `\"Instance\"` and the vulnerability is detected on a service, the port on which the exception applies. | [optional] **type** | **String** | The type of the exception scope. One of: `\"Global\"`, `\"Site\"`, `\"Asset\"`, `\"Asset Group\"`, `\"Instance\"` | [optional] **vulnerability** | **String** | The identifier of the vulnerability to which the exception applies. | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/ExceptionScope.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/ExceptionScope.md |