RotateEnvironmentResponse
Response from a secret rotation operation on an environment.
Properties
idstring requiredThe unique identifier for this rotation operation.- Diagnostics generated during the rotation operation.
- The source range where the diagnostic occurred.
- ↳
summarystring optionalA summary of the diagnostic message. - ↳
pathstring optionalThe path within the environment definition where the diagnostic occurred. - ↳
severitystring optionalThe severity of the diagnostic: “error” or “warning”. - Details of the secret rotation event.
- ↳
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.