1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ChangeGateEvaluation

ChangeGateEvaluation

    ChangeGateEvaluation contains the evaluation status of a single change gate

    Properties

    • id string required
      The unique identifier of the gate
    • name string required
      The human-readable name of the gate
    • satisfied boolean required
      Indicates whether this gate’s requirements have been met
    • ruleDetails ChangeGateRuleEvaluation required
      Rule-type-specific evaluation details
    • ruleType string required