OBJECT
ThreatMonitoringFileMatchDetailsReply
Description
Response to ThreatMonitoringFileMatchDetails.
link GraphQL Schema definition
- type ThreatMonitoringFileMatchDetailsReply {
- # The Rubrik cluster associated with the workload.
- Cluster! :
- # Snapshot date where the match was first detected.
- DateTime :
- # Name of the file that was matched.
- String! :
- # Filepath that was matched.
- String! :
- # FID of the snapshot where the match was first detected.
- String! :
- # Source of the rule that matched.
- String! :
- # Author of the rule that matched.
- String! :
- # Description of the rule that matched.
- String! :
- # Name of the rule that matched.
- String! :
- # Specifies if the file is quarantined.
- Boolean! :
- # Type of threat match.
- IndicatorOfCompromiseKind! :
- # MD5 hash of the matched file.
- String! :
- # SHA1 hash of the matched file.
- String! :
- # SHA256 hash of the matched file.
- String! :
- # FID of the object.
- UUID! :
- }