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>", "rotationStatement": "<string>", "secretsMapping": { "username": "<string>", "password": "<string>" } } } ] }
List the available Secret Rotation Options.
Documentation IndexFetch the complete documentation index at: https://infisical.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Default Response
Show child attributes
Was this page helpful?