ENUM

HubPolicyRunStatus

Policy execution status

link GraphQL Schema definition

  • enum HubPolicyRunStatus {
  • # Policy evaluation is completed
  • COMPLETED
  • # Policy evaluation failed with errors
  • ERROR
  • # Policy evaluation is in progress
  • EVALUATING
  • # Policy evaluation timed out
  • TIMED_OUT
  • }