@n8n-dev/n8n-nodes-microsoft-graph 1.0.0 → 1.0.1
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/README.md +13907 -418
- package/dist/credentials/MicrosoftGraphApi.credentials.js +2 -2
- package/dist/nodes/MicrosoftGraph/MicrosoftGraph.node.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/applications-actions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/applications-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/applications-token-issuance-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/applications-token-lifetime-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/chats-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/communications-actions/index.js +7 -7
- package/dist/nodes/MicrosoftGraph/resources/contacts-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/contracts-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/default/index.js +96 -96
- package/dist/nodes/MicrosoftGraph/resources/default/index.js.map +1 -1
- package/dist/nodes/MicrosoftGraph/resources/device-management-actions/index.js +17 -17
- package/dist/nodes/MicrosoftGraph/resources/device-management-functions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/devices-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/devices-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/directory-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-administrative-unit/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/directory-object-org-contact/index.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/directory-objects-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-role-templates-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-roles-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-roles-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/domain-dns-records-domain-dns-record/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/domains-domain-dns-record/index.js +65 -65
- package/dist/nodes/MicrosoftGraph/resources/drives-actions/index.js +9 -9
- package/dist/nodes/MicrosoftGraph/resources/education-education-class/index.js +7 -7
- package/dist/nodes/MicrosoftGraph/resources/education-education-school/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/education-education-user/index.js +6 -6
- package/dist/nodes/MicrosoftGraph/resources/group-lifecycle-policies-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/group-setting-templates-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/groups-actions/index.js +128 -128
- package/dist/nodes/MicrosoftGraph/resources/groups-directory-object/index.js +8 -8
- package/dist/nodes/MicrosoftGraph/resources/groups-functions/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/identity-actions/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-actions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-entitlement-management/index.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-functions/index.js +14 -14
- package/dist/nodes/MicrosoftGraph/resources/identity-identity-api-connector/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/me-actions/index.js +88 -88
- package/dist/nodes/MicrosoftGraph/resources/me-directory-object/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/me-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/me-o-auth-2-permission-grant/index.js +16 -16
- package/dist/nodes/MicrosoftGraph/resources/mobile-app-mobile-lob-app/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-functions/index.js +19 -19
- package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/organization-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/permission-grants-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/policies-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/policies-cross-tenant-access-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/policies-feature-rollout-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/print-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/print-printer-share/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/reports-functions/index.js +3 -3
- package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js +28 -28
- package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js.map +1 -1
- package/dist/nodes/MicrosoftGraph/resources/service-principals-actions/index.js +3 -3
- package/dist/nodes/MicrosoftGraph/resources/service-principals-claims-mapping-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
- package/dist/nodes/MicrosoftGraph/resources/shares-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/sites-actions/index.js +62 -62
- package/dist/nodes/MicrosoftGraph/resources/sites-functions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/teams-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/teams-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/teamwork-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/users-actions/index.js +89 -89
- package/dist/nodes/MicrosoftGraph/resources/users-directory-object/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/users-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/users-o-auth-2-permission-grant/index.js +16 -16
- package/dist/package.json +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@ exports.MicrosoftGraphApi = void 0;
|
|
|
4
4
|
class MicrosoftGraphApi {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.name = 'N8nDevMicrosoftGraphApi';
|
|
7
|
-
this.displayName = '
|
|
7
|
+
this.displayName = 'Microsoft Graph API';
|
|
8
8
|
this.icon = { light: 'file:../nodes/MicrosoftGraph/microsoft-graph.png', dark: 'file:../nodes/MicrosoftGraph/microsoft-graph.dark.png' };
|
|
9
9
|
this.documentationUrl = '';
|
|
10
10
|
this.properties = [
|
|
@@ -15,7 +15,7 @@ class MicrosoftGraphApi {
|
|
|
15
15
|
default: 'https://graph.microsoft.com/v1.0',
|
|
16
16
|
required: true,
|
|
17
17
|
placeholder: 'https://graph.microsoft.com/v1.0',
|
|
18
|
-
description: 'The base URL of your
|
|
18
|
+
description: 'The base URL of your Microsoft Graph API server',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
displayName: 'API Key',
|
|
@@ -421,14 +421,14 @@ const default_1 = require("./resources/default");
|
|
|
421
421
|
class MicrosoftGraph {
|
|
422
422
|
constructor() {
|
|
423
423
|
this.description = {
|
|
424
|
-
displayName: '
|
|
424
|
+
displayName: 'Microsoft Graph',
|
|
425
425
|
name: 'N8nDevMicrosoftGraph',
|
|
426
426
|
icon: { light: 'file:./microsoft-graph.png', dark: 'file:./microsoft-graph.dark.png' },
|
|
427
427
|
group: ['input'],
|
|
428
428
|
version: 1,
|
|
429
429
|
subtitle: '={{\$parameter["operation"] + ": " + \$parameter["resource"]}}',
|
|
430
430
|
description: 'This OData service is located at https://graph.microsoft.com/v1.0',
|
|
431
|
-
defaults: { name: '
|
|
431
|
+
defaults: { name: 'Microsoft Graph' },
|
|
432
432
|
usableAsTool: true,
|
|
433
433
|
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
434
434
|
outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
@@ -1168,8 +1168,8 @@ class MicrosoftGraph {
|
|
|
1168
1168
|
"description": ""
|
|
1169
1169
|
},
|
|
1170
1170
|
{
|
|
1171
|
-
"name": "Domain
|
|
1172
|
-
"value": "Domain
|
|
1171
|
+
"name": "Domain DNS Records Domain DNS Record",
|
|
1172
|
+
"value": "Domain DNS Records Domain DNS Record",
|
|
1173
1173
|
"description": ""
|
|
1174
1174
|
},
|
|
1175
1175
|
{
|
|
@@ -1193,8 +1193,8 @@ class MicrosoftGraph {
|
|
|
1193
1193
|
"description": ""
|
|
1194
1194
|
},
|
|
1195
1195
|
{
|
|
1196
|
-
"name": "Domains Domain
|
|
1197
|
-
"value": "Domains Domain
|
|
1196
|
+
"name": "Domains Domain DNS Record",
|
|
1197
|
+
"value": "Domains Domain DNS Record",
|
|
1198
1198
|
"description": ""
|
|
1199
1199
|
},
|
|
1200
1200
|
{
|
|
@@ -1388,8 +1388,8 @@ class MicrosoftGraph {
|
|
|
1388
1388
|
"description": ""
|
|
1389
1389
|
},
|
|
1390
1390
|
{
|
|
1391
|
-
"name": "Identity Identity
|
|
1392
|
-
"value": "Identity Identity
|
|
1391
|
+
"name": "Identity Identity API Connector",
|
|
1392
|
+
"value": "Identity Identity API Connector",
|
|
1393
1393
|
"description": ""
|
|
1394
1394
|
},
|
|
1395
1395
|
{
|
|
@@ -1708,13 +1708,13 @@ class MicrosoftGraph {
|
|
|
1708
1708
|
"description": ""
|
|
1709
1709
|
},
|
|
1710
1710
|
{
|
|
1711
|
-
"name": "
|
|
1712
|
-
"value": "
|
|
1711
|
+
"name": "OAuth 2 Permission Grants O Auth 2 Permission Grant",
|
|
1712
|
+
"value": "OAuth 2 Permission Grants O Auth 2 Permission Grant",
|
|
1713
1713
|
"description": ""
|
|
1714
1714
|
},
|
|
1715
1715
|
{
|
|
1716
|
-
"name": "
|
|
1717
|
-
"value": "
|
|
1716
|
+
"name": "OAuth 2 Permission Grants Functions",
|
|
1717
|
+
"value": "OAuth 2 Permission Grants Functions",
|
|
1718
1718
|
"description": ""
|
|
1719
1719
|
},
|
|
1720
1720
|
{
|
|
@@ -388,7 +388,7 @@ exports.applicationsActionsDescription = [
|
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
|
-
"displayName": "On Behalf Of User
|
|
391
|
+
"displayName": "On Behalf Of User ID",
|
|
392
392
|
"name": "onBehalfOfUserId",
|
|
393
393
|
"type": "string",
|
|
394
394
|
"default": "",
|
|
@@ -737,7 +737,7 @@ exports.applicationsActionsDescription = [
|
|
|
737
737
|
}
|
|
738
738
|
},
|
|
739
739
|
{
|
|
740
|
-
"displayName": "Key
|
|
740
|
+
"displayName": "Key ID",
|
|
741
741
|
"name": "keyId",
|
|
742
742
|
"type": "string",
|
|
743
743
|
"default": "",
|
|
@@ -804,7 +804,7 @@ exports.applicationsActionsDescription = [
|
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
|
-
"displayName": "Key
|
|
807
|
+
"displayName": "Key ID",
|
|
808
808
|
"name": "keyId",
|
|
809
809
|
"type": "string",
|
|
810
810
|
"default": "",
|
|
@@ -866,7 +866,7 @@ exports.applicationsActionsDescription = [
|
|
|
866
866
|
}
|
|
867
867
|
},
|
|
868
868
|
{
|
|
869
|
-
"displayName": "Verified Publisher
|
|
869
|
+
"displayName": "Verified Publisher ID",
|
|
870
870
|
"name": "verifiedPublisherId",
|
|
871
871
|
"type": "string",
|
|
872
872
|
"default": "",
|
|
@@ -603,7 +603,7 @@ exports.applicationsDirectoryObjectDescription = [
|
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
-
"displayName": "Odata
|
|
606
|
+
"displayName": "Odata ID",
|
|
607
607
|
"name": "@odata-id",
|
|
608
608
|
"type": "string",
|
|
609
609
|
"default": "",
|
|
@@ -670,7 +670,7 @@ exports.applicationsDirectoryObjectDescription = [
|
|
|
670
670
|
}
|
|
671
671
|
},
|
|
672
672
|
{
|
|
673
|
-
"displayName": "
|
|
673
|
+
"displayName": "ID",
|
|
674
674
|
"name": "%40id",
|
|
675
675
|
"description": "Delete Uri",
|
|
676
676
|
"default": "",
|
|
@@ -474,7 +474,7 @@ exports.applicationsTokenIssuancePolicyDescription = [
|
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"displayName": "Odata
|
|
477
|
+
"displayName": "Odata ID",
|
|
478
478
|
"name": "@odata-id",
|
|
479
479
|
"type": "string",
|
|
480
480
|
"default": "",
|
|
@@ -541,7 +541,7 @@ exports.applicationsTokenIssuancePolicyDescription = [
|
|
|
541
541
|
}
|
|
542
542
|
},
|
|
543
543
|
{
|
|
544
|
-
"displayName": "
|
|
544
|
+
"displayName": "ID",
|
|
545
545
|
"name": "%40id",
|
|
546
546
|
"description": "Delete Uri",
|
|
547
547
|
"default": "",
|
|
@@ -474,7 +474,7 @@ exports.applicationsTokenLifetimePolicyDescription = [
|
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"displayName": "Odata
|
|
477
|
+
"displayName": "Odata ID",
|
|
478
478
|
"name": "@odata-id",
|
|
479
479
|
"type": "string",
|
|
480
480
|
"default": "",
|
|
@@ -541,7 +541,7 @@ exports.applicationsTokenLifetimePolicyDescription = [
|
|
|
541
541
|
}
|
|
542
542
|
},
|
|
543
543
|
{
|
|
544
|
-
"displayName": "
|
|
544
|
+
"displayName": "ID",
|
|
545
545
|
"name": "%40id",
|
|
546
546
|
"description": "Delete Uri",
|
|
547
547
|
"default": "",
|
|
@@ -244,8 +244,8 @@ exports.communicationsActionsDescription = [
|
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
|
-
"name": "Communications Get Presences By User
|
|
248
|
-
"value": "Communications Get Presences By User
|
|
247
|
+
"name": "Communications Get Presences By User ID",
|
|
248
|
+
"value": "Communications Get Presences By User ID",
|
|
249
249
|
"action": "Invoke action getPresencesByUserId",
|
|
250
250
|
"description": "Get the presence information for multiple users.",
|
|
251
251
|
"routing": {
|
|
@@ -1633,7 +1633,7 @@ exports.communicationsActionsDescription = [
|
|
|
1633
1633
|
"Communications Actions"
|
|
1634
1634
|
],
|
|
1635
1635
|
"operation": [
|
|
1636
|
-
"Communications Get Presences By User
|
|
1636
|
+
"Communications Get Presences By User ID"
|
|
1637
1637
|
]
|
|
1638
1638
|
}
|
|
1639
1639
|
}
|
|
@@ -1657,7 +1657,7 @@ exports.communicationsActionsDescription = [
|
|
|
1657
1657
|
"Communications Actions"
|
|
1658
1658
|
],
|
|
1659
1659
|
"operation": [
|
|
1660
|
-
"Communications Get Presences By User
|
|
1660
|
+
"Communications Get Presences By User ID"
|
|
1661
1661
|
]
|
|
1662
1662
|
}
|
|
1663
1663
|
}
|
|
@@ -1730,7 +1730,7 @@ exports.communicationsActionsDescription = [
|
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
1732
|
{
|
|
1733
|
-
"displayName": "External
|
|
1733
|
+
"displayName": "External ID",
|
|
1734
1734
|
"name": "externalId",
|
|
1735
1735
|
"type": "string",
|
|
1736
1736
|
"default": "",
|
|
@@ -1845,7 +1845,7 @@ exports.communicationsActionsDescription = [
|
|
|
1845
1845
|
}
|
|
1846
1846
|
},
|
|
1847
1847
|
{
|
|
1848
|
-
"displayName": "Session
|
|
1848
|
+
"displayName": "Session ID",
|
|
1849
1849
|
"name": "sessionId",
|
|
1850
1850
|
"type": "string",
|
|
1851
1851
|
"default": "",
|
|
@@ -1979,7 +1979,7 @@ exports.communicationsActionsDescription = [
|
|
|
1979
1979
|
}
|
|
1980
1980
|
},
|
|
1981
1981
|
{
|
|
1982
|
-
"displayName": "Session
|
|
1982
|
+
"displayName": "Session ID",
|
|
1983
1983
|
"name": "sessionId",
|
|
1984
1984
|
"type": "string",
|
|
1985
1985
|
"default": "",
|