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

SecretRotation

    Represents the state of a single secret rotation within an environment.

    Properties

    • 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.