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

ChangeRequestGateEvaluation

    Represents change request gate evaluation.

    Properties

    • satisfied boolean required
      Indicates if all applicable gates are satisfied and the change request is ready for application
    • applicableGates array[ChangeGateEvaluation] required
      Lists all gates that apply to this change request
    • 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