PipedreamHQ / PipedreamHQ/pipedream

[Components] office_365_management

Open
#15,555 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
101

Description

# office_365_management
## URLs
- https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference
## Webhook Sources
### new-audit-log-event-instant
#### Description
Emit new event when an audit log entry is created in Office 365. Users can filter by workload (e.g., Exchange, SharePoint, Azure AD).
### new-security-alert-instant
#### Description
Emit new event when a security alert is triggered in Office 365 Security & Compliance. Users can filter by alert type or severity.
### new-user-activity-instant
#### Description
Emit new event when a user performs an activity (e.g., login, file access) in Office 365. Users can filter by activity type.
## Actions
### search-audit-logs
#### Description
Retrieve audit log entries based on filters such as date range, user, and workload (e.g., Exchange, SharePoint).
### create-security-alert
#### Description
Generate a security alert in Office 365 Security & Compliance with details such as alert type, severity, and description.
### manage-user-access
#### Description
Modify a user's access permissions for Office 365 applications, such as enabling or disabling specific services.

Contributor guide

Open the contributing guide

Research direction

Start with the linked Office 365 Management Activity API reference and compare its audit-log, security-alert, and user-activity capabilities with the requested actions. Then inspect existing repository components for the integration entry points and conventions; done means all three webhook sources and three actions are implemented with the stated filters and details.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.