Skip to content

Commit

Permalink
Renamed secplug to seplugs (#1019)
Browse files Browse the repository at this point in the history
* Renamed secplug to seplugs

* Updated color of icon

* Rename secplug to secplugs in documentation

Rename secplug to secplugs in documentation
  • Loading branch information
Ajaatsecplugs authored Aug 9, 2021
1 parent 461fe1d commit df631ca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions certified-connectors/secplugs/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -119,7 +119,7 @@
"description": "params"
}
},
"description": "secplug vendor information"
"description": "secplugs vendor information"
}
},
"description": "meta data of scan"
Expand All @@ -145,7 +145,7 @@
}
}
},
"summary": "Scan files using SecPlug Scan",
"summary": "Scan files using SecPlugs Scan",
"operationId": "filescan",
"parameters": [
{
Expand All @@ -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",
Expand Down Expand Up @@ -207,7 +207,7 @@
}
}
],
"description": "Scan files using SecPlug Scan",
"description": "Scan files using SecPlugs Scan",
"consumes": [ "application/json" ]
}
},
Expand Down Expand Up @@ -338,7 +338,7 @@
}
}
},
"summary": "Scan Emails using SecPlug Scan",
"summary": "Scan Emails using SecPlugs Scan",
"operationId": "emailscan",
"parameters": [
{
Expand All @@ -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",
Expand Down Expand Up @@ -392,7 +392,7 @@
}
}
],
"description": "Scan Emails using SecPlug Scan",
"description": "Scan Emails using SecPlugs Scan",
"consumes": [ "application/json" ]
}
}
Expand Down
2 changes: 1 addition & 1 deletion certified-connectors/secplugs/apiProperties.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"properties": {
"connectionParameters": {},
"iconBrandColor": "#338AFF",
"iconBrandColor": "#219bda",
"capabilities": [],
"publisher": "secplugs",
"stackOwner": "secplugs"
Expand Down
14 changes: 7 additions & 7 deletions certified-connectors/secplugs/readme.md
Original file line number Diff line number Diff line change
@@ -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.



Expand All @@ -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:
Expand All @@ -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.

0 comments on commit df631ca

Please sign in to comment.