OBJECT

ThreatMonitoringMatchedObject

Description

Details about the scanned object.

link GraphQL Schema definition

  • type ThreatMonitoringMatchedObject {
  • # The cluster of the scan.
  • cluster: Cluster!
  • # Number of files matched to threat in object.
  • filesMatched: Long!
  • # Date of the last snapshot with a match.
  • lastDetection: DateTime
  • # Type of threat match.
  • matchType: [IndicatorOfCompromiseKind!]!
  • # FID of the object.
  • objectFid: UUID!
  • # The scanned object name.
  • objectName: String!
  • # Object type.
  • objectType: HierarchyObjectTypeEnum
  • }