OBJECT
ThreatHuntDetails
Description
Details for the threat hunt.
link GraphQL Schema definition
- type ThreatHuntDetails {
- # Start time of the threat hunt.
- DateTime :
- # End time of the threat hunt.
- DateTime :
- # The object ids and corresponding snapshot ids targeted for scanning.
- WorkloadIdToSnapshotIds!]! : [
- # The Rubrik CDM ID of the threat hunt.
- String! :
- # The configuration of the malware scan.
- ThreatHuntConfig! :
- # The cluster of the scan.
- Cluster! :
- }