From 49bf6609524d16821aa9b4ca281765a293b70761 Mon Sep 17 00:00:00 2001 From: Keyfactor Date: Mon, 8 Jul 2024 13:28:08 +0000 Subject: [PATCH 1/3] Update store_types.json for all:latest --- store_types.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/store_types.json b/store_types.json index e2404b37..71f3c115 100644 --- a/store_types.json +++ b/store_types.json @@ -1013,6 +1013,9 @@ "Style": "Default" }, "PrivateKeyAllowed": "Required", + "JobProperties": [ + "interfaces" + ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": true, @@ -1095,6 +1098,10 @@ "Style": "Default" }, "PrivateKeyAllowed": "Required", + "JobProperties": [ + "virtualServerName", + "sniCert" + ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": false, @@ -2985,6 +2992,11 @@ "Style": "Default" }, "PrivateKeyAllowed": "Optional", + "JobProperties": [ + "TlsMinVersion", + "TLSMaxVersion", + "TlsProfileName" + ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": false, @@ -3706,6 +3718,9 @@ }, "StorePathValue": "My", "PrivateKeyAllowed": "Optional", + "JobProperties": [ + "InstanceName" + ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": true, From 10d4d43c452d82a6c5fad553a113f17b8278929b Mon Sep 17 00:00:00 2001 From: Keyfactor Date: Mon, 8 Jul 2024 18:20:28 +0000 Subject: [PATCH 2/3] Update store_types.json for all:latest --- store_types.json | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/store_types.json b/store_types.json index 71f3c115..15d20345 100644 --- a/store_types.json +++ b/store_types.json @@ -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", From b553835bdd47452e2d20303c7a42c2617c9b9c8d Mon Sep 17 00:00:00 2001 From: sbailey <1661003+spbsoluble@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:26:50 -0700 Subject: [PATCH 3/3] fix: Remove invalid params Signed-off-by: sbailey <1661003+spbsoluble@users.noreply.github.com> --- store_types.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/store_types.json b/store_types.json index 15d20345..885f9e5b 100644 --- a/store_types.json +++ b/store_types.json @@ -1099,9 +1099,6 @@ "Style": "Default" }, "PrivateKeyAllowed": "Required", - "JobProperties": [ - "interfaces" - ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": true, @@ -1184,10 +1181,6 @@ "Style": "Default" }, "PrivateKeyAllowed": "Required", - "JobProperties": [ - "virtualServerName", - "sniCert" - ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": false, @@ -3078,11 +3071,6 @@ "Style": "Default" }, "PrivateKeyAllowed": "Optional", - "JobProperties": [ - "TlsMinVersion", - "TLSMaxVersion", - "TlsProfileName" - ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": false, @@ -3804,9 +3792,6 @@ }, "StorePathValue": "My", "PrivateKeyAllowed": "Optional", - "JobProperties": [ - "InstanceName" - ], "ServerRequired": true, "PowerShell": false, "BlueprintAllowed": true,