cURL
curl --request GET \ --url https://us.infisical.com/api/v2/secret-rotations/options
{ "secretRotationOptions": [ { "name": "PostgreSQL Credentials", "connection": "postgres", "type": "postgres-credentials", "template": { "createUserStatement": "<string>", "secretsMapping": { "username": "<string>", "password": "<string>" } } } ] }
List the available Secret Rotation Options.
Default Response
Show child attributes
Was this page helpful?