From 44fcef06fcd8014c1d2580382032f4d5ab39416d Mon Sep 17 00:00:00 2001 From: squioc <280824+squioc@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:08:38 +0000 Subject: [PATCH] Refresh automation library documentation --- .../automate/library/microsoft-office365.md | 16 +++++++++++++++- mkdocs.yml | 2 ++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/_shared_content/automate/library/microsoft-office365.md b/_shared_content/automate/library/microsoft-office365.md index 4698c7e37d..565a622a6f 100644 --- a/_shared_content/automate/library/microsoft-office365.md +++ b/_shared_content/automate/library/microsoft-office365.md @@ -10,6 +10,20 @@ This module accepts no configuration. ## Triggers +### Office 365 management API + +Office 365 management API + +**Arguments** + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `client_id` | `string` | | +| `client_secret` | `string` | | +| `tenant_id` | `string` | | +| `intake_key` | `string` | Intake key to use when sending events | + + ### Fetch events from MessageTrace API (deprecated) Fetch events for MessageTrace API @@ -49,4 +63,4 @@ Fetch events for MessageTrace API (OAuth) ## Extra -Module **`Microsoft Office365` v2.11** \ No newline at end of file +Module **`Microsoft Office365` v2.17.6** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5fb19ea06a..6e94389868 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -334,6 +334,7 @@ nav: - Microsoft Azure: xdr/features/automate/library/microsoft-azure.md - Microsoft Entra ID: xdr/features/automate/library/microsoft-entra-id.md - Microsoft Office365: xdr/features/automate/library/microsoft-office365.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 @@ -533,6 +534,7 @@ nav: - Microsoft Azure: tip/features/automate/library/microsoft-azure.md - Microsoft Entra ID (Azure AD): tip/features/automate/library/microsoft-entra-id.md - Microsoft Office365: tip/features/automate/library/microsoft-office365.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