Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 1.26 KB

ExceptionScope.md

File metadata and controls

15 lines (11 loc) · 1.26 KB

ExceptionScope

Properties

Name Type Description Notes
id int 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 str If the scope type is `"Instance"`, an optional key to discriminate the instance the exception applies to. [optional]
links list[Link] [optional]
port int If the scope type is `"Instance"` and the vulnerability is detected on a service, the port on which the exception applies. [optional]
type str The type of the exception scope. One of: `"Global"`, `"Site"`, `"Asset"`, `"Asset Group"`, `"Instance"` [optional]
vulnerability str The identifier of the vulnerability to which the exception applies. [optional]

[Back to Model list] [Back to API list] [Back to README]