Secret Rotations
Options
Overview
- Introduction
- Authentication
- Examples
Endpoints
- Identities
- Token Auth
- Universal Auth
- GCP Auth
- AWS Auth
- Azure Auth
- Kubernetes Auth
- OIDC Auth
- JWT Auth
- Groups
- Organizations
- Projects
- Project Users
- Project Groups
- Project Identities
- Project Roles
- Project Templates
- Environments
- Folders
- Secret Tags
- Secrets
- Dynamic Secrets
- Secret Imports
- Secret Rotations
- GETList
- GETOptions
- Microsoft SQL Server Credentials
- PostgreSQL Credentials
- GET
- Identity Specific Privilege
- App Connections
- Secret Syncs
- Integrations
- Service Tokens
- Audit Logs
Infisical PKI
- Certificate Authorities
- Certificates
- Certificate Templates
- Certificate Collections
- PKI Alerting
Infisical SSH
- Certificates
- Certificate Authorities
- Certificate Templates
Infisical KMS
- Keys
- Encryption
- Signing
Secret Rotations
Options
List the available Secret Rotation Options.
GET
/
api
/
v2
/
secret-rotations
/
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>"
}
}
}
]
}
Response
200
application/json
Default Response
Available options:
PostgreSQL Credentials
Available options:
postgres
Available options:
postgres-credentials
Was this page helpful?
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>"
}
}
}
]
}