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.
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>"
}
}
}
]
}Default Response
Show child attributes
PostgreSQL Credentials postgres postgres-credentials Show child attributes
Was this page helpful?