feat(microsoft-defender-o365): mvp1/chk7 - map api data into oaevdata models (#503) - #504
Draft
Megafredo wants to merge 5 commits into
Draft
Conversation
…branch (#471) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… branch (#493) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…anch (#497) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ch (#501) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
guzmud
force-pushed
the
feat/501-mvp1-chk6-fetch-source-data
branch
from
July 29, 2026 07:02
7170bc4 to
4332b0f
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Parent Issue: #503
Parent PR (MVP): #492
Contracts
Input Contract
A single raw alert dict from the Data Fetcher — one
DefenderO365SourceDatainstance wraps one alert:Output Contract
Consumed by:
SourceHandler.serialize_as_oaevdata()viaSource(source_data_model=DefenderO365SourceData).Acceptance Criteria
Done Checklist
src/source/defender_o365_source_data.pywithDefenderO365SourceDatato_oaev_data()mapping all 7 signature type values from Graph API alert fieldsSIG_TYPE_START_DATEandSIG_TYPE_END_DATEdate fieldsCloses #503