INPUT_OBJECT

BulkUpdateRansomwareInvestigationEnabledInput

Description

Request to set Ransomware Investigation enabled or not in bulk.

link GraphQL Schema definition

  • input BulkUpdateRansomwareInvestigationEnabledInput {
  • # List of entities for which the Ransomware Investigation status is being updated.
  • entities: [DataThreatAnalyticsEnablementEntityInfo!]!
  • # The new Ransomware Investigation status.
  • isRansomwareMonitoringEnabled: Boolean!
  • }

link Require by