diff --git a/integration-manifest.json b/integration-manifest.json index c1430d2..864d4cf 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -25,7 +25,33 @@ "supportsManagementRemove": true, "supportsReenrollment": false, "supportsInventory": true + }, + "store_types": { + "Imperva": { + "Name": "Imperva", + "ShortName": "Imperva", + "Capability": "Imperva", + "ServerRequired": false, + "BlueprintAllowed": false, + "CustomAliasAllowed": "Required", + "PowerShell": false, + "PrivateKeyAllowed": "Required", + "SupportedOperations": { + "Add": true, + "Create": false, + "Discovery": false, + "Enrollment": false, + "Remove": true + }, + "PasswordOptions": { + "Style": "Default", + "EntrySupported": false, + "StoreRequired": true + }, + "Properties": [], + "EntryParameters": [] + } } } } -} +} \ No newline at end of file