cURL
curl --request POST \ --url https://us.infisical.com/api/v1/pki/syncs/azure-key-vault \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "isAutoSyncEnabled": true, "destinationConfig": { "vaultBaseUrl": "<string>" }, "syncOptions": {}, "subscriberId": "<string>", "connectionId": "<string>", "projectId": "<string>" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "destination": "azure-key-vault", "isAutoSyncEnabled": true, "destinationConfig": { "vaultBaseUrl": "<string>" }, "syncOptions": { "canImportCertificates": false, "canRemoveCertificates": true, "certificateNameSchema": "<string>" }, "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "syncStatus": "<string>", "lastSyncedAt": "2023-11-07T05:31:56Z" }
Create a Azure Key Vault PKI Sync for the specified project.
1 - 64
Show child attributes
1
Default Response
255
azure-key-vault
Was this page helpful?