ListEnvironmentSecretRotationHistoryResponse
Response containing a list of secret rotation history events for an environment.
Properties
- The list of secret rotation events
- ↳
idstring requiredThe unique identifier for this rotation event. - ↳
environmentIdstring requiredThe ID of the environment being rotated. - ↳
createdstring requiredThe timestamp when this rotation event was created. - ↳
preRotationRevisioninteger requiredThe environment revision before the rotation. - ↳
postRotationRevisioninteger optionalThe environment revision after the rotation, if completed. - ↳
userIDstring requiredThe ID of the user who initiated the rotation. - ↳
completedstring optionalThe timestamp when the rotation completed. - ↳
statusstring requiredThe current status of the rotation event. - ↳
scheduledActionIDstring optionalThe ID of the scheduled action that triggered this rotation, if any. - ↳
errorMessagestring optionalAn error message if the rotation failed. - The individual secret rotations within this event.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.