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

SecretRotationEvent

    An event representing a secret rotation operation on an environment.

    Properties

    • 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.
    • id string required
      The unique identifier for this secret rotation.
    • environmentPath string required
      The path of the secret being rotated in the environment.
    • status string required
      The current status of the rotation.
    • errorMessage string optional
      An error message if the rotation failed.