ENUM

RansomwareResultSortBy

Description

Sort ransomware results by field.

link GraphQL Schema definition

  • enum RansomwareResultSortBy {
  • # The unique ID of the cluster.
  • CLUSTER_UUID
  • # The probability of encryption.
  • ENCRYPTION_PROBABILITY
  • # Is the snapshot encrypted.
  • IS_ENCRYPTED
  • # The managed ID of the object.
  • MANAGED_ID
  • # The date of the snapshot.
  • SNAPSHOT_DATE
  • # The ID of the snapshot.
  • SNAPSHOT_ID
  • # The ID of the object.
  • WORKLOAD_ID
  • }