ENUM
WorkloadAnomaliesSortBy
Description
Fields to sort workload anomalies.
link GraphQL Schema definition
- enum WorkloadAnomaliesSortBy {
- # Sort by the number of new files created in the snapshot.
- # Sort by the number of files deleted in the snapshot.
- # Sort by detection time.
- # Sort by encryption level of the snapshot.
- # Sort by the number of files modified in the snapshot.
- # Sort by workload name.
- # Sort by number of sensitive files.
- # Sort by number of sensitive hits.
- # Sort by anomaly severity.
- # Sort by snapshot date.
- # Sort by the number of suspicious files in the snapshot.
- }