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