SecretRotationEvent
An event representing a secret rotation operation on an environment.
Properties
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.
- ↳
idstring requiredThe unique identifier for this secret rotation. - ↳
environmentPathstring requiredThe path of the secret being rotated in the environment. - ↳
statusstring requiredThe current status of the rotation. - ↳
errorMessagestring optionalAn error message if the rotation failed.
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.