cURL
curl --request GET \ --url https://us.infisical.com/api/v2/secret-rotations/aws-iam-user-secret/{rotationId}/generated-credentials
{ "generatedCredentials": [ { "accessKeyId": "<string>", "secretAccessKey": "<string>" } ], "activeIndex": 123, "rotationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "aws-iam-user-secret" }
Get the generated credentials for the specified AWS IAM User Secret Rotation.
The ID of the AWS IAM User Secret Rotation to retrieve the generated credentials for.
Default Response
The response is of type object.
object
Was this page helpful?