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