@itentialopensource/adapter-microsoft_graph 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/TAB1.md +10 -0
- package/TAB2.md +2654 -0
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
package/TAB1.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
This adapter is used to integrate the Itential Automation Platform (IAP) with the Microsoft Graph System. The API that was used to build the adapter for Microsoft Graph is usually available in the report directory of this adapter. The adapter utilizes the Microsoft Graph API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
|
|
4
|
+
|
|
5
|
+
## Details
|
|
6
|
+
The Microsoft Graph adapter from Itential is used to integrate the Itential Automation Platform (IAP) with AMicrosoft Graph. With this adapter you have the ability to perform operations such as:
|
|
7
|
+
|
|
8
|
+
- Build apps for organizations and consumers.
|
|
9
|
+
|
|
10
|
+
For further technical details on how to install and use this adapter, please click the Technical Documentation tab.
|