@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
|
@@ -2896,8 +2896,8 @@ exports.usersActionsDescription = [
|
|
|
2896
2896
|
}
|
|
2897
2897
|
},
|
|
2898
2898
|
{
|
|
2899
|
-
"name": "Users User Onenote Notebooks Get Notebook From Web
|
|
2900
|
-
"value": "Users User Onenote Notebooks Get Notebook From Web
|
|
2899
|
+
"name": "Users User Onenote Notebooks Get Notebook From Web URL",
|
|
2900
|
+
"value": "Users User Onenote Notebooks Get Notebook From Web URL",
|
|
2901
2901
|
"action": "Invoke action getNotebookFromWebUrl",
|
|
2902
2902
|
"description": "Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.",
|
|
2903
2903
|
"routing": {
|
|
@@ -3424,7 +3424,7 @@ exports.usersActionsDescription = [
|
|
|
3424
3424
|
}
|
|
3425
3425
|
},
|
|
3426
3426
|
{
|
|
3427
|
-
"displayName": "On Behalf Of User
|
|
3427
|
+
"displayName": "On Behalf Of User ID",
|
|
3428
3428
|
"name": "onBehalfOfUserId",
|
|
3429
3429
|
"type": "string",
|
|
3430
3430
|
"default": "",
|
|
@@ -10710,7 +10710,7 @@ exports.usersActionsDescription = [
|
|
|
10710
10710
|
}
|
|
10711
10711
|
},
|
|
10712
10712
|
{
|
|
10713
|
-
"displayName": "Chain
|
|
10713
|
+
"displayName": "Chain ID",
|
|
10714
10714
|
"name": "chainId",
|
|
10715
10715
|
"type": "number",
|
|
10716
10716
|
"default": 0,
|
|
@@ -12349,7 +12349,7 @@ exports.usersActionsDescription = [
|
|
|
12349
12349
|
}
|
|
12350
12350
|
},
|
|
12351
12351
|
{
|
|
12352
|
-
"displayName": "Chain
|
|
12352
|
+
"displayName": "Chain ID",
|
|
12353
12353
|
"name": "chainId",
|
|
12354
12354
|
"type": "number",
|
|
12355
12355
|
"default": 0,
|
|
@@ -12817,7 +12817,7 @@ exports.usersActionsDescription = [
|
|
|
12817
12817
|
}
|
|
12818
12818
|
},
|
|
12819
12819
|
{
|
|
12820
|
-
"displayName": "Destination
|
|
12820
|
+
"displayName": "Destination ID",
|
|
12821
12821
|
"name": "DestinationId",
|
|
12822
12822
|
"type": "string",
|
|
12823
12823
|
"default": "",
|
|
@@ -13192,7 +13192,7 @@ exports.usersActionsDescription = [
|
|
|
13192
13192
|
}
|
|
13193
13193
|
},
|
|
13194
13194
|
{
|
|
13195
|
-
"displayName": "Destination
|
|
13195
|
+
"displayName": "Destination ID",
|
|
13196
13196
|
"name": "DestinationId",
|
|
13197
13197
|
"type": "string",
|
|
13198
13198
|
"default": "",
|
|
@@ -13396,7 +13396,7 @@ exports.usersActionsDescription = [
|
|
|
13396
13396
|
}
|
|
13397
13397
|
},
|
|
13398
13398
|
{
|
|
13399
|
-
"displayName": "Destination
|
|
13399
|
+
"displayName": "Destination ID",
|
|
13400
13400
|
"name": "DestinationId",
|
|
13401
13401
|
"type": "string",
|
|
13402
13402
|
"default": "",
|
|
@@ -13439,7 +13439,7 @@ exports.usersActionsDescription = [
|
|
|
13439
13439
|
}
|
|
13440
13440
|
},
|
|
13441
13441
|
{
|
|
13442
|
-
"displayName": "Destination
|
|
13442
|
+
"displayName": "Destination ID",
|
|
13443
13443
|
"name": "DestinationId",
|
|
13444
13444
|
"type": "string",
|
|
13445
13445
|
"default": "",
|
|
@@ -13525,7 +13525,7 @@ exports.usersActionsDescription = [
|
|
|
13525
13525
|
}
|
|
13526
13526
|
},
|
|
13527
13527
|
{
|
|
13528
|
-
"displayName": "Destination
|
|
13528
|
+
"displayName": "Destination ID",
|
|
13529
13529
|
"name": "DestinationId",
|
|
13530
13530
|
"type": "string",
|
|
13531
13531
|
"default": "",
|
|
@@ -13900,7 +13900,7 @@ exports.usersActionsDescription = [
|
|
|
13900
13900
|
}
|
|
13901
13901
|
},
|
|
13902
13902
|
{
|
|
13903
|
-
"displayName": "Destination
|
|
13903
|
+
"displayName": "Destination ID",
|
|
13904
13904
|
"name": "DestinationId",
|
|
13905
13905
|
"type": "string",
|
|
13906
13906
|
"default": "",
|
|
@@ -14104,7 +14104,7 @@ exports.usersActionsDescription = [
|
|
|
14104
14104
|
}
|
|
14105
14105
|
},
|
|
14106
14106
|
{
|
|
14107
|
-
"displayName": "Destination
|
|
14107
|
+
"displayName": "Destination ID",
|
|
14108
14108
|
"name": "DestinationId",
|
|
14109
14109
|
"type": "string",
|
|
14110
14110
|
"default": "",
|
|
@@ -14147,7 +14147,7 @@ exports.usersActionsDescription = [
|
|
|
14147
14147
|
}
|
|
14148
14148
|
},
|
|
14149
14149
|
{
|
|
14150
|
-
"displayName": "Destination
|
|
14150
|
+
"displayName": "Destination ID",
|
|
14151
14151
|
"name": "DestinationId",
|
|
14152
14152
|
"type": "string",
|
|
14153
14153
|
"default": "",
|
|
@@ -14767,7 +14767,7 @@ exports.usersActionsDescription = [
|
|
|
14767
14767
|
}
|
|
14768
14768
|
},
|
|
14769
14769
|
{
|
|
14770
|
-
"displayName": "Destination
|
|
14770
|
+
"displayName": "Destination ID",
|
|
14771
14771
|
"name": "DestinationId",
|
|
14772
14772
|
"type": "string",
|
|
14773
14773
|
"default": "",
|
|
@@ -15142,7 +15142,7 @@ exports.usersActionsDescription = [
|
|
|
15142
15142
|
}
|
|
15143
15143
|
},
|
|
15144
15144
|
{
|
|
15145
|
-
"displayName": "Destination
|
|
15145
|
+
"displayName": "Destination ID",
|
|
15146
15146
|
"name": "DestinationId",
|
|
15147
15147
|
"type": "string",
|
|
15148
15148
|
"default": "",
|
|
@@ -16186,29 +16186,29 @@ exports.usersActionsDescription = [
|
|
|
16186
16186
|
}
|
|
16187
16187
|
},
|
|
16188
16188
|
{
|
|
16189
|
-
"displayName": "Source
|
|
16189
|
+
"displayName": "Source ID Type",
|
|
16190
16190
|
"name": "SourceIdType",
|
|
16191
16191
|
"type": "options",
|
|
16192
16192
|
"default": "entryId",
|
|
16193
16193
|
"options": [
|
|
16194
16194
|
{
|
|
16195
|
-
"name": "Entry
|
|
16195
|
+
"name": "Entry ID",
|
|
16196
16196
|
"value": "entryId"
|
|
16197
16197
|
},
|
|
16198
16198
|
{
|
|
16199
|
-
"name": "Ews
|
|
16199
|
+
"name": "Ews ID",
|
|
16200
16200
|
"value": "ewsId"
|
|
16201
16201
|
},
|
|
16202
16202
|
{
|
|
16203
|
-
"name": "Immutable Entry
|
|
16203
|
+
"name": "Immutable Entry ID",
|
|
16204
16204
|
"value": "immutableEntryId"
|
|
16205
16205
|
},
|
|
16206
16206
|
{
|
|
16207
|
-
"name": "Rest
|
|
16207
|
+
"name": "Rest ID",
|
|
16208
16208
|
"value": "restId"
|
|
16209
16209
|
},
|
|
16210
16210
|
{
|
|
16211
|
-
"name": "Rest Immutable Entry
|
|
16211
|
+
"name": "Rest Immutable Entry ID",
|
|
16212
16212
|
"value": "restImmutableEntryId"
|
|
16213
16213
|
}
|
|
16214
16214
|
],
|
|
@@ -16232,29 +16232,29 @@ exports.usersActionsDescription = [
|
|
|
16232
16232
|
}
|
|
16233
16233
|
},
|
|
16234
16234
|
{
|
|
16235
|
-
"displayName": "Target
|
|
16235
|
+
"displayName": "Target ID Type",
|
|
16236
16236
|
"name": "TargetIdType",
|
|
16237
16237
|
"type": "options",
|
|
16238
16238
|
"default": "entryId",
|
|
16239
16239
|
"options": [
|
|
16240
16240
|
{
|
|
16241
|
-
"name": "Entry
|
|
16241
|
+
"name": "Entry ID",
|
|
16242
16242
|
"value": "entryId"
|
|
16243
16243
|
},
|
|
16244
16244
|
{
|
|
16245
|
-
"name": "Ews
|
|
16245
|
+
"name": "Ews ID",
|
|
16246
16246
|
"value": "ewsId"
|
|
16247
16247
|
},
|
|
16248
16248
|
{
|
|
16249
|
-
"name": "Immutable Entry
|
|
16249
|
+
"name": "Immutable Entry ID",
|
|
16250
16250
|
"value": "immutableEntryId"
|
|
16251
16251
|
},
|
|
16252
16252
|
{
|
|
16253
|
-
"name": "Rest
|
|
16253
|
+
"name": "Rest ID",
|
|
16254
16254
|
"value": "restId"
|
|
16255
16255
|
},
|
|
16256
16256
|
{
|
|
16257
|
-
"name": "Rest Immutable Entry
|
|
16257
|
+
"name": "Rest Immutable Entry ID",
|
|
16258
16258
|
"value": "restImmutableEntryId"
|
|
16259
16259
|
}
|
|
16260
16260
|
],
|
|
@@ -16334,13 +16334,13 @@ exports.usersActionsDescription = [
|
|
|
16334
16334
|
"Users Actions"
|
|
16335
16335
|
],
|
|
16336
16336
|
"operation": [
|
|
16337
|
-
"Users User Onenote Notebooks Get Notebook From Web
|
|
16337
|
+
"Users User Onenote Notebooks Get Notebook From Web URL"
|
|
16338
16338
|
]
|
|
16339
16339
|
}
|
|
16340
16340
|
}
|
|
16341
16341
|
},
|
|
16342
16342
|
{
|
|
16343
|
-
"displayName": "Web
|
|
16343
|
+
"displayName": "Web URL",
|
|
16344
16344
|
"name": "webUrl",
|
|
16345
16345
|
"type": "string",
|
|
16346
16346
|
"default": "",
|
|
@@ -16358,7 +16358,7 @@ exports.usersActionsDescription = [
|
|
|
16358
16358
|
"Users Actions"
|
|
16359
16359
|
],
|
|
16360
16360
|
"operation": [
|
|
16361
|
-
"Users User Onenote Notebooks Get Notebook From Web
|
|
16361
|
+
"Users User Onenote Notebooks Get Notebook From Web URL"
|
|
16362
16362
|
]
|
|
16363
16363
|
}
|
|
16364
16364
|
}
|
|
@@ -16383,7 +16383,7 @@ exports.usersActionsDescription = [
|
|
|
16383
16383
|
}
|
|
16384
16384
|
},
|
|
16385
16385
|
{
|
|
16386
|
-
"displayName": "Group
|
|
16386
|
+
"displayName": "Group ID",
|
|
16387
16387
|
"name": "groupId",
|
|
16388
16388
|
"type": "string",
|
|
16389
16389
|
"default": "",
|
|
@@ -16455,7 +16455,7 @@ exports.usersActionsDescription = [
|
|
|
16455
16455
|
}
|
|
16456
16456
|
},
|
|
16457
16457
|
{
|
|
16458
|
-
"displayName": "Site Collection
|
|
16458
|
+
"displayName": "Site Collection ID",
|
|
16459
16459
|
"name": "siteCollectionId",
|
|
16460
16460
|
"type": "string",
|
|
16461
16461
|
"default": "",
|
|
@@ -16479,7 +16479,7 @@ exports.usersActionsDescription = [
|
|
|
16479
16479
|
}
|
|
16480
16480
|
},
|
|
16481
16481
|
{
|
|
16482
|
-
"displayName": "Site
|
|
16482
|
+
"displayName": "Site ID",
|
|
16483
16483
|
"name": "siteId",
|
|
16484
16484
|
"type": "string",
|
|
16485
16485
|
"default": "",
|
|
@@ -16522,7 +16522,7 @@ exports.usersActionsDescription = [
|
|
|
16522
16522
|
}
|
|
16523
16523
|
},
|
|
16524
16524
|
{
|
|
16525
|
-
"displayName": "Group
|
|
16525
|
+
"displayName": "Group ID",
|
|
16526
16526
|
"name": "groupId",
|
|
16527
16527
|
"type": "string",
|
|
16528
16528
|
"default": "",
|
|
@@ -16546,7 +16546,7 @@ exports.usersActionsDescription = [
|
|
|
16546
16546
|
}
|
|
16547
16547
|
},
|
|
16548
16548
|
{
|
|
16549
|
-
"displayName": "
|
|
16549
|
+
"displayName": "ID",
|
|
16550
16550
|
"name": "id",
|
|
16551
16551
|
"type": "string",
|
|
16552
16552
|
"default": "",
|
|
@@ -16594,7 +16594,7 @@ exports.usersActionsDescription = [
|
|
|
16594
16594
|
}
|
|
16595
16595
|
},
|
|
16596
16596
|
{
|
|
16597
|
-
"displayName": "Site Collection
|
|
16597
|
+
"displayName": "Site Collection ID",
|
|
16598
16598
|
"name": "siteCollectionId",
|
|
16599
16599
|
"type": "string",
|
|
16600
16600
|
"default": "",
|
|
@@ -16618,7 +16618,7 @@ exports.usersActionsDescription = [
|
|
|
16618
16618
|
}
|
|
16619
16619
|
},
|
|
16620
16620
|
{
|
|
16621
|
-
"displayName": "Site
|
|
16621
|
+
"displayName": "Site ID",
|
|
16622
16622
|
"name": "siteId",
|
|
16623
16623
|
"type": "string",
|
|
16624
16624
|
"default": "",
|
|
@@ -16661,7 +16661,7 @@ exports.usersActionsDescription = [
|
|
|
16661
16661
|
}
|
|
16662
16662
|
},
|
|
16663
16663
|
{
|
|
16664
|
-
"displayName": "Group
|
|
16664
|
+
"displayName": "Group ID",
|
|
16665
16665
|
"name": "groupId",
|
|
16666
16666
|
"type": "string",
|
|
16667
16667
|
"default": "",
|
|
@@ -16685,7 +16685,7 @@ exports.usersActionsDescription = [
|
|
|
16685
16685
|
}
|
|
16686
16686
|
},
|
|
16687
16687
|
{
|
|
16688
|
-
"displayName": "
|
|
16688
|
+
"displayName": "ID",
|
|
16689
16689
|
"name": "id",
|
|
16690
16690
|
"type": "string",
|
|
16691
16691
|
"default": "",
|
|
@@ -16733,7 +16733,7 @@ exports.usersActionsDescription = [
|
|
|
16733
16733
|
}
|
|
16734
16734
|
},
|
|
16735
16735
|
{
|
|
16736
|
-
"displayName": "Site Collection
|
|
16736
|
+
"displayName": "Site Collection ID",
|
|
16737
16737
|
"name": "siteCollectionId",
|
|
16738
16738
|
"type": "string",
|
|
16739
16739
|
"default": "",
|
|
@@ -16757,7 +16757,7 @@ exports.usersActionsDescription = [
|
|
|
16757
16757
|
}
|
|
16758
16758
|
},
|
|
16759
16759
|
{
|
|
16760
|
-
"displayName": "Site
|
|
16760
|
+
"displayName": "Site ID",
|
|
16761
16761
|
"name": "siteId",
|
|
16762
16762
|
"type": "string",
|
|
16763
16763
|
"default": "",
|
|
@@ -16800,7 +16800,7 @@ exports.usersActionsDescription = [
|
|
|
16800
16800
|
}
|
|
16801
16801
|
},
|
|
16802
16802
|
{
|
|
16803
|
-
"displayName": "Group
|
|
16803
|
+
"displayName": "Group ID",
|
|
16804
16804
|
"name": "groupId",
|
|
16805
16805
|
"type": "string",
|
|
16806
16806
|
"default": "",
|
|
@@ -16824,7 +16824,7 @@ exports.usersActionsDescription = [
|
|
|
16824
16824
|
}
|
|
16825
16825
|
},
|
|
16826
16826
|
{
|
|
16827
|
-
"displayName": "
|
|
16827
|
+
"displayName": "ID",
|
|
16828
16828
|
"name": "id",
|
|
16829
16829
|
"type": "string",
|
|
16830
16830
|
"default": "",
|
|
@@ -16848,7 +16848,7 @@ exports.usersActionsDescription = [
|
|
|
16848
16848
|
}
|
|
16849
16849
|
},
|
|
16850
16850
|
{
|
|
16851
|
-
"displayName": "Site Collection
|
|
16851
|
+
"displayName": "Site Collection ID",
|
|
16852
16852
|
"name": "siteCollectionId",
|
|
16853
16853
|
"type": "string",
|
|
16854
16854
|
"default": "",
|
|
@@ -16872,7 +16872,7 @@ exports.usersActionsDescription = [
|
|
|
16872
16872
|
}
|
|
16873
16873
|
},
|
|
16874
16874
|
{
|
|
16875
|
-
"displayName": "Site
|
|
16875
|
+
"displayName": "Site ID",
|
|
16876
16876
|
"name": "siteId",
|
|
16877
16877
|
"type": "string",
|
|
16878
16878
|
"default": "",
|
|
@@ -16958,7 +16958,7 @@ exports.usersActionsDescription = [
|
|
|
16958
16958
|
}
|
|
16959
16959
|
},
|
|
16960
16960
|
{
|
|
16961
|
-
"displayName": "Group
|
|
16961
|
+
"displayName": "Group ID",
|
|
16962
16962
|
"name": "groupId",
|
|
16963
16963
|
"type": "string",
|
|
16964
16964
|
"default": "",
|
|
@@ -16982,7 +16982,7 @@ exports.usersActionsDescription = [
|
|
|
16982
16982
|
}
|
|
16983
16983
|
},
|
|
16984
16984
|
{
|
|
16985
|
-
"displayName": "
|
|
16985
|
+
"displayName": "ID",
|
|
16986
16986
|
"name": "id",
|
|
16987
16987
|
"type": "string",
|
|
16988
16988
|
"default": "",
|
|
@@ -17030,7 +17030,7 @@ exports.usersActionsDescription = [
|
|
|
17030
17030
|
}
|
|
17031
17031
|
},
|
|
17032
17032
|
{
|
|
17033
|
-
"displayName": "Site Collection
|
|
17033
|
+
"displayName": "Site Collection ID",
|
|
17034
17034
|
"name": "siteCollectionId",
|
|
17035
17035
|
"type": "string",
|
|
17036
17036
|
"default": "",
|
|
@@ -17054,7 +17054,7 @@ exports.usersActionsDescription = [
|
|
|
17054
17054
|
}
|
|
17055
17055
|
},
|
|
17056
17056
|
{
|
|
17057
|
-
"displayName": "Site
|
|
17057
|
+
"displayName": "Site ID",
|
|
17058
17058
|
"name": "siteId",
|
|
17059
17059
|
"type": "string",
|
|
17060
17060
|
"default": "",
|
|
@@ -17097,7 +17097,7 @@ exports.usersActionsDescription = [
|
|
|
17097
17097
|
}
|
|
17098
17098
|
},
|
|
17099
17099
|
{
|
|
17100
|
-
"displayName": "Group
|
|
17100
|
+
"displayName": "Group ID",
|
|
17101
17101
|
"name": "groupId",
|
|
17102
17102
|
"type": "string",
|
|
17103
17103
|
"default": "",
|
|
@@ -17121,7 +17121,7 @@ exports.usersActionsDescription = [
|
|
|
17121
17121
|
}
|
|
17122
17122
|
},
|
|
17123
17123
|
{
|
|
17124
|
-
"displayName": "
|
|
17124
|
+
"displayName": "ID",
|
|
17125
17125
|
"name": "id",
|
|
17126
17126
|
"type": "string",
|
|
17127
17127
|
"default": "",
|
|
@@ -17169,7 +17169,7 @@ exports.usersActionsDescription = [
|
|
|
17169
17169
|
}
|
|
17170
17170
|
},
|
|
17171
17171
|
{
|
|
17172
|
-
"displayName": "Site Collection
|
|
17172
|
+
"displayName": "Site Collection ID",
|
|
17173
17173
|
"name": "siteCollectionId",
|
|
17174
17174
|
"type": "string",
|
|
17175
17175
|
"default": "",
|
|
@@ -17193,7 +17193,7 @@ exports.usersActionsDescription = [
|
|
|
17193
17193
|
}
|
|
17194
17194
|
},
|
|
17195
17195
|
{
|
|
17196
|
-
"displayName": "Site
|
|
17196
|
+
"displayName": "Site ID",
|
|
17197
17197
|
"name": "siteId",
|
|
17198
17198
|
"type": "string",
|
|
17199
17199
|
"default": "",
|
|
@@ -17236,7 +17236,7 @@ exports.usersActionsDescription = [
|
|
|
17236
17236
|
}
|
|
17237
17237
|
},
|
|
17238
17238
|
{
|
|
17239
|
-
"displayName": "Group
|
|
17239
|
+
"displayName": "Group ID",
|
|
17240
17240
|
"name": "groupId",
|
|
17241
17241
|
"type": "string",
|
|
17242
17242
|
"default": "",
|
|
@@ -17260,7 +17260,7 @@ exports.usersActionsDescription = [
|
|
|
17260
17260
|
}
|
|
17261
17261
|
},
|
|
17262
17262
|
{
|
|
17263
|
-
"displayName": "
|
|
17263
|
+
"displayName": "ID",
|
|
17264
17264
|
"name": "id",
|
|
17265
17265
|
"type": "string",
|
|
17266
17266
|
"default": "",
|
|
@@ -17284,7 +17284,7 @@ exports.usersActionsDescription = [
|
|
|
17284
17284
|
}
|
|
17285
17285
|
},
|
|
17286
17286
|
{
|
|
17287
|
-
"displayName": "Site Collection
|
|
17287
|
+
"displayName": "Site Collection ID",
|
|
17288
17288
|
"name": "siteCollectionId",
|
|
17289
17289
|
"type": "string",
|
|
17290
17290
|
"default": "",
|
|
@@ -17308,7 +17308,7 @@ exports.usersActionsDescription = [
|
|
|
17308
17308
|
}
|
|
17309
17309
|
},
|
|
17310
17310
|
{
|
|
17311
|
-
"displayName": "Site
|
|
17311
|
+
"displayName": "Site ID",
|
|
17312
17312
|
"name": "siteId",
|
|
17313
17313
|
"type": "string",
|
|
17314
17314
|
"default": "",
|
|
@@ -17394,7 +17394,7 @@ exports.usersActionsDescription = [
|
|
|
17394
17394
|
}
|
|
17395
17395
|
},
|
|
17396
17396
|
{
|
|
17397
|
-
"displayName": "Group
|
|
17397
|
+
"displayName": "Group ID",
|
|
17398
17398
|
"name": "groupId",
|
|
17399
17399
|
"type": "string",
|
|
17400
17400
|
"default": "",
|
|
@@ -17418,7 +17418,7 @@ exports.usersActionsDescription = [
|
|
|
17418
17418
|
}
|
|
17419
17419
|
},
|
|
17420
17420
|
{
|
|
17421
|
-
"displayName": "
|
|
17421
|
+
"displayName": "ID",
|
|
17422
17422
|
"name": "id",
|
|
17423
17423
|
"type": "string",
|
|
17424
17424
|
"default": "",
|
|
@@ -17442,7 +17442,7 @@ exports.usersActionsDescription = [
|
|
|
17442
17442
|
}
|
|
17443
17443
|
},
|
|
17444
17444
|
{
|
|
17445
|
-
"displayName": "Site Collection
|
|
17445
|
+
"displayName": "Site Collection ID",
|
|
17446
17446
|
"name": "siteCollectionId",
|
|
17447
17447
|
"type": "string",
|
|
17448
17448
|
"default": "",
|
|
@@ -17466,7 +17466,7 @@ exports.usersActionsDescription = [
|
|
|
17466
17466
|
}
|
|
17467
17467
|
},
|
|
17468
17468
|
{
|
|
17469
|
-
"displayName": "Site
|
|
17469
|
+
"displayName": "Site ID",
|
|
17470
17470
|
"name": "siteId",
|
|
17471
17471
|
"type": "string",
|
|
17472
17472
|
"default": "",
|
|
@@ -17552,7 +17552,7 @@ exports.usersActionsDescription = [
|
|
|
17552
17552
|
}
|
|
17553
17553
|
},
|
|
17554
17554
|
{
|
|
17555
|
-
"displayName": "Group
|
|
17555
|
+
"displayName": "Group ID",
|
|
17556
17556
|
"name": "groupId",
|
|
17557
17557
|
"type": "string",
|
|
17558
17558
|
"default": "",
|
|
@@ -17576,7 +17576,7 @@ exports.usersActionsDescription = [
|
|
|
17576
17576
|
}
|
|
17577
17577
|
},
|
|
17578
17578
|
{
|
|
17579
|
-
"displayName": "
|
|
17579
|
+
"displayName": "ID",
|
|
17580
17580
|
"name": "id",
|
|
17581
17581
|
"type": "string",
|
|
17582
17582
|
"default": "",
|
|
@@ -17624,7 +17624,7 @@ exports.usersActionsDescription = [
|
|
|
17624
17624
|
}
|
|
17625
17625
|
},
|
|
17626
17626
|
{
|
|
17627
|
-
"displayName": "Site Collection
|
|
17627
|
+
"displayName": "Site Collection ID",
|
|
17628
17628
|
"name": "siteCollectionId",
|
|
17629
17629
|
"type": "string",
|
|
17630
17630
|
"default": "",
|
|
@@ -17648,7 +17648,7 @@ exports.usersActionsDescription = [
|
|
|
17648
17648
|
}
|
|
17649
17649
|
},
|
|
17650
17650
|
{
|
|
17651
|
-
"displayName": "Site
|
|
17651
|
+
"displayName": "Site ID",
|
|
17652
17652
|
"name": "siteId",
|
|
17653
17653
|
"type": "string",
|
|
17654
17654
|
"default": "",
|
|
@@ -17691,7 +17691,7 @@ exports.usersActionsDescription = [
|
|
|
17691
17691
|
}
|
|
17692
17692
|
},
|
|
17693
17693
|
{
|
|
17694
|
-
"displayName": "Group
|
|
17694
|
+
"displayName": "Group ID",
|
|
17695
17695
|
"name": "groupId",
|
|
17696
17696
|
"type": "string",
|
|
17697
17697
|
"default": "",
|
|
@@ -17715,7 +17715,7 @@ exports.usersActionsDescription = [
|
|
|
17715
17715
|
}
|
|
17716
17716
|
},
|
|
17717
17717
|
{
|
|
17718
|
-
"displayName": "
|
|
17718
|
+
"displayName": "ID",
|
|
17719
17719
|
"name": "id",
|
|
17720
17720
|
"type": "string",
|
|
17721
17721
|
"default": "",
|
|
@@ -17763,7 +17763,7 @@ exports.usersActionsDescription = [
|
|
|
17763
17763
|
}
|
|
17764
17764
|
},
|
|
17765
17765
|
{
|
|
17766
|
-
"displayName": "Site Collection
|
|
17766
|
+
"displayName": "Site Collection ID",
|
|
17767
17767
|
"name": "siteCollectionId",
|
|
17768
17768
|
"type": "string",
|
|
17769
17769
|
"default": "",
|
|
@@ -17787,7 +17787,7 @@ exports.usersActionsDescription = [
|
|
|
17787
17787
|
}
|
|
17788
17788
|
},
|
|
17789
17789
|
{
|
|
17790
|
-
"displayName": "Site
|
|
17790
|
+
"displayName": "Site ID",
|
|
17791
17791
|
"name": "siteId",
|
|
17792
17792
|
"type": "string",
|
|
17793
17793
|
"default": "",
|
|
@@ -17830,7 +17830,7 @@ exports.usersActionsDescription = [
|
|
|
17830
17830
|
}
|
|
17831
17831
|
},
|
|
17832
17832
|
{
|
|
17833
|
-
"displayName": "Group
|
|
17833
|
+
"displayName": "Group ID",
|
|
17834
17834
|
"name": "groupId",
|
|
17835
17835
|
"type": "string",
|
|
17836
17836
|
"default": "",
|
|
@@ -17854,7 +17854,7 @@ exports.usersActionsDescription = [
|
|
|
17854
17854
|
}
|
|
17855
17855
|
},
|
|
17856
17856
|
{
|
|
17857
|
-
"displayName": "
|
|
17857
|
+
"displayName": "ID",
|
|
17858
17858
|
"name": "id",
|
|
17859
17859
|
"type": "string",
|
|
17860
17860
|
"default": "",
|
|
@@ -17878,7 +17878,7 @@ exports.usersActionsDescription = [
|
|
|
17878
17878
|
}
|
|
17879
17879
|
},
|
|
17880
17880
|
{
|
|
17881
|
-
"displayName": "Site Collection
|
|
17881
|
+
"displayName": "Site Collection ID",
|
|
17882
17882
|
"name": "siteCollectionId",
|
|
17883
17883
|
"type": "string",
|
|
17884
17884
|
"default": "",
|
|
@@ -17902,7 +17902,7 @@ exports.usersActionsDescription = [
|
|
|
17902
17902
|
}
|
|
17903
17903
|
},
|
|
17904
17904
|
{
|
|
17905
|
-
"displayName": "Site
|
|
17905
|
+
"displayName": "Site ID",
|
|
17906
17906
|
"name": "siteId",
|
|
17907
17907
|
"type": "string",
|
|
17908
17908
|
"default": "",
|
|
@@ -17988,7 +17988,7 @@ exports.usersActionsDescription = [
|
|
|
17988
17988
|
}
|
|
17989
17989
|
},
|
|
17990
17990
|
{
|
|
17991
|
-
"displayName": "Group
|
|
17991
|
+
"displayName": "Group ID",
|
|
17992
17992
|
"name": "groupId",
|
|
17993
17993
|
"type": "string",
|
|
17994
17994
|
"default": "",
|
|
@@ -18012,7 +18012,7 @@ exports.usersActionsDescription = [
|
|
|
18012
18012
|
}
|
|
18013
18013
|
},
|
|
18014
18014
|
{
|
|
18015
|
-
"displayName": "
|
|
18015
|
+
"displayName": "ID",
|
|
18016
18016
|
"name": "id",
|
|
18017
18017
|
"type": "string",
|
|
18018
18018
|
"default": "",
|
|
@@ -18060,7 +18060,7 @@ exports.usersActionsDescription = [
|
|
|
18060
18060
|
}
|
|
18061
18061
|
},
|
|
18062
18062
|
{
|
|
18063
|
-
"displayName": "Site Collection
|
|
18063
|
+
"displayName": "Site Collection ID",
|
|
18064
18064
|
"name": "siteCollectionId",
|
|
18065
18065
|
"type": "string",
|
|
18066
18066
|
"default": "",
|
|
@@ -18084,7 +18084,7 @@ exports.usersActionsDescription = [
|
|
|
18084
18084
|
}
|
|
18085
18085
|
},
|
|
18086
18086
|
{
|
|
18087
|
-
"displayName": "Site
|
|
18087
|
+
"displayName": "Site ID",
|
|
18088
18088
|
"name": "siteId",
|
|
18089
18089
|
"type": "string",
|
|
18090
18090
|
"default": "",
|
|
@@ -18127,7 +18127,7 @@ exports.usersActionsDescription = [
|
|
|
18127
18127
|
}
|
|
18128
18128
|
},
|
|
18129
18129
|
{
|
|
18130
|
-
"displayName": "Group
|
|
18130
|
+
"displayName": "Group ID",
|
|
18131
18131
|
"name": "groupId",
|
|
18132
18132
|
"type": "string",
|
|
18133
18133
|
"default": "",
|
|
@@ -18151,7 +18151,7 @@ exports.usersActionsDescription = [
|
|
|
18151
18151
|
}
|
|
18152
18152
|
},
|
|
18153
18153
|
{
|
|
18154
|
-
"displayName": "
|
|
18154
|
+
"displayName": "ID",
|
|
18155
18155
|
"name": "id",
|
|
18156
18156
|
"type": "string",
|
|
18157
18157
|
"default": "",
|
|
@@ -18199,7 +18199,7 @@ exports.usersActionsDescription = [
|
|
|
18199
18199
|
}
|
|
18200
18200
|
},
|
|
18201
18201
|
{
|
|
18202
|
-
"displayName": "Site Collection
|
|
18202
|
+
"displayName": "Site Collection ID",
|
|
18203
18203
|
"name": "siteCollectionId",
|
|
18204
18204
|
"type": "string",
|
|
18205
18205
|
"default": "",
|
|
@@ -18223,7 +18223,7 @@ exports.usersActionsDescription = [
|
|
|
18223
18223
|
}
|
|
18224
18224
|
},
|
|
18225
18225
|
{
|
|
18226
|
-
"displayName": "Site
|
|
18226
|
+
"displayName": "Site ID",
|
|
18227
18227
|
"name": "siteId",
|
|
18228
18228
|
"type": "string",
|
|
18229
18229
|
"default": "",
|
|
@@ -18266,7 +18266,7 @@ exports.usersActionsDescription = [
|
|
|
18266
18266
|
}
|
|
18267
18267
|
},
|
|
18268
18268
|
{
|
|
18269
|
-
"displayName": "Group
|
|
18269
|
+
"displayName": "Group ID",
|
|
18270
18270
|
"name": "groupId",
|
|
18271
18271
|
"type": "string",
|
|
18272
18272
|
"default": "",
|
|
@@ -18290,7 +18290,7 @@ exports.usersActionsDescription = [
|
|
|
18290
18290
|
}
|
|
18291
18291
|
},
|
|
18292
18292
|
{
|
|
18293
|
-
"displayName": "
|
|
18293
|
+
"displayName": "ID",
|
|
18294
18294
|
"name": "id",
|
|
18295
18295
|
"type": "string",
|
|
18296
18296
|
"default": "",
|
|
@@ -18314,7 +18314,7 @@ exports.usersActionsDescription = [
|
|
|
18314
18314
|
}
|
|
18315
18315
|
},
|
|
18316
18316
|
{
|
|
18317
|
-
"displayName": "Site Collection
|
|
18317
|
+
"displayName": "Site Collection ID",
|
|
18318
18318
|
"name": "siteCollectionId",
|
|
18319
18319
|
"type": "string",
|
|
18320
18320
|
"default": "",
|
|
@@ -18338,7 +18338,7 @@ exports.usersActionsDescription = [
|
|
|
18338
18338
|
}
|
|
18339
18339
|
},
|
|
18340
18340
|
{
|
|
18341
|
-
"displayName": "Site
|
|
18341
|
+
"displayName": "Site ID",
|
|
18342
18342
|
"name": "siteId",
|
|
18343
18343
|
"type": "string",
|
|
18344
18344
|
"default": "",
|
|
@@ -18472,7 +18472,7 @@ exports.usersActionsDescription = [
|
|
|
18472
18472
|
}
|
|
18473
18473
|
},
|
|
18474
18474
|
{
|
|
18475
|
-
"displayName": "External
|
|
18475
|
+
"displayName": "External ID",
|
|
18476
18476
|
"name": "externalId",
|
|
18477
18477
|
"type": "string",
|
|
18478
18478
|
"default": "",
|
|
@@ -18587,7 +18587,7 @@ exports.usersActionsDescription = [
|
|
|
18587
18587
|
}
|
|
18588
18588
|
},
|
|
18589
18589
|
{
|
|
18590
|
-
"displayName": "Session
|
|
18590
|
+
"displayName": "Session ID",
|
|
18591
18591
|
"name": "sessionId",
|
|
18592
18592
|
"type": "string",
|
|
18593
18593
|
"default": "",
|
|
@@ -18721,7 +18721,7 @@ exports.usersActionsDescription = [
|
|
|
18721
18721
|
}
|
|
18722
18722
|
},
|
|
18723
18723
|
{
|
|
18724
|
-
"displayName": "Session
|
|
18724
|
+
"displayName": "Session ID",
|
|
18725
18725
|
"name": "sessionId",
|
|
18726
18726
|
"type": "string",
|
|
18727
18727
|
"default": "",
|
|
@@ -18879,7 +18879,7 @@ exports.usersActionsDescription = [
|
|
|
18879
18879
|
}
|
|
18880
18880
|
},
|
|
18881
18881
|
{
|
|
18882
|
-
"displayName": "Chain
|
|
18882
|
+
"displayName": "Chain ID",
|
|
18883
18883
|
"name": "chainId",
|
|
18884
18884
|
"type": "number",
|
|
18885
18885
|
"default": 0,
|