@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
|
@@ -10,14 +10,14 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
10
10
|
"displayOptions": {
|
|
11
11
|
"show": {
|
|
12
12
|
"resource": [
|
|
13
|
-
"Identity Identity
|
|
13
|
+
"Identity Identity API Connector"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Identity List
|
|
20
|
-
"value": "Identity List
|
|
19
|
+
"name": "Identity List API Connectors",
|
|
20
|
+
"value": "Identity List API Connectors",
|
|
21
21
|
"action": "List identityApiConnectors",
|
|
22
22
|
"description": "Read the properties of an identityApiConnector object.",
|
|
23
23
|
"routing": {
|
|
@@ -28,8 +28,8 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
"name": "Identity Create
|
|
32
|
-
"value": "Identity Create
|
|
31
|
+
"name": "Identity Create API Connectors",
|
|
32
|
+
"value": "Identity Create API Connectors",
|
|
33
33
|
"action": "Create identityApiConnector",
|
|
34
34
|
"description": "Create a new identityApiConnector object.",
|
|
35
35
|
"routing": {
|
|
@@ -40,8 +40,8 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
"name": "Identity Delete
|
|
44
|
-
"value": "Identity Delete
|
|
43
|
+
"name": "Identity Delete API Connectors",
|
|
44
|
+
"value": "Identity Delete API Connectors",
|
|
45
45
|
"action": "Delete navigation property apiConnectors for identity",
|
|
46
46
|
"description": "Delete navigation property apiConnectors for identity",
|
|
47
47
|
"routing": {
|
|
@@ -52,8 +52,8 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
-
"name": "Identity Get
|
|
56
|
-
"value": "Identity Get
|
|
55
|
+
"name": "Identity Get API Connectors",
|
|
56
|
+
"value": "Identity Get API Connectors",
|
|
57
57
|
"action": "Get apiConnectors from identity",
|
|
58
58
|
"description": "Represents entry point for API connectors.",
|
|
59
59
|
"routing": {
|
|
@@ -64,8 +64,8 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
"name": "Identity Update
|
|
68
|
-
"value": "Identity Update
|
|
67
|
+
"name": "Identity Update API Connectors",
|
|
68
|
+
"value": "Identity Update API Connectors",
|
|
69
69
|
"action": "Update the navigation property apiConnectors in identity",
|
|
70
70
|
"description": "Update the navigation property apiConnectors in identity",
|
|
71
71
|
"routing": {
|
|
@@ -89,10 +89,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
89
89
|
"displayOptions": {
|
|
90
90
|
"show": {
|
|
91
91
|
"resource": [
|
|
92
|
-
"Identity Identity
|
|
92
|
+
"Identity Identity API Connector"
|
|
93
93
|
],
|
|
94
94
|
"operation": [
|
|
95
|
-
"Identity List
|
|
95
|
+
"Identity List API Connectors"
|
|
96
96
|
]
|
|
97
97
|
}
|
|
98
98
|
}
|
|
@@ -114,10 +114,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
114
114
|
"displayOptions": {
|
|
115
115
|
"show": {
|
|
116
116
|
"resource": [
|
|
117
|
-
"Identity Identity
|
|
117
|
+
"Identity Identity API Connector"
|
|
118
118
|
],
|
|
119
119
|
"operation": [
|
|
120
|
-
"Identity List
|
|
120
|
+
"Identity List API Connectors"
|
|
121
121
|
]
|
|
122
122
|
}
|
|
123
123
|
}
|
|
@@ -139,10 +139,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
139
139
|
"displayOptions": {
|
|
140
140
|
"show": {
|
|
141
141
|
"resource": [
|
|
142
|
-
"Identity Identity
|
|
142
|
+
"Identity Identity API Connector"
|
|
143
143
|
],
|
|
144
144
|
"operation": [
|
|
145
|
-
"Identity List
|
|
145
|
+
"Identity List API Connectors"
|
|
146
146
|
]
|
|
147
147
|
}
|
|
148
148
|
}
|
|
@@ -164,10 +164,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
164
164
|
"displayOptions": {
|
|
165
165
|
"show": {
|
|
166
166
|
"resource": [
|
|
167
|
-
"Identity Identity
|
|
167
|
+
"Identity Identity API Connector"
|
|
168
168
|
],
|
|
169
169
|
"operation": [
|
|
170
|
-
"Identity List
|
|
170
|
+
"Identity List API Connectors"
|
|
171
171
|
]
|
|
172
172
|
}
|
|
173
173
|
}
|
|
@@ -189,10 +189,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
189
189
|
"displayOptions": {
|
|
190
190
|
"show": {
|
|
191
191
|
"resource": [
|
|
192
|
-
"Identity Identity
|
|
192
|
+
"Identity Identity API Connector"
|
|
193
193
|
],
|
|
194
194
|
"operation": [
|
|
195
|
-
"Identity List
|
|
195
|
+
"Identity List API Connectors"
|
|
196
196
|
]
|
|
197
197
|
}
|
|
198
198
|
}
|
|
@@ -214,10 +214,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
214
214
|
"displayOptions": {
|
|
215
215
|
"show": {
|
|
216
216
|
"resource": [
|
|
217
|
-
"Identity Identity
|
|
217
|
+
"Identity Identity API Connector"
|
|
218
218
|
],
|
|
219
219
|
"operation": [
|
|
220
|
-
"Identity List
|
|
220
|
+
"Identity List API Connectors"
|
|
221
221
|
]
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -239,10 +239,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
239
239
|
"displayOptions": {
|
|
240
240
|
"show": {
|
|
241
241
|
"resource": [
|
|
242
|
-
"Identity Identity
|
|
242
|
+
"Identity Identity API Connector"
|
|
243
243
|
],
|
|
244
244
|
"operation": [
|
|
245
|
-
"Identity List
|
|
245
|
+
"Identity List API Connectors"
|
|
246
246
|
]
|
|
247
247
|
}
|
|
248
248
|
}
|
|
@@ -264,10 +264,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
264
264
|
"displayOptions": {
|
|
265
265
|
"show": {
|
|
266
266
|
"resource": [
|
|
267
|
-
"Identity Identity
|
|
267
|
+
"Identity Identity API Connector"
|
|
268
268
|
],
|
|
269
269
|
"operation": [
|
|
270
|
-
"Identity List
|
|
270
|
+
"Identity List API Connectors"
|
|
271
271
|
]
|
|
272
272
|
}
|
|
273
273
|
}
|
|
@@ -289,10 +289,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
289
289
|
"displayOptions": {
|
|
290
290
|
"show": {
|
|
291
291
|
"resource": [
|
|
292
|
-
"Identity Identity
|
|
292
|
+
"Identity Identity API Connector"
|
|
293
293
|
],
|
|
294
294
|
"operation": [
|
|
295
|
-
"Identity List
|
|
295
|
+
"Identity List API Connectors"
|
|
296
296
|
]
|
|
297
297
|
}
|
|
298
298
|
}
|
|
@@ -308,10 +308,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
308
308
|
"displayOptions": {
|
|
309
309
|
"show": {
|
|
310
310
|
"resource": [
|
|
311
|
-
"Identity Identity
|
|
311
|
+
"Identity Identity API Connector"
|
|
312
312
|
],
|
|
313
313
|
"operation": [
|
|
314
|
-
"Identity Create
|
|
314
|
+
"Identity Create API Connectors"
|
|
315
315
|
]
|
|
316
316
|
}
|
|
317
317
|
}
|
|
@@ -324,10 +324,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
324
324
|
"displayOptions": {
|
|
325
325
|
"show": {
|
|
326
326
|
"resource": [
|
|
327
|
-
"Identity Identity
|
|
327
|
+
"Identity Identity API Connector"
|
|
328
328
|
],
|
|
329
329
|
"operation": [
|
|
330
|
-
"Identity Create
|
|
330
|
+
"Identity Create API Connectors"
|
|
331
331
|
]
|
|
332
332
|
}
|
|
333
333
|
}
|
|
@@ -343,10 +343,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
343
343
|
"displayOptions": {
|
|
344
344
|
"show": {
|
|
345
345
|
"resource": [
|
|
346
|
-
"Identity Identity
|
|
346
|
+
"Identity Identity API Connector"
|
|
347
347
|
],
|
|
348
348
|
"operation": [
|
|
349
|
-
"Identity Delete
|
|
349
|
+
"Identity Delete API Connectors"
|
|
350
350
|
]
|
|
351
351
|
}
|
|
352
352
|
}
|
|
@@ -367,10 +367,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
367
367
|
"displayOptions": {
|
|
368
368
|
"show": {
|
|
369
369
|
"resource": [
|
|
370
|
-
"Identity Identity
|
|
370
|
+
"Identity Identity API Connector"
|
|
371
371
|
],
|
|
372
372
|
"operation": [
|
|
373
|
-
"Identity Delete
|
|
373
|
+
"Identity Delete API Connectors"
|
|
374
374
|
]
|
|
375
375
|
}
|
|
376
376
|
}
|
|
@@ -386,10 +386,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
386
386
|
"displayOptions": {
|
|
387
387
|
"show": {
|
|
388
388
|
"resource": [
|
|
389
|
-
"Identity Identity
|
|
389
|
+
"Identity Identity API Connector"
|
|
390
390
|
],
|
|
391
391
|
"operation": [
|
|
392
|
-
"Identity Get
|
|
392
|
+
"Identity Get API Connectors"
|
|
393
393
|
]
|
|
394
394
|
}
|
|
395
395
|
}
|
|
@@ -411,10 +411,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
411
411
|
"displayOptions": {
|
|
412
412
|
"show": {
|
|
413
413
|
"resource": [
|
|
414
|
-
"Identity Identity
|
|
414
|
+
"Identity Identity API Connector"
|
|
415
415
|
],
|
|
416
416
|
"operation": [
|
|
417
|
-
"Identity Get
|
|
417
|
+
"Identity Get API Connectors"
|
|
418
418
|
]
|
|
419
419
|
}
|
|
420
420
|
}
|
|
@@ -436,10 +436,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
436
436
|
"displayOptions": {
|
|
437
437
|
"show": {
|
|
438
438
|
"resource": [
|
|
439
|
-
"Identity Identity
|
|
439
|
+
"Identity Identity API Connector"
|
|
440
440
|
],
|
|
441
441
|
"operation": [
|
|
442
|
-
"Identity Get
|
|
442
|
+
"Identity Get API Connectors"
|
|
443
443
|
]
|
|
444
444
|
}
|
|
445
445
|
}
|
|
@@ -455,10 +455,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
455
455
|
"displayOptions": {
|
|
456
456
|
"show": {
|
|
457
457
|
"resource": [
|
|
458
|
-
"Identity Identity
|
|
458
|
+
"Identity Identity API Connector"
|
|
459
459
|
],
|
|
460
460
|
"operation": [
|
|
461
|
-
"Identity Update
|
|
461
|
+
"Identity Update API Connectors"
|
|
462
462
|
]
|
|
463
463
|
}
|
|
464
464
|
}
|
|
@@ -471,10 +471,10 @@ exports.identityIdentityApiConnectorDescription = [
|
|
|
471
471
|
"displayOptions": {
|
|
472
472
|
"show": {
|
|
473
473
|
"resource": [
|
|
474
|
-
"Identity Identity
|
|
474
|
+
"Identity Identity API Connector"
|
|
475
475
|
],
|
|
476
476
|
"operation": [
|
|
477
|
-
"Identity Update
|
|
477
|
+
"Identity Update API Connectors"
|
|
478
478
|
]
|
|
479
479
|
}
|
|
480
480
|
}
|