-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from splunk-soar-connectors/jacobd-smart-quotes
fix: Remove smart quotes from JSON
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
# Cisco ESA | ||
|
||
Publisher: Splunk | ||
Connector Version: 4.0.0 | ||
Connector Version: 4.0.1 | ||
Product Vendor: Cisco | ||
Product Name: Cisco ESA | ||
Product Version Supported (regex): ".\*" | ||
Minimum Product Version: 6.2.2 | ||
Minimum Product Version: 6.3.0 | ||
|
||
This app supports investigation on the Cisco Email Security Appliance (ESA) device | ||
|
||
### Configuration Variables | ||
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a Cisco ESA asset in SOAR. | ||
This table lists the configuration variables required to operate Cisco ESA. These variables are specified when configuring a Cisco ESA asset in Splunk SOAR. | ||
|
||
VARIABLE | REQUIRED | TYPE | DESCRIPTION | ||
-------- | -------- | ---- | ----------- | ||
|
@@ -506,7 +506,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS | |
**sender_not** | optional | Comma separated list of domain_entries for sender_not (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**receiver** | optional | Comma separated list of domain_entries for receiver (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**receiver_not** | optional | Comma separated list of domain_entries for receiver_not (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**operation** | optional | Boolean logic between receiver and receiver_not domain_entries. The values can be “and” or “or" . | string | | ||
**operation** | optional | Boolean logic between receiver and receiver_not domain_entries. The values can be "and" or "or" . | string | | ||
**raw_json** | optional | Raw JSON payload for add policy items action. | string | | ||
|
||
#### Action Output | ||
|
@@ -570,7 +570,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS | |
**sender_not** | optional | Comma separated list of domain_entries for sender_not (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**receiver** | optional | Comma separated list of domain_entries for receiver (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**receiver_not** | optional | Comma separated list of domain_entries for receiver_not (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**operation** | optional | Boolean logic between receiver and receiver_not domain_entries. The values can be “and” or “or" . raw_json: Raw JSON payload for add policy items action. | string | | ||
**operation** | optional | Boolean logic between receiver and receiver_not domain_entries. The values can be "and" or "or" . raw_json: Raw JSON payload for add policy items action. | string | | ||
**raw_json** | optional | Raw JSON payload for add policy items action. | string | | ||
|
||
#### Action Output | ||
|
@@ -604,7 +604,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS | |
**sender_not** | optional | Comma separated list of domain_entries for sender_not (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**receiver** | optional | Comma separated list of domain_entries for receiver (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**receiver_not** | optional | Comma separated list of domain_entries for receiver_not (e.g.: [email protected],User@,@example.com,@.example.com,user@[1.2.3.4],@[1.1.2.3], user@[ipv6:2001:db8::1]) | string | | ||
**operation** | optional | Boolean logic between receiver domain_entries. The values can be “and” or “or" | string | | ||
**operation** | optional | Boolean logic between receiver domain_entries. The values can be "and" or "or" | string | | ||
**raw_json** | optional | Raw JSON payload for update policy items action. | string | | ||
|
||
#### Action Output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters