diff --git a/certified-connectors/secplugs/apiDefinition.swagger.json b/certified-connectors/secplugs/apiDefinition.swagger.json index c61fece068..81ee46dc77 100644 --- a/certified-connectors/secplugs/apiDefinition.swagger.json +++ b/certified-connectors/secplugs/apiDefinition.swagger.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Secplug Scan", - "description": "Secplug Scan for scanning Emails content, files contents and Urls, Secplug scan is a platform which creates hybrid security platform using various security provider", + "title": "Secplugs Scan", + "description": "Secplugs Scan for scanning Emails content, files contents and Urls, Secplugs scan is a platform which creates hybrid security platform using various security provider", "version": "1.0", "contact": { "name": "Secplugs", @@ -80,7 +80,7 @@ "properties": { "type": { "type": "string", - "description": "type of the plugin calling secplug" + "description": "type of the plugin calling secplugs" }, "name": { "type": "string", @@ -119,7 +119,7 @@ "description": "params" } }, - "description": "secplug vendor information" + "description": "secplugs vendor information" } }, "description": "meta data of scan" @@ -145,7 +145,7 @@ } } }, - "summary": "Scan files using SecPlug Scan", + "summary": "Scan files using SecPlugs Scan", "operationId": "filescan", "parameters": [ { @@ -154,8 +154,8 @@ "type": "string", "default": "", "required": false, - "description": "Secplug API Key", - "x-ms-summary": "Secplug API Key" + "description": "Secplugs API Key", + "x-ms-summary": "Secplugs API Key" }, { "in": "header", @@ -207,7 +207,7 @@ } } ], - "description": "Scan files using SecPlug Scan", + "description": "Scan files using SecPlugs Scan", "consumes": [ "application/json" ] } }, @@ -338,7 +338,7 @@ } } }, - "summary": "Scan Emails using SecPlug Scan", + "summary": "Scan Emails using SecPlugs Scan", "operationId": "emailscan", "parameters": [ { @@ -347,8 +347,8 @@ "type": "string", "default": "", "required": false, - "description": "Secplug API Key", - "x-ms-summary": "Secplug API Key" + "description": "Secplugs API Key", + "x-ms-summary": "Secplugs API Key" }, { "in": "header", @@ -392,7 +392,7 @@ } } ], - "description": "Scan Emails using SecPlug Scan", + "description": "Scan Emails using SecPlugs Scan", "consumes": [ "application/json" ] } } diff --git a/certified-connectors/secplugs/apiProperties.json b/certified-connectors/secplugs/apiProperties.json index 80caa3aecd..5cef2a73c4 100644 --- a/certified-connectors/secplugs/apiProperties.json +++ b/certified-connectors/secplugs/apiProperties.json @@ -1,7 +1,7 @@ { "properties": { "connectionParameters": {}, - "iconBrandColor": "#338AFF", + "iconBrandColor": "#219bda", "capabilities": [], "publisher": "secplugs", "stackOwner": "secplugs" diff --git a/certified-connectors/secplugs/readme.md b/certified-connectors/secplugs/readme.md index d45fcdc7e1..c09144beb0 100644 --- a/certified-connectors/secplugs/readme.md +++ b/certified-connectors/secplugs/readme.md @@ -1,9 +1,9 @@ ### NOTE -> This is a Secplug scan connector. The connector is provided here with the intent to illustrate certain features and functionality around connectors. +> This is a Secplugs scan connector. The connector is provided here with the intent to illustrate certain features and functionality around connectors. -## Secplug Scan Connector -Secplug provides a powerful platform for pluggable security using secplug plugins. +## Secplugs Scan Connector +Secplugs provides a powerful platform for pluggable security using secplugs plugins. @@ -14,8 +14,8 @@ You will need the following to proceed: * The Power platform CLI tools ## Building the connector -You would need to ensure that you have an account in secplug and using https://secplugs.com/index.php/providers an power automate profile is created. -After that is completed, you can create and test the secplug connector. +You would need to ensure that you have an account in secplugs and using https://secplugs.com/index.php/providers an power automate profile is created. +After that is completed, you can create and test the secplugs connector. ### Deploying the sample Run the following commands and follow the prompts: @@ -26,5 +26,5 @@ paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json ## Supported Operations The connector supports the following operations: -* `Scan a file`: scans a file, using the configured security provider in secplug profile. -* `Scan an email`: scans a file, using the configured security provider in secplug profile. +* `Scan a file`: scans a file, using the configured security provider in secplugs profile. +* `Scan an email`: scans a file, using the configured security provider in secplugs profile.