|
1 | 1 | { |
2 | 2 | "$schema": "https://keyfactor.github.io/integration-manifest-schema.json", |
3 | 3 | "integration_type": "orchestrator", |
4 | | - "name": "Integration Template", |
| 4 | + "name": "AXIS IP Camera", |
5 | 5 | "status": "prototype", |
6 | | - "support_level": "community", |
7 | | - "description": "This project is meant to be a template to quickly build a basic integration product build. Currently in dev, a work in progress,", |
8 | | - "link_github": false, |
| 6 | + "support_level": "kf-supported", |
| 7 | + "release_dir": "AxisIPCamera\\bin\\Release", |
| 8 | + "release_project":"AxisIPCamera\\AxisIPCamera.csproj", |
9 | 9 | "update_catalog": false, |
10 | | - "release_dir": "UPDATE-THIS-WITH-PATH-TO-BINARY-BUILD-FOLDER", |
| 10 | + "link_github": false, |
| 11 | + "description": "This project is meant to be a template to quickly build a basic integration product build. Currently in dev, a work in progress,", |
11 | 12 | "about": { |
12 | 13 | "orchestrator": { |
13 | 14 | "UOFramework": "10.1", |
14 | 15 | "keyfactor_platform_version": "9.10", |
15 | 16 | "pam_support": false, |
16 | | - "win": { |
17 | | - "supportsCreateStore": false, |
18 | | - "supportsDiscovery": false, |
19 | | - "supportsManagementAdd": false, |
20 | | - "supportsManagementRemove": false, |
21 | | - "supportsReenrollment": false, |
22 | | - "supportsInventory": false |
23 | | - }, |
24 | | - "linux": { |
25 | | - "supportsCreateStore": false, |
26 | | - "supportsDiscovery": false, |
27 | | - "supportsManagementAdd": false, |
28 | | - "supportsManagementRemove": false, |
29 | | - "supportsReenrollment": false, |
30 | | - "supportsInventory": false |
31 | | - }, |
32 | 17 | "store_types": [ |
33 | 18 | { |
34 | 19 | "Name": "MyOrchestratorStoreType", |
|
0 commit comments