Skip to content

Commit

Permalink
New Pull Request - all:latest (#203)
Browse files Browse the repository at this point in the history
* chore(storetypes): Add `bosch-ipcamera-orchestrator` 

Signed-off-by: sbailey <[email protected]>

---------

Signed-off-by: sbailey <[email protected]>
Co-authored-by: Keyfactor <[email protected]>
Co-authored-by: sbailey <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent 33b3728 commit 2bece38
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions store_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,92 @@
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
},
{
"Name": "Bosch IP Camera",
"ShortName": "BIPCamera",
"Capability": "BIPCamera",
"LocalStore": false,
"SupportedOperations": {
"Add": true,
"Create": false,
"Discovery": false,
"Enrollment": true,
"Remove": true
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": null,
"DefaultValue": null,
"Required": false
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": null,
"DefaultValue": null,
"Required": false
},
{
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DependsOn": null,
"DefaultValue": "true",
"Required": true
}
],
"EntryParameters": [
{
"Name": "CertificateUsage",
"DisplayName": "Certificate Usage",
"Type": "MultipleChoice",
"RequiredWhen": {
"HasPrivateKey": false,
"OnAdd": false,
"OnRemove": false,
"OnReenrollment": false
},
"Options": ",HTTPS,EAP-TLS-client,TLS-DATE-client"
},
{
"Name": "Name",
"DisplayName": "Name (Alias)",
"Type": "String",
"RequiredWhen": {
"HasPrivateKey": false,
"OnAdd": false,
"OnRemove": false,
"OnReenrollment": true
}
},
{
"Name": "Overwrite",
"DisplayName": "Overwrite",
"Type": "Bool",
"RequiredWhen": {
"HasPrivateKey": false,
"OnAdd": false,
"OnRemove": false,
"OnReenrollment": false
},
"DefaultValue": "false"
}
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Optional",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": true,
"CustomAliasAllowed": "Required"
},
{
"Name": "CiscoAsa",
"ShortName": "CiscoAsa",
Expand Down

0 comments on commit 2bece38

Please sign in to comment.