INPUT_OBJECT
BulkUpdateRansomwareInvestigationEnabledInput
Description
Request to set Ransomware Investigation enabled or not in bulk.
link GraphQL Schema definition
- input BulkUpdateRansomwareInvestigationEnabledInput {
- # The ID of the cluster.
- : String
- # List of entities for which the Ransomware Investigation status is being updated.
- : [DataThreatAnalyticsEnablementEntityInfo!]!
- # The new Ransomware Investigation status.
- : Boolean!
- }