Property Name | Type | Description |
---|---|---|
description | InputMaybe<String> | The description of the event. |
discoverySource | InputMaybe<String> | The source or tool that discovered the vulnerability. |
displayName | String | The name of the event. |
id | String | The ID of the vulnerability. |
lastUpdated | Any | The last time this event was updated. |
remediationTime | InputMaybe<Any> | The time when the vulnerability was remediated. |
score | InputMaybe<Number> | The CVSS score of the vulnerability (0-10). |
severityLabel | InputMaybe<String> | The label to use for displaying the severity |
severityLevel | CompassVulnerabilityEventSeverityLevel | The severity level of the vulnerability |
state | CompassVulnerabilityEventState | The state of the vulnerability. |
updateSequenceNumber | Any | A number specifying the order of the update to the event. Must be incremented to save new events. Otherwise, the request will be ignored. |
url | Maybe<Any> | The URL of the event. |
vulnerabilityStartTime | Any | The time when the vulnerability started. |
vulnerableTarget | InputMaybe<String> | The target system or component that is vulnerable. |
Rate this page: