From c02f84df51a04c49d8ad8a48afdc3753295d4050 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Oct 2025 13:13:45 +0000 Subject: [PATCH] Update connector schema --- .../connector_schema/connector-schema.json | 142 +++++++++++++++--- 1 file changed, 122 insertions(+), 20 deletions(-) diff --git a/internal/generate/connector_schema/connector-schema.json b/internal/generate/connector_schema/connector-schema.json index a8f4853..1834fd3 100644 --- a/internal/generate/connector_schema/connector-schema.json +++ b/internal/generate/connector_schema/connector-schema.json @@ -72,6 +72,17 @@ } } }, + { + "name": "Akamai Account Protector", + "connectorId": "akamaiApConnector", + "connectorCategories": [ + { + "name": "", + "value": "" + } + ], + "properties": {} + }, { "name": "Akamai MFA", "connectorId": "akamaiConnector", @@ -5109,7 +5120,7 @@ } }, { - "name": "PingOne Forms", + "name": "Form", "connectorId": "pingOneFormsConnector", "connectorCategories": [ { @@ -5584,25 +5595,6 @@ } } }, - { - "name": "Scopes", - "connectorId": "scopesConnector", - "connectorCategories": [ - { - "name": "Core", - "value": "core" - } - ], - "properties": { - "scopes": { - "type": "array", - "displayName": "Scopes/Permissions to request user consent for", - "createdDate": 1694542169686, - "preferredControlType": "tableViewScopes", - "info": "An array of scopes" - } - } - }, { "name": "ScrambleID", "connectorId": "scrambleIdConnector", @@ -6082,6 +6074,116 @@ ], "properties": {} }, + { + "name": "Symantec VIP", + "connectorId": "symc", + "connectorCategories": [ + { + "name": "Authenticate", + "value": "authenticate" + } + ], + "properties": { + "authDescription": { + "type": "string", + "displayName": "Authentication Description", + "createdDate": 1694542169716, + "preferredControlType": "textField", + "info": "" + }, + "connectorName": { + "type": "string", + "displayName": "Connector Name", + "createdDate": 1694542169723, + "preferredControlType": "textField", + "info": "" + }, + "description": { + "type": "string", + "displayName": "Description", + "createdDate": 1694542169636, + "preferredControlType": "textField", + "info": "" + }, + "details1": { + "type": "string", + "displayName": "Credentials Details 1", + "createdDate": 1694542169712, + "preferredControlType": "textField", + "info": "" + }, + "details2": { + "type": "string", + "displayName": "Credentials Details 2", + "createdDate": 1694542169591, + "preferredControlType": "textField", + "info": "" + }, + "iconUrl": { + "type": "string", + "displayName": "Icon URL", + "createdDate": 1694542169721, + "preferredControlType": "textField", + "info": "" + }, + "iconUrlPng": { + "type": "string", + "displayName": "Icon URL in PNG", + "createdDate": 1694542169592, + "preferredControlType": "textField", + "info": "" + }, + "pfxBase64": { + "type": "string", + "displayName": "PFX File (Base64 encoded)", + "createdDate": 1694542169639, + "preferredControlType": "textField", + "info": "" + }, + "pfxPassword": { + "type": "string", + "displayName": "PFX Password", + "createdDate": 1694542169605, + "preferredControlType": "textField", + "info": "" + }, + "pushLoginEnabled": { + "type": "boolean", + "displayName": "Enable Push Sign On", + "createdDate": 1694542169638, + "preferredControlType": "toggleSwitch", + "info": "" + }, + "showCredAddedOn": { + "type": "boolean", + "displayName": "Show Credentials Added On?", + "createdDate": 1694542169614, + "preferredControlType": "toggleSwitch", + "info": "" + }, + "showCredAddedVia": { + "type": "boolean", + "displayName": "Show Credentials Added through ?", + "createdDate": 1694542169610, + "preferredControlType": "toggleSwitch", + "info": "" + }, + "title": { + "type": "string", + "displayName": "Title", + "createdDate": 1694542169716, + "preferredControlType": "textField", + "info": "" + }, + "toolTip": { + "type": "string", + "displayName": "Tooltip", + "createdDate": 1694542169555, + "preferredControlType": "textField", + "info": "" + } + } + }, { "name": "Telesign", "connectorId": "telesignConnector",