OBJECT
ThreatMonitoringMatchedObject
Description
Details about the scanned object.
link GraphQL Schema definition
- type ThreatMonitoringMatchedObject {
- # The cluster of the scan.
- Cluster! :
- # Number of files matched to threat in object.
- Long! :
- # Date of the last snapshot with a match.
- DateTime :
- # Type of threat match.
- IndicatorOfCompromiseKind!]! : [
- # FID of the object.
- UUID! :
- # The scanned object name.
- String! :
- # Object type.
- HierarchyObjectTypeEnum :
- }
link Require by
- ThreatMonitoringMatchedObjectConnectionPaginated list of ThreatMonitoringMatchedObject objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ThreatMonitoringMatchedObjectEdgeWrapper around the ThreatMonitoringMatchedObject object. This wrapper is used for pagination.