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

ChangeGate

    A change gate requires that certain actions on an entity are staged via a change request, and established conditions that change request must satisfy to be applied.

    Properties

    • id string required
      Unique identifier of the change gate
    • name string required
      Name of the change gate
    • enabled boolean required
      Whether the change gate is enabled
    • rule ChangeGateRuleOutput required
      Rule configuration for the gate
    • ruleType string required
    • target ChangeGateTargetOutput required
      Target configuration for the gate
    • entityType enum required
      The entity type this gate targets
      Values: environment
    • qualifiedName string optional
      The qualified name of the entity this gate targets (e.g., ‘project/env’)
    • actionTypes array[string] required
      The action types this gate targets
    • entityInfo TargetEntity optional
      Populated details about the target entity