ENUM

TprPolicySortByField

Description

Fields to sort TPR policies.

link GraphQL Schema definition

  • enum TprPolicySortByField {
  • # Number of rules in the TPR policy.
  • NUMBER_OF_ACTIONS
  • # Number of object types in the TPR policy.
  • NUMBER_OF_OBJECT_TYPES
  • # Number of workloads in the TPR policy.
  • NUMBER_OF_PROTECTABLE_OBJECTS
  • # Name of the TPR policy.
  • POLICY_NAME
  • }

link Require by