Skip to content

Commit

Permalink
Merge pull request #1798 from SEKOIA-IO/update-automation-library-doc…
Browse files Browse the repository at this point in the history
…umentation

Refresh automation library documentation
  • Loading branch information
squioc authored Jun 14, 2024
2 parents 35cf91f + 953e3ce commit ae6a693
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
32 changes: 32 additions & 0 deletions _shared_content/automate/library/mimecast.md
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**
Binary file added docs/assets/playbooks/library/mimecast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ nav:
- Getting started:
- Overview: getting_started/index.md
- Where to start: getting_started/concepts.md
- Workspace setup:
- Workspace setup:
- Join workspace: getting_started/join_community.md
- Create and manage communities: getting_started/create_community.md
- Account setup:
- Account setup:
- Create account: getting_started/create_account.md
- Setup account: getting_started/account_settings.md
- Security and access:
- Security and access:
- Account security:
- Two-Factor Authentication: getting_started/account_security.md
- Security tokens: getting_started/securitytokens.md
- Workspace security:
- Workspace security:
- Session duration: getting_started/session_duration.md
- Two-Factor Authentication: getting_started/twofactor_workspace.md
- SSO with OpenID Connect: getting_started/sso/openid_connect.md
Expand All @@ -61,8 +61,6 @@ nav:
- API Keys: getting_started/manage_api_keys.md
- Sekoia regions: getting_started/regions.md
- Troubleshooting tips: getting_started/get_troubleshooting_tips.md


- Sekoia.io XDR:
- Introduction: xdr/index.md
- Quick start guide: xdr/xdr_quick_start.md
Expand Down Expand Up @@ -334,6 +332,7 @@ nav:
- Microsoft Entra ID: xdr/features/automate/library/microsoft-entra-id.md
- Microsoft Office365: xdr/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md
- Mimecast: xdr/features/automate/library/mimecast.md
- Netskope: xdr/features/automate/library/netskope.md
- OSINT: xdr/features/automate/library/osint.md
- Okta: xdr/features/automate/library/okta.md
Expand Down Expand Up @@ -532,6 +531,7 @@ nav:
- Microsoft Entra ID (Azure AD): tip/features/automate/library/microsoft-entra-id.md
- Microsoft Office365: tip/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md
- Mimecast: tip/features/automate/library/mimecast.md
- Netskope: tip/features/automate/library/netskope.md
- OSINT: tip/features/automate/library/osint.md
- Okta: tip/features/automate/library/okta.md
Expand Down

0 comments on commit ae6a693

Please sign in to comment.