INPUT_OBJECT

ScanObjectsConfig

Description

Configuration specifying objects to be scanned.

link GraphQL Schema definition

  • input ScanObjectsConfig {
  • # List of object IDs to be scanned. If empty, all objects of the specified
  • # type will be scanned.
  • objectIds: [String!]
  • # Root object types to be scanned.
  • objectType: ThreatHuntRootObjectType!
  • }