This app connects to SharePoint using the MS Graph API to support investigate and generic actions
Supported Actions
- test connectivity: Validate the asset configuration for connectivity using supplied configuration
- copy drive item: Using SharePoint Site ID app config value, and given source_drive_id, copy source_item_id into a folder identified with dest values
- create folder: Create new Drive item Folder using SharePoint site in asset config and provided Parent Item ID
- list folder items: List items in a folder
- list drives: Fetch the available drives (libraries) under a SharePoint site
- list drive children: List the items in a drive folder by drive ID or search for a specific file name if provided
- list sites: Fetch the details of the SharePoint sites
- list lists: Fetch the available lists under a SharePoint site
- get list: Retrieves a list from a SharePoint Site
- add item: Add an item to a list on a SharePoint Site
- update item: Update an item in a list on a SharePoint Site
- get file: Retrieves a file from a SharePoint site
- remove file: Removes a file from a SharePoint site
- remove folder: Removes a folder from a SharePoint site