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.
- Boolean :
- # List of entity root ids to batch enable/disable.
- UUID!] : [
- # Entity to point enable/disable.
- ThreatMonitoringEnablementStatusInput! :
- }