INPUT_OBJECT

EnableThreatMonitoringInput

Description

Request to enable/disable Threat Monitoring for a single entity or a batch of entities.

link GraphQL Schema definition

  • input EnableThreatMonitoringInput {
  • # Whether to enable or disable the batch of entities.
  • isBatchEnabled: Boolean
  • # List of entity root ids to batch enable/disable.
  • rootIds: [UUID!]
  • # Entity to point enable/disable.
  • status: ThreatMonitoringEnablementStatusInput!
  • }

link Require by