-
Notifications
You must be signed in to change notification settings - Fork 57
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 #1798 from SEKOIA-IO/update-automation-library-doc…
…umentation Refresh automation library documentation
- Loading branch information
Showing
3 changed files
with
38 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Mimecast | ||
|
||
![Mimecast](/assets/playbooks/library/mimecast.png){ align=right width=150 } | ||
|
||
Mimecast offers cloud-based email security, archiving, and continuity solutions to protect against cyber threats and ensure compliance. | ||
|
||
## Configuration | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `client_id` | `string` | Client ID | | ||
| `client_secret` | `string` | Client Secret | | ||
|
||
## Triggers | ||
|
||
### [BETA] Fetch new email events from Mimecast | ||
|
||
Mimecast - Email Security | ||
|
||
**Arguments** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `frequency` | `integer` | Batch frequency in seconds | | ||
| `chunk_size` | `integer` | The size of chunks for the batch processing | | ||
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | | ||
| `intake_key` | `string` | Intake key to use when sending events | | ||
|
||
|
||
## Extra | ||
|
||
Module **`Mimecast` v0.1.1** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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