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

RotateEnvironmentResponse

    Response from a secret rotation operation on an environment.

    Properties

    • id string required
      The unique identifier for this rotation operation.
    • diagnostics array[EnvironmentDiagnostic] optional
      Diagnostics generated during the rotation operation.
    • range EscRange optional
      The source range where the diagnostic occurred.
    • summary string optional
      A summary of the diagnostic message.
    • path string optional
      The path within the environment definition where the diagnostic occurred.
    • severity string optional
      The severity of the diagnostic: “error” or “warning”.
    • secretRotationEvent SecretRotationEvent required
      Details of the secret rotation event.
    • id string required
      The unique identifier for this rotation event.
    • environmentId string required
      The ID of the environment being rotated.
    • created string required
      The timestamp when this rotation event was created.
    • preRotationRevision integer required
      The environment revision before the rotation.
    • postRotationRevision integer optional
      The environment revision after the rotation, if completed.
    • userID string required
      The ID of the user who initiated the rotation.
    • completed string optional
      The timestamp when the rotation completed.
    • status string required
      The current status of the rotation event.
    • scheduledActionID string optional
      The ID of the scheduled action that triggered this rotation, if any.
    • errorMessage string optional
      An error message if the rotation failed.
    • rotations array[SecretRotation] required
      The individual secret rotations within this event.