cURL
curl --request GET \ --url https://us.infisical.com/api/v2/secret-rotations/windows-local-account/{rotationId}/generated-credentials
{ "generatedCredentials": [ { "username": "<string>", "password": "<string>" } ], "activeIndex": 123, "rotationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "windows-local-account" }
The ID of the Windows Local Account Rotation to retrieve the generated credentials for.
Default Response
1 - 2
Show child attributes
windows-local-account
Was this page helpful?