Searches for vulnerability detections, where an item contains information about one vulnerability found on one customer's assets.
This query supports filtering, pagination, and sorting. VulnerabilityDetectionsByCustomerConnection!
Arguments
first
Int
default: 20
Page size. Max: 1000.
after
String
Return results after the provided cursor. Use the `endCursor` value from the previous page's `pageInfo` to paginate.
where
VulnerabilityDetectionByCustomerWhereInput
Filtering options to apply to the search.
orderBy
[VulnerabilityDetectionByCustomerOrderByInput!]
Sort order to apply to the search results.
inOrganization
ID
Specifies which organization to search. If omitted, it will search user's entire scope. Providing an ID is recommended for faster query performance.
inRegion
RegionInput
Specifies which region to search. If omitted, the region will be inferred from the user's scopes.