Response
Default Response
curl --request GET \
--url https://us.infisical.com/api/v1/pki/syncs/options
{
"pkiSyncOptions": [
{
"name": "<string>",
"connection": "github",
"destination": "azure-key-vault",
"canImportCertificates": true,
"canRemoveCertificates": true,
"defaultCertificateNameSchema": "<string>",
"forbiddenCharacters": "<string>",
"allowedCharacterPattern": "<string>",
"maxCertificateNameLength": 123,
"minCertificateNameLength": 123
}
]
}
List the available PKI Sync Options.
curl --request GET \
--url https://us.infisical.com/api/v1/pki/syncs/options
{
"pkiSyncOptions": [
{
"name": "<string>",
"connection": "github",
"destination": "azure-key-vault",
"canImportCertificates": true,
"canRemoveCertificates": true,
"defaultCertificateNameSchema": "<string>",
"forbiddenCharacters": "<string>",
"allowedCharacterPattern": "<string>",
"maxCertificateNameLength": 123,
"minCertificateNameLength": 123
}
]
}
Default Response
Show child attributes
Was this page helpful?