OBJECT
DailyAnalysisDetails
Description
A daily summary of Ransomware Investigation results across all workloads.
link GraphQL Schema definition
- type DailyAnalysisDetails {
- # The count of suspicious files.
- Long! :
- # The count of files created.
- Long! :
- # The count of files deleted.
- Long! :
- # The count of files modified.
- Long! :
- # The number of suspicious bytes.
- Long! :
- # The number of created bytes.
- Long! :
- # The number of deleted bytes.
- Long! :
- # The number of modified bytes.
- Long! :
- # The number of anomaly events generated.
- Long! :
- # The day for which the Ransomware Investigation results were recorded.
- # The value is formatted using the ISO 8601 standard and
- # appears as YYYY-MM-DD.
- String! :
- }