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.
  • CREATED_FILE_COUNT
  • # Sort by the number of files deleted in the snapshot.
  • DELETED_FILE_COUNT
  • # Sort by detection time.
  • DETECTION_TIME
  • # Sort by encryption level of the snapshot.
  • ENCRYPTION
  • # Sort by the number of files modified in the snapshot.
  • MODIFIED_FILE_COUNT
  • # Sort by workload name.
  • NAME
  • # Sort by number of sensitive files.
  • SENSITIVE_FILES
  • # Sort by number of sensitive hits.
  • SENSITIVE_HITS
  • # Sort by anomaly severity.
  • SEVERITY
  • # Sort by snapshot date.
  • SNAPSHOT_DATE
  • # Sort by the number of suspicious files in the snapshot.
  • SUSPICIOUS_FILE_COUNT
  • }

link Require by