Skip to content

Commit 2bece38

Browse files
github-actions[bot]Keyfactorspbsoluble
authored
New Pull Request - all:latest (#203)
* chore(storetypes): Add `bosch-ipcamera-orchestrator` Signed-off-by: sbailey <1661003+spbsoluble@users.noreply.github.com> --------- Signed-off-by: sbailey <1661003+spbsoluble@users.noreply.github.com> Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io> Co-authored-by: sbailey <1661003+spbsoluble@users.noreply.github.com>
1 parent 33b3728 commit 2bece38

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

store_types.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,92 @@
948948
"BlueprintAllowed": false,
949949
"CustomAliasAllowed": "Required"
950950
},
951+
{
952+
"Name": "Bosch IP Camera",
953+
"ShortName": "BIPCamera",
954+
"Capability": "BIPCamera",
955+
"LocalStore": false,
956+
"SupportedOperations": {
957+
"Add": true,
958+
"Create": false,
959+
"Discovery": false,
960+
"Enrollment": true,
961+
"Remove": true
962+
},
963+
"Properties": [
964+
{
965+
"Name": "ServerUsername",
966+
"DisplayName": "Server Username",
967+
"Type": "Secret",
968+
"DependsOn": null,
969+
"DefaultValue": null,
970+
"Required": false
971+
},
972+
{
973+
"Name": "ServerPassword",
974+
"DisplayName": "Server Password",
975+
"Type": "Secret",
976+
"DependsOn": null,
977+
"DefaultValue": null,
978+
"Required": false
979+
},
980+
{
981+
"Name": "ServerUseSsl",
982+
"DisplayName": "Use SSL",
983+
"Type": "Bool",
984+
"DependsOn": null,
985+
"DefaultValue": "true",
986+
"Required": true
987+
}
988+
],
989+
"EntryParameters": [
990+
{
991+
"Name": "CertificateUsage",
992+
"DisplayName": "Certificate Usage",
993+
"Type": "MultipleChoice",
994+
"RequiredWhen": {
995+
"HasPrivateKey": false,
996+
"OnAdd": false,
997+
"OnRemove": false,
998+
"OnReenrollment": false
999+
},
1000+
"Options": ",HTTPS,EAP-TLS-client,TLS-DATE-client"
1001+
},
1002+
{
1003+
"Name": "Name",
1004+
"DisplayName": "Name (Alias)",
1005+
"Type": "String",
1006+
"RequiredWhen": {
1007+
"HasPrivateKey": false,
1008+
"OnAdd": false,
1009+
"OnRemove": false,
1010+
"OnReenrollment": true
1011+
}
1012+
},
1013+
{
1014+
"Name": "Overwrite",
1015+
"DisplayName": "Overwrite",
1016+
"Type": "Bool",
1017+
"RequiredWhen": {
1018+
"HasPrivateKey": false,
1019+
"OnAdd": false,
1020+
"OnRemove": false,
1021+
"OnReenrollment": false
1022+
},
1023+
"DefaultValue": "false"
1024+
}
1025+
],
1026+
"PasswordOptions": {
1027+
"EntrySupported": false,
1028+
"StoreRequired": false,
1029+
"Style": "Default"
1030+
},
1031+
"PrivateKeyAllowed": "Optional",
1032+
"ServerRequired": true,
1033+
"PowerShell": false,
1034+
"BlueprintAllowed": true,
1035+
"CustomAliasAllowed": "Required"
1036+
},
9511037
{
9521038
"Name": "CiscoAsa",
9531039
"ShortName": "CiscoAsa",

0 commit comments

Comments
 (0)