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

ListEnvironmentSecretRotationHistoryResponse

    Response containing a list of secret rotation history events for an environment.

    Properties

    • events array[SecretRotationEvent] required
      The list of secret rotation events
    • 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.