ENUM

TanzuHubPolicyRuleEvaluationStatus

link GraphQL Schema definition

  • enum TanzuHubPolicyRuleEvaluationStatus {
  • # Rule conditions evaluate to find no non-compliant resources
  • COMPLIANT
  • # Error while evaluating rule
  • ERROR
  • # Rule conditions evaluate to find non-compliant resources
  • NON_COMPLIANT
  • # Rule not evaluated
  • NOT_EVALUATED
  • }