SysGraphAPI
(Created page with "SysGraphAPI is the main class in a model pattern (named GraphAPI2023 and available from nuget) that enables Turnkey to search for documents in Microsoft365 (office365, sharepoint), and the AzureAD (active directory) none|thumb|836x836px All the classes in this pattern: SysGraphAPI - main entry point for functionality SysToken - this will hold encrypted access and refresh tokens SysGraphAPIResultRow - resulting docum...") |
No edit summary |
||
Line 1: | Line 1: | ||
SysGraphAPI is the main class in a model pattern (named GraphAPI2023 and available from | SysGraphAPI is the main class in a model pattern (named GraphAPI2023 and available from GitHub) that enables Turnkey to search for documents in Microsoft365 (office365, sharepoint), and the AzureAD (active directory) | ||
[[File:Documentation SysGraphAPI 1718105722957.png|none|thumb|836x836px]] | [[File:Documentation SysGraphAPI 1718105722957.png|none|thumb|836x836px]] | ||
All the classes in this pattern: | All the classes in this pattern: |
Revision as of 11:45, 11 June 2024
This page was created by Hans.karlsen on 2024-06-11. Last edited by Edgar on 2025-01-20.
SysGraphAPI is the main class in a model pattern (named GraphAPI2023 and available from GitHub) that enables Turnkey to search for documents in Microsoft365 (office365, sharepoint), and the AzureAD (active directory)
All the classes in this pattern:
SysGraphAPI - main entry point for functionality
SysToken - this will hold encrypted access and refresh tokens
SysGraphAPIResultRow - resulting document references from search
SysGraphAPIGroup - resulting AD groups
SysGraphAPIResultUser - resulting AD users