`VulnerabilityDetectionByCustomer` represents vulnerability detections grouped by customer.
Provides information about a `Vulnerability` found on a `Customer`'s assets.
Fields
id
ID!
non-null
Vulnerability Detection by Customer ID.
vulnerability
Vulnerability!
non-null
The detected vulnerability.
firstDetectedAt
DateTime!
non-null
Date-time the vulnerability was first detected on an asset under this customer.
patchableStatus
VulnerabilityDetectionPatchableStatus!
non-null
Status of whether this detected vulnerability has available patches.
customer
Customer!
non-null
Customer of the assets where the vulnerability was detected.