@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
|
@@ -1108,8 +1108,8 @@ exports.groupsActionsDescription = [
|
|
|
1108
1108
|
}
|
|
1109
1109
|
},
|
|
1110
1110
|
{
|
|
1111
|
-
"name": "Groups Group Onenote Notebooks Get Notebook From Web
|
|
1112
|
-
"value": "Groups Group Onenote Notebooks Get Notebook From Web
|
|
1111
|
+
"name": "Groups Group Onenote Notebooks Get Notebook From Web URL",
|
|
1112
|
+
"value": "Groups Group Onenote Notebooks Get Notebook From Web URL",
|
|
1113
1113
|
"action": "Invoke action getNotebookFromWebUrl",
|
|
1114
1114
|
"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.",
|
|
1115
1115
|
"routing": {
|
|
@@ -1648,8 +1648,8 @@ exports.groupsActionsDescription = [
|
|
|
1648
1648
|
}
|
|
1649
1649
|
},
|
|
1650
1650
|
{
|
|
1651
|
-
"name": "Groups Group Sites Site Onenote Notebooks Get Notebook From Web
|
|
1652
|
-
"value": "Groups Group Sites Site Onenote Notebooks Get Notebook From Web
|
|
1651
|
+
"name": "Groups Group Sites Site Onenote Notebooks Get Notebook From Web URL",
|
|
1652
|
+
"value": "Groups Group Sites Site Onenote Notebooks Get Notebook From Web URL",
|
|
1653
1653
|
"action": "Invoke action getNotebookFromWebUrl",
|
|
1654
1654
|
"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.",
|
|
1655
1655
|
"routing": {
|
|
@@ -2476,7 +2476,7 @@ exports.groupsActionsDescription = [
|
|
|
2476
2476
|
}
|
|
2477
2477
|
},
|
|
2478
2478
|
{
|
|
2479
|
-
"displayName": "On Behalf Of User
|
|
2479
|
+
"displayName": "On Behalf Of User ID",
|
|
2480
2480
|
"name": "onBehalfOfUserId",
|
|
2481
2481
|
"type": "string",
|
|
2482
2482
|
"default": "",
|
|
@@ -6707,7 +6707,7 @@ exports.groupsActionsDescription = [
|
|
|
6707
6707
|
}
|
|
6708
6708
|
},
|
|
6709
6709
|
{
|
|
6710
|
-
"displayName": "Group
|
|
6710
|
+
"displayName": "Group ID",
|
|
6711
6711
|
"name": "groupId",
|
|
6712
6712
|
"type": "string",
|
|
6713
6713
|
"default": "",
|
|
@@ -6750,7 +6750,7 @@ exports.groupsActionsDescription = [
|
|
|
6750
6750
|
}
|
|
6751
6751
|
},
|
|
6752
6752
|
{
|
|
6753
|
-
"displayName": "Group
|
|
6753
|
+
"displayName": "Group ID",
|
|
6754
6754
|
"name": "groupId",
|
|
6755
6755
|
"type": "string",
|
|
6756
6756
|
"default": "",
|
|
@@ -7232,7 +7232,7 @@ exports.groupsActionsDescription = [
|
|
|
7232
7232
|
}
|
|
7233
7233
|
},
|
|
7234
7234
|
{
|
|
7235
|
-
"displayName": "On Behalf Of User
|
|
7235
|
+
"displayName": "On Behalf Of User ID",
|
|
7236
7236
|
"name": "onBehalfOfUserId",
|
|
7237
7237
|
"type": "string",
|
|
7238
7238
|
"default": "",
|
|
@@ -7269,13 +7269,13 @@ exports.groupsActionsDescription = [
|
|
|
7269
7269
|
"Groups Actions"
|
|
7270
7270
|
],
|
|
7271
7271
|
"operation": [
|
|
7272
|
-
"Groups Group Onenote Notebooks Get Notebook From Web
|
|
7272
|
+
"Groups Group Onenote Notebooks Get Notebook From Web URL"
|
|
7273
7273
|
]
|
|
7274
7274
|
}
|
|
7275
7275
|
}
|
|
7276
7276
|
},
|
|
7277
7277
|
{
|
|
7278
|
-
"displayName": "Web
|
|
7278
|
+
"displayName": "Web URL",
|
|
7279
7279
|
"name": "webUrl",
|
|
7280
7280
|
"type": "string",
|
|
7281
7281
|
"default": "",
|
|
@@ -7293,7 +7293,7 @@ exports.groupsActionsDescription = [
|
|
|
7293
7293
|
"Groups Actions"
|
|
7294
7294
|
],
|
|
7295
7295
|
"operation": [
|
|
7296
|
-
"Groups Group Onenote Notebooks Get Notebook From Web
|
|
7296
|
+
"Groups Group Onenote Notebooks Get Notebook From Web URL"
|
|
7297
7297
|
]
|
|
7298
7298
|
}
|
|
7299
7299
|
}
|
|
@@ -7318,7 +7318,7 @@ exports.groupsActionsDescription = [
|
|
|
7318
7318
|
}
|
|
7319
7319
|
},
|
|
7320
7320
|
{
|
|
7321
|
-
"displayName": "Group
|
|
7321
|
+
"displayName": "Group ID",
|
|
7322
7322
|
"name": "groupId",
|
|
7323
7323
|
"type": "string",
|
|
7324
7324
|
"default": "",
|
|
@@ -7390,7 +7390,7 @@ exports.groupsActionsDescription = [
|
|
|
7390
7390
|
}
|
|
7391
7391
|
},
|
|
7392
7392
|
{
|
|
7393
|
-
"displayName": "Site Collection
|
|
7393
|
+
"displayName": "Site Collection ID",
|
|
7394
7394
|
"name": "siteCollectionId",
|
|
7395
7395
|
"type": "string",
|
|
7396
7396
|
"default": "",
|
|
@@ -7414,7 +7414,7 @@ exports.groupsActionsDescription = [
|
|
|
7414
7414
|
}
|
|
7415
7415
|
},
|
|
7416
7416
|
{
|
|
7417
|
-
"displayName": "Site
|
|
7417
|
+
"displayName": "Site ID",
|
|
7418
7418
|
"name": "siteId",
|
|
7419
7419
|
"type": "string",
|
|
7420
7420
|
"default": "",
|
|
@@ -7457,7 +7457,7 @@ exports.groupsActionsDescription = [
|
|
|
7457
7457
|
}
|
|
7458
7458
|
},
|
|
7459
7459
|
{
|
|
7460
|
-
"displayName": "Group
|
|
7460
|
+
"displayName": "Group ID",
|
|
7461
7461
|
"name": "groupId",
|
|
7462
7462
|
"type": "string",
|
|
7463
7463
|
"default": "",
|
|
@@ -7481,7 +7481,7 @@ exports.groupsActionsDescription = [
|
|
|
7481
7481
|
}
|
|
7482
7482
|
},
|
|
7483
7483
|
{
|
|
7484
|
-
"displayName": "
|
|
7484
|
+
"displayName": "ID",
|
|
7485
7485
|
"name": "id",
|
|
7486
7486
|
"type": "string",
|
|
7487
7487
|
"default": "",
|
|
@@ -7529,7 +7529,7 @@ exports.groupsActionsDescription = [
|
|
|
7529
7529
|
}
|
|
7530
7530
|
},
|
|
7531
7531
|
{
|
|
7532
|
-
"displayName": "Site Collection
|
|
7532
|
+
"displayName": "Site Collection ID",
|
|
7533
7533
|
"name": "siteCollectionId",
|
|
7534
7534
|
"type": "string",
|
|
7535
7535
|
"default": "",
|
|
@@ -7553,7 +7553,7 @@ exports.groupsActionsDescription = [
|
|
|
7553
7553
|
}
|
|
7554
7554
|
},
|
|
7555
7555
|
{
|
|
7556
|
-
"displayName": "Site
|
|
7556
|
+
"displayName": "Site ID",
|
|
7557
7557
|
"name": "siteId",
|
|
7558
7558
|
"type": "string",
|
|
7559
7559
|
"default": "",
|
|
@@ -7596,7 +7596,7 @@ exports.groupsActionsDescription = [
|
|
|
7596
7596
|
}
|
|
7597
7597
|
},
|
|
7598
7598
|
{
|
|
7599
|
-
"displayName": "Group
|
|
7599
|
+
"displayName": "Group ID",
|
|
7600
7600
|
"name": "groupId",
|
|
7601
7601
|
"type": "string",
|
|
7602
7602
|
"default": "",
|
|
@@ -7620,7 +7620,7 @@ exports.groupsActionsDescription = [
|
|
|
7620
7620
|
}
|
|
7621
7621
|
},
|
|
7622
7622
|
{
|
|
7623
|
-
"displayName": "
|
|
7623
|
+
"displayName": "ID",
|
|
7624
7624
|
"name": "id",
|
|
7625
7625
|
"type": "string",
|
|
7626
7626
|
"default": "",
|
|
@@ -7668,7 +7668,7 @@ exports.groupsActionsDescription = [
|
|
|
7668
7668
|
}
|
|
7669
7669
|
},
|
|
7670
7670
|
{
|
|
7671
|
-
"displayName": "Site Collection
|
|
7671
|
+
"displayName": "Site Collection ID",
|
|
7672
7672
|
"name": "siteCollectionId",
|
|
7673
7673
|
"type": "string",
|
|
7674
7674
|
"default": "",
|
|
@@ -7692,7 +7692,7 @@ exports.groupsActionsDescription = [
|
|
|
7692
7692
|
}
|
|
7693
7693
|
},
|
|
7694
7694
|
{
|
|
7695
|
-
"displayName": "Site
|
|
7695
|
+
"displayName": "Site ID",
|
|
7696
7696
|
"name": "siteId",
|
|
7697
7697
|
"type": "string",
|
|
7698
7698
|
"default": "",
|
|
@@ -7735,7 +7735,7 @@ exports.groupsActionsDescription = [
|
|
|
7735
7735
|
}
|
|
7736
7736
|
},
|
|
7737
7737
|
{
|
|
7738
|
-
"displayName": "Group
|
|
7738
|
+
"displayName": "Group ID",
|
|
7739
7739
|
"name": "groupId",
|
|
7740
7740
|
"type": "string",
|
|
7741
7741
|
"default": "",
|
|
@@ -7759,7 +7759,7 @@ exports.groupsActionsDescription = [
|
|
|
7759
7759
|
}
|
|
7760
7760
|
},
|
|
7761
7761
|
{
|
|
7762
|
-
"displayName": "
|
|
7762
|
+
"displayName": "ID",
|
|
7763
7763
|
"name": "id",
|
|
7764
7764
|
"type": "string",
|
|
7765
7765
|
"default": "",
|
|
@@ -7783,7 +7783,7 @@ exports.groupsActionsDescription = [
|
|
|
7783
7783
|
}
|
|
7784
7784
|
},
|
|
7785
7785
|
{
|
|
7786
|
-
"displayName": "Site Collection
|
|
7786
|
+
"displayName": "Site Collection ID",
|
|
7787
7787
|
"name": "siteCollectionId",
|
|
7788
7788
|
"type": "string",
|
|
7789
7789
|
"default": "",
|
|
@@ -7807,7 +7807,7 @@ exports.groupsActionsDescription = [
|
|
|
7807
7807
|
}
|
|
7808
7808
|
},
|
|
7809
7809
|
{
|
|
7810
|
-
"displayName": "Site
|
|
7810
|
+
"displayName": "Site ID",
|
|
7811
7811
|
"name": "siteId",
|
|
7812
7812
|
"type": "string",
|
|
7813
7813
|
"default": "",
|
|
@@ -7893,7 +7893,7 @@ exports.groupsActionsDescription = [
|
|
|
7893
7893
|
}
|
|
7894
7894
|
},
|
|
7895
7895
|
{
|
|
7896
|
-
"displayName": "Group
|
|
7896
|
+
"displayName": "Group ID",
|
|
7897
7897
|
"name": "groupId",
|
|
7898
7898
|
"type": "string",
|
|
7899
7899
|
"default": "",
|
|
@@ -7917,7 +7917,7 @@ exports.groupsActionsDescription = [
|
|
|
7917
7917
|
}
|
|
7918
7918
|
},
|
|
7919
7919
|
{
|
|
7920
|
-
"displayName": "
|
|
7920
|
+
"displayName": "ID",
|
|
7921
7921
|
"name": "id",
|
|
7922
7922
|
"type": "string",
|
|
7923
7923
|
"default": "",
|
|
@@ -7965,7 +7965,7 @@ exports.groupsActionsDescription = [
|
|
|
7965
7965
|
}
|
|
7966
7966
|
},
|
|
7967
7967
|
{
|
|
7968
|
-
"displayName": "Site Collection
|
|
7968
|
+
"displayName": "Site Collection ID",
|
|
7969
7969
|
"name": "siteCollectionId",
|
|
7970
7970
|
"type": "string",
|
|
7971
7971
|
"default": "",
|
|
@@ -7989,7 +7989,7 @@ exports.groupsActionsDescription = [
|
|
|
7989
7989
|
}
|
|
7990
7990
|
},
|
|
7991
7991
|
{
|
|
7992
|
-
"displayName": "Site
|
|
7992
|
+
"displayName": "Site ID",
|
|
7993
7993
|
"name": "siteId",
|
|
7994
7994
|
"type": "string",
|
|
7995
7995
|
"default": "",
|
|
@@ -8032,7 +8032,7 @@ exports.groupsActionsDescription = [
|
|
|
8032
8032
|
}
|
|
8033
8033
|
},
|
|
8034
8034
|
{
|
|
8035
|
-
"displayName": "Group
|
|
8035
|
+
"displayName": "Group ID",
|
|
8036
8036
|
"name": "groupId",
|
|
8037
8037
|
"type": "string",
|
|
8038
8038
|
"default": "",
|
|
@@ -8056,7 +8056,7 @@ exports.groupsActionsDescription = [
|
|
|
8056
8056
|
}
|
|
8057
8057
|
},
|
|
8058
8058
|
{
|
|
8059
|
-
"displayName": "
|
|
8059
|
+
"displayName": "ID",
|
|
8060
8060
|
"name": "id",
|
|
8061
8061
|
"type": "string",
|
|
8062
8062
|
"default": "",
|
|
@@ -8104,7 +8104,7 @@ exports.groupsActionsDescription = [
|
|
|
8104
8104
|
}
|
|
8105
8105
|
},
|
|
8106
8106
|
{
|
|
8107
|
-
"displayName": "Site Collection
|
|
8107
|
+
"displayName": "Site Collection ID",
|
|
8108
8108
|
"name": "siteCollectionId",
|
|
8109
8109
|
"type": "string",
|
|
8110
8110
|
"default": "",
|
|
@@ -8128,7 +8128,7 @@ exports.groupsActionsDescription = [
|
|
|
8128
8128
|
}
|
|
8129
8129
|
},
|
|
8130
8130
|
{
|
|
8131
|
-
"displayName": "Site
|
|
8131
|
+
"displayName": "Site ID",
|
|
8132
8132
|
"name": "siteId",
|
|
8133
8133
|
"type": "string",
|
|
8134
8134
|
"default": "",
|
|
@@ -8171,7 +8171,7 @@ exports.groupsActionsDescription = [
|
|
|
8171
8171
|
}
|
|
8172
8172
|
},
|
|
8173
8173
|
{
|
|
8174
|
-
"displayName": "Group
|
|
8174
|
+
"displayName": "Group ID",
|
|
8175
8175
|
"name": "groupId",
|
|
8176
8176
|
"type": "string",
|
|
8177
8177
|
"default": "",
|
|
@@ -8195,7 +8195,7 @@ exports.groupsActionsDescription = [
|
|
|
8195
8195
|
}
|
|
8196
8196
|
},
|
|
8197
8197
|
{
|
|
8198
|
-
"displayName": "
|
|
8198
|
+
"displayName": "ID",
|
|
8199
8199
|
"name": "id",
|
|
8200
8200
|
"type": "string",
|
|
8201
8201
|
"default": "",
|
|
@@ -8219,7 +8219,7 @@ exports.groupsActionsDescription = [
|
|
|
8219
8219
|
}
|
|
8220
8220
|
},
|
|
8221
8221
|
{
|
|
8222
|
-
"displayName": "Site Collection
|
|
8222
|
+
"displayName": "Site Collection ID",
|
|
8223
8223
|
"name": "siteCollectionId",
|
|
8224
8224
|
"type": "string",
|
|
8225
8225
|
"default": "",
|
|
@@ -8243,7 +8243,7 @@ exports.groupsActionsDescription = [
|
|
|
8243
8243
|
}
|
|
8244
8244
|
},
|
|
8245
8245
|
{
|
|
8246
|
-
"displayName": "Site
|
|
8246
|
+
"displayName": "Site ID",
|
|
8247
8247
|
"name": "siteId",
|
|
8248
8248
|
"type": "string",
|
|
8249
8249
|
"default": "",
|
|
@@ -8329,7 +8329,7 @@ exports.groupsActionsDescription = [
|
|
|
8329
8329
|
}
|
|
8330
8330
|
},
|
|
8331
8331
|
{
|
|
8332
|
-
"displayName": "Group
|
|
8332
|
+
"displayName": "Group ID",
|
|
8333
8333
|
"name": "groupId",
|
|
8334
8334
|
"type": "string",
|
|
8335
8335
|
"default": "",
|
|
@@ -8353,7 +8353,7 @@ exports.groupsActionsDescription = [
|
|
|
8353
8353
|
}
|
|
8354
8354
|
},
|
|
8355
8355
|
{
|
|
8356
|
-
"displayName": "
|
|
8356
|
+
"displayName": "ID",
|
|
8357
8357
|
"name": "id",
|
|
8358
8358
|
"type": "string",
|
|
8359
8359
|
"default": "",
|
|
@@ -8377,7 +8377,7 @@ exports.groupsActionsDescription = [
|
|
|
8377
8377
|
}
|
|
8378
8378
|
},
|
|
8379
8379
|
{
|
|
8380
|
-
"displayName": "Site Collection
|
|
8380
|
+
"displayName": "Site Collection ID",
|
|
8381
8381
|
"name": "siteCollectionId",
|
|
8382
8382
|
"type": "string",
|
|
8383
8383
|
"default": "",
|
|
@@ -8401,7 +8401,7 @@ exports.groupsActionsDescription = [
|
|
|
8401
8401
|
}
|
|
8402
8402
|
},
|
|
8403
8403
|
{
|
|
8404
|
-
"displayName": "Site
|
|
8404
|
+
"displayName": "Site ID",
|
|
8405
8405
|
"name": "siteId",
|
|
8406
8406
|
"type": "string",
|
|
8407
8407
|
"default": "",
|
|
@@ -8487,7 +8487,7 @@ exports.groupsActionsDescription = [
|
|
|
8487
8487
|
}
|
|
8488
8488
|
},
|
|
8489
8489
|
{
|
|
8490
|
-
"displayName": "Group
|
|
8490
|
+
"displayName": "Group ID",
|
|
8491
8491
|
"name": "groupId",
|
|
8492
8492
|
"type": "string",
|
|
8493
8493
|
"default": "",
|
|
@@ -8511,7 +8511,7 @@ exports.groupsActionsDescription = [
|
|
|
8511
8511
|
}
|
|
8512
8512
|
},
|
|
8513
8513
|
{
|
|
8514
|
-
"displayName": "
|
|
8514
|
+
"displayName": "ID",
|
|
8515
8515
|
"name": "id",
|
|
8516
8516
|
"type": "string",
|
|
8517
8517
|
"default": "",
|
|
@@ -8559,7 +8559,7 @@ exports.groupsActionsDescription = [
|
|
|
8559
8559
|
}
|
|
8560
8560
|
},
|
|
8561
8561
|
{
|
|
8562
|
-
"displayName": "Site Collection
|
|
8562
|
+
"displayName": "Site Collection ID",
|
|
8563
8563
|
"name": "siteCollectionId",
|
|
8564
8564
|
"type": "string",
|
|
8565
8565
|
"default": "",
|
|
@@ -8583,7 +8583,7 @@ exports.groupsActionsDescription = [
|
|
|
8583
8583
|
}
|
|
8584
8584
|
},
|
|
8585
8585
|
{
|
|
8586
|
-
"displayName": "Site
|
|
8586
|
+
"displayName": "Site ID",
|
|
8587
8587
|
"name": "siteId",
|
|
8588
8588
|
"type": "string",
|
|
8589
8589
|
"default": "",
|
|
@@ -8626,7 +8626,7 @@ exports.groupsActionsDescription = [
|
|
|
8626
8626
|
}
|
|
8627
8627
|
},
|
|
8628
8628
|
{
|
|
8629
|
-
"displayName": "Group
|
|
8629
|
+
"displayName": "Group ID",
|
|
8630
8630
|
"name": "groupId",
|
|
8631
8631
|
"type": "string",
|
|
8632
8632
|
"default": "",
|
|
@@ -8650,7 +8650,7 @@ exports.groupsActionsDescription = [
|
|
|
8650
8650
|
}
|
|
8651
8651
|
},
|
|
8652
8652
|
{
|
|
8653
|
-
"displayName": "
|
|
8653
|
+
"displayName": "ID",
|
|
8654
8654
|
"name": "id",
|
|
8655
8655
|
"type": "string",
|
|
8656
8656
|
"default": "",
|
|
@@ -8698,7 +8698,7 @@ exports.groupsActionsDescription = [
|
|
|
8698
8698
|
}
|
|
8699
8699
|
},
|
|
8700
8700
|
{
|
|
8701
|
-
"displayName": "Site Collection
|
|
8701
|
+
"displayName": "Site Collection ID",
|
|
8702
8702
|
"name": "siteCollectionId",
|
|
8703
8703
|
"type": "string",
|
|
8704
8704
|
"default": "",
|
|
@@ -8722,7 +8722,7 @@ exports.groupsActionsDescription = [
|
|
|
8722
8722
|
}
|
|
8723
8723
|
},
|
|
8724
8724
|
{
|
|
8725
|
-
"displayName": "Site
|
|
8725
|
+
"displayName": "Site ID",
|
|
8726
8726
|
"name": "siteId",
|
|
8727
8727
|
"type": "string",
|
|
8728
8728
|
"default": "",
|
|
@@ -8765,7 +8765,7 @@ exports.groupsActionsDescription = [
|
|
|
8765
8765
|
}
|
|
8766
8766
|
},
|
|
8767
8767
|
{
|
|
8768
|
-
"displayName": "Group
|
|
8768
|
+
"displayName": "Group ID",
|
|
8769
8769
|
"name": "groupId",
|
|
8770
8770
|
"type": "string",
|
|
8771
8771
|
"default": "",
|
|
@@ -8789,7 +8789,7 @@ exports.groupsActionsDescription = [
|
|
|
8789
8789
|
}
|
|
8790
8790
|
},
|
|
8791
8791
|
{
|
|
8792
|
-
"displayName": "
|
|
8792
|
+
"displayName": "ID",
|
|
8793
8793
|
"name": "id",
|
|
8794
8794
|
"type": "string",
|
|
8795
8795
|
"default": "",
|
|
@@ -8813,7 +8813,7 @@ exports.groupsActionsDescription = [
|
|
|
8813
8813
|
}
|
|
8814
8814
|
},
|
|
8815
8815
|
{
|
|
8816
|
-
"displayName": "Site Collection
|
|
8816
|
+
"displayName": "Site Collection ID",
|
|
8817
8817
|
"name": "siteCollectionId",
|
|
8818
8818
|
"type": "string",
|
|
8819
8819
|
"default": "",
|
|
@@ -8837,7 +8837,7 @@ exports.groupsActionsDescription = [
|
|
|
8837
8837
|
}
|
|
8838
8838
|
},
|
|
8839
8839
|
{
|
|
8840
|
-
"displayName": "Site
|
|
8840
|
+
"displayName": "Site ID",
|
|
8841
8841
|
"name": "siteId",
|
|
8842
8842
|
"type": "string",
|
|
8843
8843
|
"default": "",
|
|
@@ -8923,7 +8923,7 @@ exports.groupsActionsDescription = [
|
|
|
8923
8923
|
}
|
|
8924
8924
|
},
|
|
8925
8925
|
{
|
|
8926
|
-
"displayName": "Group
|
|
8926
|
+
"displayName": "Group ID",
|
|
8927
8927
|
"name": "groupId",
|
|
8928
8928
|
"type": "string",
|
|
8929
8929
|
"default": "",
|
|
@@ -8947,7 +8947,7 @@ exports.groupsActionsDescription = [
|
|
|
8947
8947
|
}
|
|
8948
8948
|
},
|
|
8949
8949
|
{
|
|
8950
|
-
"displayName": "
|
|
8950
|
+
"displayName": "ID",
|
|
8951
8951
|
"name": "id",
|
|
8952
8952
|
"type": "string",
|
|
8953
8953
|
"default": "",
|
|
@@ -8995,7 +8995,7 @@ exports.groupsActionsDescription = [
|
|
|
8995
8995
|
}
|
|
8996
8996
|
},
|
|
8997
8997
|
{
|
|
8998
|
-
"displayName": "Site Collection
|
|
8998
|
+
"displayName": "Site Collection ID",
|
|
8999
8999
|
"name": "siteCollectionId",
|
|
9000
9000
|
"type": "string",
|
|
9001
9001
|
"default": "",
|
|
@@ -9019,7 +9019,7 @@ exports.groupsActionsDescription = [
|
|
|
9019
9019
|
}
|
|
9020
9020
|
},
|
|
9021
9021
|
{
|
|
9022
|
-
"displayName": "Site
|
|
9022
|
+
"displayName": "Site ID",
|
|
9023
9023
|
"name": "siteId",
|
|
9024
9024
|
"type": "string",
|
|
9025
9025
|
"default": "",
|
|
@@ -9062,7 +9062,7 @@ exports.groupsActionsDescription = [
|
|
|
9062
9062
|
}
|
|
9063
9063
|
},
|
|
9064
9064
|
{
|
|
9065
|
-
"displayName": "Group
|
|
9065
|
+
"displayName": "Group ID",
|
|
9066
9066
|
"name": "groupId",
|
|
9067
9067
|
"type": "string",
|
|
9068
9068
|
"default": "",
|
|
@@ -9086,7 +9086,7 @@ exports.groupsActionsDescription = [
|
|
|
9086
9086
|
}
|
|
9087
9087
|
},
|
|
9088
9088
|
{
|
|
9089
|
-
"displayName": "
|
|
9089
|
+
"displayName": "ID",
|
|
9090
9090
|
"name": "id",
|
|
9091
9091
|
"type": "string",
|
|
9092
9092
|
"default": "",
|
|
@@ -9134,7 +9134,7 @@ exports.groupsActionsDescription = [
|
|
|
9134
9134
|
}
|
|
9135
9135
|
},
|
|
9136
9136
|
{
|
|
9137
|
-
"displayName": "Site Collection
|
|
9137
|
+
"displayName": "Site Collection ID",
|
|
9138
9138
|
"name": "siteCollectionId",
|
|
9139
9139
|
"type": "string",
|
|
9140
9140
|
"default": "",
|
|
@@ -9158,7 +9158,7 @@ exports.groupsActionsDescription = [
|
|
|
9158
9158
|
}
|
|
9159
9159
|
},
|
|
9160
9160
|
{
|
|
9161
|
-
"displayName": "Site
|
|
9161
|
+
"displayName": "Site ID",
|
|
9162
9162
|
"name": "siteId",
|
|
9163
9163
|
"type": "string",
|
|
9164
9164
|
"default": "",
|
|
@@ -9201,7 +9201,7 @@ exports.groupsActionsDescription = [
|
|
|
9201
9201
|
}
|
|
9202
9202
|
},
|
|
9203
9203
|
{
|
|
9204
|
-
"displayName": "Group
|
|
9204
|
+
"displayName": "Group ID",
|
|
9205
9205
|
"name": "groupId",
|
|
9206
9206
|
"type": "string",
|
|
9207
9207
|
"default": "",
|
|
@@ -9225,7 +9225,7 @@ exports.groupsActionsDescription = [
|
|
|
9225
9225
|
}
|
|
9226
9226
|
},
|
|
9227
9227
|
{
|
|
9228
|
-
"displayName": "
|
|
9228
|
+
"displayName": "ID",
|
|
9229
9229
|
"name": "id",
|
|
9230
9230
|
"type": "string",
|
|
9231
9231
|
"default": "",
|
|
@@ -9249,7 +9249,7 @@ exports.groupsActionsDescription = [
|
|
|
9249
9249
|
}
|
|
9250
9250
|
},
|
|
9251
9251
|
{
|
|
9252
|
-
"displayName": "Site Collection
|
|
9252
|
+
"displayName": "Site Collection ID",
|
|
9253
9253
|
"name": "siteCollectionId",
|
|
9254
9254
|
"type": "string",
|
|
9255
9255
|
"default": "",
|
|
@@ -9273,7 +9273,7 @@ exports.groupsActionsDescription = [
|
|
|
9273
9273
|
}
|
|
9274
9274
|
},
|
|
9275
9275
|
{
|
|
9276
|
-
"displayName": "Site
|
|
9276
|
+
"displayName": "Site ID",
|
|
9277
9277
|
"name": "siteId",
|
|
9278
9278
|
"type": "string",
|
|
9279
9279
|
"default": "",
|
|
@@ -9541,7 +9541,7 @@ exports.groupsActionsDescription = [
|
|
|
9541
9541
|
}
|
|
9542
9542
|
},
|
|
9543
9543
|
{
|
|
9544
|
-
"displayName": "On Behalf Of User
|
|
9544
|
+
"displayName": "On Behalf Of User ID",
|
|
9545
9545
|
"name": "onBehalfOfUserId",
|
|
9546
9546
|
"type": "string",
|
|
9547
9547
|
"default": "",
|
|
@@ -9904,7 +9904,7 @@ exports.groupsActionsDescription = [
|
|
|
9904
9904
|
}
|
|
9905
9905
|
},
|
|
9906
9906
|
{
|
|
9907
|
-
"displayName": "Content Type
|
|
9907
|
+
"displayName": "Content Type ID",
|
|
9908
9908
|
"name": "contentTypeId",
|
|
9909
9909
|
"type": "string",
|
|
9910
9910
|
"default": "",
|
|
@@ -10162,7 +10162,7 @@ exports.groupsActionsDescription = [
|
|
|
10162
10162
|
}
|
|
10163
10163
|
},
|
|
10164
10164
|
{
|
|
10165
|
-
"displayName": "Content Type
|
|
10165
|
+
"displayName": "Content Type ID",
|
|
10166
10166
|
"name": "contentTypeId",
|
|
10167
10167
|
"type": "string",
|
|
10168
10168
|
"default": "",
|
|
@@ -10428,13 +10428,13 @@ exports.groupsActionsDescription = [
|
|
|
10428
10428
|
"Groups Actions"
|
|
10429
10429
|
],
|
|
10430
10430
|
"operation": [
|
|
10431
|
-
"Groups Group Sites Site Onenote Notebooks Get Notebook From Web
|
|
10431
|
+
"Groups Group Sites Site Onenote Notebooks Get Notebook From Web URL"
|
|
10432
10432
|
]
|
|
10433
10433
|
}
|
|
10434
10434
|
}
|
|
10435
10435
|
},
|
|
10436
10436
|
{
|
|
10437
|
-
"displayName": "Web
|
|
10437
|
+
"displayName": "Web URL",
|
|
10438
10438
|
"name": "webUrl",
|
|
10439
10439
|
"type": "string",
|
|
10440
10440
|
"default": "",
|
|
@@ -10452,7 +10452,7 @@ exports.groupsActionsDescription = [
|
|
|
10452
10452
|
"Groups Actions"
|
|
10453
10453
|
],
|
|
10454
10454
|
"operation": [
|
|
10455
|
-
"Groups Group Sites Site Onenote Notebooks Get Notebook From Web
|
|
10455
|
+
"Groups Group Sites Site Onenote Notebooks Get Notebook From Web URL"
|
|
10456
10456
|
]
|
|
10457
10457
|
}
|
|
10458
10458
|
}
|
|
@@ -10477,7 +10477,7 @@ exports.groupsActionsDescription = [
|
|
|
10477
10477
|
}
|
|
10478
10478
|
},
|
|
10479
10479
|
{
|
|
10480
|
-
"displayName": "Group
|
|
10480
|
+
"displayName": "Group ID",
|
|
10481
10481
|
"name": "groupId",
|
|
10482
10482
|
"type": "string",
|
|
10483
10483
|
"default": "",
|
|
@@ -10549,7 +10549,7 @@ exports.groupsActionsDescription = [
|
|
|
10549
10549
|
}
|
|
10550
10550
|
},
|
|
10551
10551
|
{
|
|
10552
|
-
"displayName": "Site Collection
|
|
10552
|
+
"displayName": "Site Collection ID",
|
|
10553
10553
|
"name": "siteCollectionId",
|
|
10554
10554
|
"type": "string",
|
|
10555
10555
|
"default": "",
|
|
@@ -10573,7 +10573,7 @@ exports.groupsActionsDescription = [
|
|
|
10573
10573
|
}
|
|
10574
10574
|
},
|
|
10575
10575
|
{
|
|
10576
|
-
"displayName": "Site
|
|
10576
|
+
"displayName": "Site ID",
|
|
10577
10577
|
"name": "siteId",
|
|
10578
10578
|
"type": "string",
|
|
10579
10579
|
"default": "",
|
|
@@ -10616,7 +10616,7 @@ exports.groupsActionsDescription = [
|
|
|
10616
10616
|
}
|
|
10617
10617
|
},
|
|
10618
10618
|
{
|
|
10619
|
-
"displayName": "Group
|
|
10619
|
+
"displayName": "Group ID",
|
|
10620
10620
|
"name": "groupId",
|
|
10621
10621
|
"type": "string",
|
|
10622
10622
|
"default": "",
|
|
@@ -10640,7 +10640,7 @@ exports.groupsActionsDescription = [
|
|
|
10640
10640
|
}
|
|
10641
10641
|
},
|
|
10642
10642
|
{
|
|
10643
|
-
"displayName": "
|
|
10643
|
+
"displayName": "ID",
|
|
10644
10644
|
"name": "id",
|
|
10645
10645
|
"type": "string",
|
|
10646
10646
|
"default": "",
|
|
@@ -10688,7 +10688,7 @@ exports.groupsActionsDescription = [
|
|
|
10688
10688
|
}
|
|
10689
10689
|
},
|
|
10690
10690
|
{
|
|
10691
|
-
"displayName": "Site Collection
|
|
10691
|
+
"displayName": "Site Collection ID",
|
|
10692
10692
|
"name": "siteCollectionId",
|
|
10693
10693
|
"type": "string",
|
|
10694
10694
|
"default": "",
|
|
@@ -10712,7 +10712,7 @@ exports.groupsActionsDescription = [
|
|
|
10712
10712
|
}
|
|
10713
10713
|
},
|
|
10714
10714
|
{
|
|
10715
|
-
"displayName": "Site
|
|
10715
|
+
"displayName": "Site ID",
|
|
10716
10716
|
"name": "siteId",
|
|
10717
10717
|
"type": "string",
|
|
10718
10718
|
"default": "",
|
|
@@ -10755,7 +10755,7 @@ exports.groupsActionsDescription = [
|
|
|
10755
10755
|
}
|
|
10756
10756
|
},
|
|
10757
10757
|
{
|
|
10758
|
-
"displayName": "Group
|
|
10758
|
+
"displayName": "Group ID",
|
|
10759
10759
|
"name": "groupId",
|
|
10760
10760
|
"type": "string",
|
|
10761
10761
|
"default": "",
|
|
@@ -10779,7 +10779,7 @@ exports.groupsActionsDescription = [
|
|
|
10779
10779
|
}
|
|
10780
10780
|
},
|
|
10781
10781
|
{
|
|
10782
|
-
"displayName": "
|
|
10782
|
+
"displayName": "ID",
|
|
10783
10783
|
"name": "id",
|
|
10784
10784
|
"type": "string",
|
|
10785
10785
|
"default": "",
|
|
@@ -10827,7 +10827,7 @@ exports.groupsActionsDescription = [
|
|
|
10827
10827
|
}
|
|
10828
10828
|
},
|
|
10829
10829
|
{
|
|
10830
|
-
"displayName": "Site Collection
|
|
10830
|
+
"displayName": "Site Collection ID",
|
|
10831
10831
|
"name": "siteCollectionId",
|
|
10832
10832
|
"type": "string",
|
|
10833
10833
|
"default": "",
|
|
@@ -10851,7 +10851,7 @@ exports.groupsActionsDescription = [
|
|
|
10851
10851
|
}
|
|
10852
10852
|
},
|
|
10853
10853
|
{
|
|
10854
|
-
"displayName": "Site
|
|
10854
|
+
"displayName": "Site ID",
|
|
10855
10855
|
"name": "siteId",
|
|
10856
10856
|
"type": "string",
|
|
10857
10857
|
"default": "",
|
|
@@ -10894,7 +10894,7 @@ exports.groupsActionsDescription = [
|
|
|
10894
10894
|
}
|
|
10895
10895
|
},
|
|
10896
10896
|
{
|
|
10897
|
-
"displayName": "Group
|
|
10897
|
+
"displayName": "Group ID",
|
|
10898
10898
|
"name": "groupId",
|
|
10899
10899
|
"type": "string",
|
|
10900
10900
|
"default": "",
|
|
@@ -10918,7 +10918,7 @@ exports.groupsActionsDescription = [
|
|
|
10918
10918
|
}
|
|
10919
10919
|
},
|
|
10920
10920
|
{
|
|
10921
|
-
"displayName": "
|
|
10921
|
+
"displayName": "ID",
|
|
10922
10922
|
"name": "id",
|
|
10923
10923
|
"type": "string",
|
|
10924
10924
|
"default": "",
|
|
@@ -10942,7 +10942,7 @@ exports.groupsActionsDescription = [
|
|
|
10942
10942
|
}
|
|
10943
10943
|
},
|
|
10944
10944
|
{
|
|
10945
|
-
"displayName": "Site Collection
|
|
10945
|
+
"displayName": "Site Collection ID",
|
|
10946
10946
|
"name": "siteCollectionId",
|
|
10947
10947
|
"type": "string",
|
|
10948
10948
|
"default": "",
|
|
@@ -10966,7 +10966,7 @@ exports.groupsActionsDescription = [
|
|
|
10966
10966
|
}
|
|
10967
10967
|
},
|
|
10968
10968
|
{
|
|
10969
|
-
"displayName": "Site
|
|
10969
|
+
"displayName": "Site ID",
|
|
10970
10970
|
"name": "siteId",
|
|
10971
10971
|
"type": "string",
|
|
10972
10972
|
"default": "",
|
|
@@ -11052,7 +11052,7 @@ exports.groupsActionsDescription = [
|
|
|
11052
11052
|
}
|
|
11053
11053
|
},
|
|
11054
11054
|
{
|
|
11055
|
-
"displayName": "Group
|
|
11055
|
+
"displayName": "Group ID",
|
|
11056
11056
|
"name": "groupId",
|
|
11057
11057
|
"type": "string",
|
|
11058
11058
|
"default": "",
|
|
@@ -11076,7 +11076,7 @@ exports.groupsActionsDescription = [
|
|
|
11076
11076
|
}
|
|
11077
11077
|
},
|
|
11078
11078
|
{
|
|
11079
|
-
"displayName": "
|
|
11079
|
+
"displayName": "ID",
|
|
11080
11080
|
"name": "id",
|
|
11081
11081
|
"type": "string",
|
|
11082
11082
|
"default": "",
|
|
@@ -11124,7 +11124,7 @@ exports.groupsActionsDescription = [
|
|
|
11124
11124
|
}
|
|
11125
11125
|
},
|
|
11126
11126
|
{
|
|
11127
|
-
"displayName": "Site Collection
|
|
11127
|
+
"displayName": "Site Collection ID",
|
|
11128
11128
|
"name": "siteCollectionId",
|
|
11129
11129
|
"type": "string",
|
|
11130
11130
|
"default": "",
|
|
@@ -11148,7 +11148,7 @@ exports.groupsActionsDescription = [
|
|
|
11148
11148
|
}
|
|
11149
11149
|
},
|
|
11150
11150
|
{
|
|
11151
|
-
"displayName": "Site
|
|
11151
|
+
"displayName": "Site ID",
|
|
11152
11152
|
"name": "siteId",
|
|
11153
11153
|
"type": "string",
|
|
11154
11154
|
"default": "",
|
|
@@ -11191,7 +11191,7 @@ exports.groupsActionsDescription = [
|
|
|
11191
11191
|
}
|
|
11192
11192
|
},
|
|
11193
11193
|
{
|
|
11194
|
-
"displayName": "Group
|
|
11194
|
+
"displayName": "Group ID",
|
|
11195
11195
|
"name": "groupId",
|
|
11196
11196
|
"type": "string",
|
|
11197
11197
|
"default": "",
|
|
@@ -11215,7 +11215,7 @@ exports.groupsActionsDescription = [
|
|
|
11215
11215
|
}
|
|
11216
11216
|
},
|
|
11217
11217
|
{
|
|
11218
|
-
"displayName": "
|
|
11218
|
+
"displayName": "ID",
|
|
11219
11219
|
"name": "id",
|
|
11220
11220
|
"type": "string",
|
|
11221
11221
|
"default": "",
|
|
@@ -11263,7 +11263,7 @@ exports.groupsActionsDescription = [
|
|
|
11263
11263
|
}
|
|
11264
11264
|
},
|
|
11265
11265
|
{
|
|
11266
|
-
"displayName": "Site Collection
|
|
11266
|
+
"displayName": "Site Collection ID",
|
|
11267
11267
|
"name": "siteCollectionId",
|
|
11268
11268
|
"type": "string",
|
|
11269
11269
|
"default": "",
|
|
@@ -11287,7 +11287,7 @@ exports.groupsActionsDescription = [
|
|
|
11287
11287
|
}
|
|
11288
11288
|
},
|
|
11289
11289
|
{
|
|
11290
|
-
"displayName": "Site
|
|
11290
|
+
"displayName": "Site ID",
|
|
11291
11291
|
"name": "siteId",
|
|
11292
11292
|
"type": "string",
|
|
11293
11293
|
"default": "",
|
|
@@ -11330,7 +11330,7 @@ exports.groupsActionsDescription = [
|
|
|
11330
11330
|
}
|
|
11331
11331
|
},
|
|
11332
11332
|
{
|
|
11333
|
-
"displayName": "Group
|
|
11333
|
+
"displayName": "Group ID",
|
|
11334
11334
|
"name": "groupId",
|
|
11335
11335
|
"type": "string",
|
|
11336
11336
|
"default": "",
|
|
@@ -11354,7 +11354,7 @@ exports.groupsActionsDescription = [
|
|
|
11354
11354
|
}
|
|
11355
11355
|
},
|
|
11356
11356
|
{
|
|
11357
|
-
"displayName": "
|
|
11357
|
+
"displayName": "ID",
|
|
11358
11358
|
"name": "id",
|
|
11359
11359
|
"type": "string",
|
|
11360
11360
|
"default": "",
|
|
@@ -11378,7 +11378,7 @@ exports.groupsActionsDescription = [
|
|
|
11378
11378
|
}
|
|
11379
11379
|
},
|
|
11380
11380
|
{
|
|
11381
|
-
"displayName": "Site Collection
|
|
11381
|
+
"displayName": "Site Collection ID",
|
|
11382
11382
|
"name": "siteCollectionId",
|
|
11383
11383
|
"type": "string",
|
|
11384
11384
|
"default": "",
|
|
@@ -11402,7 +11402,7 @@ exports.groupsActionsDescription = [
|
|
|
11402
11402
|
}
|
|
11403
11403
|
},
|
|
11404
11404
|
{
|
|
11405
|
-
"displayName": "Site
|
|
11405
|
+
"displayName": "Site ID",
|
|
11406
11406
|
"name": "siteId",
|
|
11407
11407
|
"type": "string",
|
|
11408
11408
|
"default": "",
|
|
@@ -11488,7 +11488,7 @@ exports.groupsActionsDescription = [
|
|
|
11488
11488
|
}
|
|
11489
11489
|
},
|
|
11490
11490
|
{
|
|
11491
|
-
"displayName": "Group
|
|
11491
|
+
"displayName": "Group ID",
|
|
11492
11492
|
"name": "groupId",
|
|
11493
11493
|
"type": "string",
|
|
11494
11494
|
"default": "",
|
|
@@ -11512,7 +11512,7 @@ exports.groupsActionsDescription = [
|
|
|
11512
11512
|
}
|
|
11513
11513
|
},
|
|
11514
11514
|
{
|
|
11515
|
-
"displayName": "
|
|
11515
|
+
"displayName": "ID",
|
|
11516
11516
|
"name": "id",
|
|
11517
11517
|
"type": "string",
|
|
11518
11518
|
"default": "",
|
|
@@ -11536,7 +11536,7 @@ exports.groupsActionsDescription = [
|
|
|
11536
11536
|
}
|
|
11537
11537
|
},
|
|
11538
11538
|
{
|
|
11539
|
-
"displayName": "Site Collection
|
|
11539
|
+
"displayName": "Site Collection ID",
|
|
11540
11540
|
"name": "siteCollectionId",
|
|
11541
11541
|
"type": "string",
|
|
11542
11542
|
"default": "",
|
|
@@ -11560,7 +11560,7 @@ exports.groupsActionsDescription = [
|
|
|
11560
11560
|
}
|
|
11561
11561
|
},
|
|
11562
11562
|
{
|
|
11563
|
-
"displayName": "Site
|
|
11563
|
+
"displayName": "Site ID",
|
|
11564
11564
|
"name": "siteId",
|
|
11565
11565
|
"type": "string",
|
|
11566
11566
|
"default": "",
|
|
@@ -11646,7 +11646,7 @@ exports.groupsActionsDescription = [
|
|
|
11646
11646
|
}
|
|
11647
11647
|
},
|
|
11648
11648
|
{
|
|
11649
|
-
"displayName": "Group
|
|
11649
|
+
"displayName": "Group ID",
|
|
11650
11650
|
"name": "groupId",
|
|
11651
11651
|
"type": "string",
|
|
11652
11652
|
"default": "",
|
|
@@ -11670,7 +11670,7 @@ exports.groupsActionsDescription = [
|
|
|
11670
11670
|
}
|
|
11671
11671
|
},
|
|
11672
11672
|
{
|
|
11673
|
-
"displayName": "
|
|
11673
|
+
"displayName": "ID",
|
|
11674
11674
|
"name": "id",
|
|
11675
11675
|
"type": "string",
|
|
11676
11676
|
"default": "",
|
|
@@ -11718,7 +11718,7 @@ exports.groupsActionsDescription = [
|
|
|
11718
11718
|
}
|
|
11719
11719
|
},
|
|
11720
11720
|
{
|
|
11721
|
-
"displayName": "Site Collection
|
|
11721
|
+
"displayName": "Site Collection ID",
|
|
11722
11722
|
"name": "siteCollectionId",
|
|
11723
11723
|
"type": "string",
|
|
11724
11724
|
"default": "",
|
|
@@ -11742,7 +11742,7 @@ exports.groupsActionsDescription = [
|
|
|
11742
11742
|
}
|
|
11743
11743
|
},
|
|
11744
11744
|
{
|
|
11745
|
-
"displayName": "Site
|
|
11745
|
+
"displayName": "Site ID",
|
|
11746
11746
|
"name": "siteId",
|
|
11747
11747
|
"type": "string",
|
|
11748
11748
|
"default": "",
|
|
@@ -11785,7 +11785,7 @@ exports.groupsActionsDescription = [
|
|
|
11785
11785
|
}
|
|
11786
11786
|
},
|
|
11787
11787
|
{
|
|
11788
|
-
"displayName": "Group
|
|
11788
|
+
"displayName": "Group ID",
|
|
11789
11789
|
"name": "groupId",
|
|
11790
11790
|
"type": "string",
|
|
11791
11791
|
"default": "",
|
|
@@ -11809,7 +11809,7 @@ exports.groupsActionsDescription = [
|
|
|
11809
11809
|
}
|
|
11810
11810
|
},
|
|
11811
11811
|
{
|
|
11812
|
-
"displayName": "
|
|
11812
|
+
"displayName": "ID",
|
|
11813
11813
|
"name": "id",
|
|
11814
11814
|
"type": "string",
|
|
11815
11815
|
"default": "",
|
|
@@ -11857,7 +11857,7 @@ exports.groupsActionsDescription = [
|
|
|
11857
11857
|
}
|
|
11858
11858
|
},
|
|
11859
11859
|
{
|
|
11860
|
-
"displayName": "Site Collection
|
|
11860
|
+
"displayName": "Site Collection ID",
|
|
11861
11861
|
"name": "siteCollectionId",
|
|
11862
11862
|
"type": "string",
|
|
11863
11863
|
"default": "",
|
|
@@ -11881,7 +11881,7 @@ exports.groupsActionsDescription = [
|
|
|
11881
11881
|
}
|
|
11882
11882
|
},
|
|
11883
11883
|
{
|
|
11884
|
-
"displayName": "Site
|
|
11884
|
+
"displayName": "Site ID",
|
|
11885
11885
|
"name": "siteId",
|
|
11886
11886
|
"type": "string",
|
|
11887
11887
|
"default": "",
|
|
@@ -11924,7 +11924,7 @@ exports.groupsActionsDescription = [
|
|
|
11924
11924
|
}
|
|
11925
11925
|
},
|
|
11926
11926
|
{
|
|
11927
|
-
"displayName": "Group
|
|
11927
|
+
"displayName": "Group ID",
|
|
11928
11928
|
"name": "groupId",
|
|
11929
11929
|
"type": "string",
|
|
11930
11930
|
"default": "",
|
|
@@ -11948,7 +11948,7 @@ exports.groupsActionsDescription = [
|
|
|
11948
11948
|
}
|
|
11949
11949
|
},
|
|
11950
11950
|
{
|
|
11951
|
-
"displayName": "
|
|
11951
|
+
"displayName": "ID",
|
|
11952
11952
|
"name": "id",
|
|
11953
11953
|
"type": "string",
|
|
11954
11954
|
"default": "",
|
|
@@ -11972,7 +11972,7 @@ exports.groupsActionsDescription = [
|
|
|
11972
11972
|
}
|
|
11973
11973
|
},
|
|
11974
11974
|
{
|
|
11975
|
-
"displayName": "Site Collection
|
|
11975
|
+
"displayName": "Site Collection ID",
|
|
11976
11976
|
"name": "siteCollectionId",
|
|
11977
11977
|
"type": "string",
|
|
11978
11978
|
"default": "",
|
|
@@ -11996,7 +11996,7 @@ exports.groupsActionsDescription = [
|
|
|
11996
11996
|
}
|
|
11997
11997
|
},
|
|
11998
11998
|
{
|
|
11999
|
-
"displayName": "Site
|
|
11999
|
+
"displayName": "Site ID",
|
|
12000
12000
|
"name": "siteId",
|
|
12001
12001
|
"type": "string",
|
|
12002
12002
|
"default": "",
|
|
@@ -12082,7 +12082,7 @@ exports.groupsActionsDescription = [
|
|
|
12082
12082
|
}
|
|
12083
12083
|
},
|
|
12084
12084
|
{
|
|
12085
|
-
"displayName": "Group
|
|
12085
|
+
"displayName": "Group ID",
|
|
12086
12086
|
"name": "groupId",
|
|
12087
12087
|
"type": "string",
|
|
12088
12088
|
"default": "",
|
|
@@ -12106,7 +12106,7 @@ exports.groupsActionsDescription = [
|
|
|
12106
12106
|
}
|
|
12107
12107
|
},
|
|
12108
12108
|
{
|
|
12109
|
-
"displayName": "
|
|
12109
|
+
"displayName": "ID",
|
|
12110
12110
|
"name": "id",
|
|
12111
12111
|
"type": "string",
|
|
12112
12112
|
"default": "",
|
|
@@ -12154,7 +12154,7 @@ exports.groupsActionsDescription = [
|
|
|
12154
12154
|
}
|
|
12155
12155
|
},
|
|
12156
12156
|
{
|
|
12157
|
-
"displayName": "Site Collection
|
|
12157
|
+
"displayName": "Site Collection ID",
|
|
12158
12158
|
"name": "siteCollectionId",
|
|
12159
12159
|
"type": "string",
|
|
12160
12160
|
"default": "",
|
|
@@ -12178,7 +12178,7 @@ exports.groupsActionsDescription = [
|
|
|
12178
12178
|
}
|
|
12179
12179
|
},
|
|
12180
12180
|
{
|
|
12181
|
-
"displayName": "Site
|
|
12181
|
+
"displayName": "Site ID",
|
|
12182
12182
|
"name": "siteId",
|
|
12183
12183
|
"type": "string",
|
|
12184
12184
|
"default": "",
|
|
@@ -12221,7 +12221,7 @@ exports.groupsActionsDescription = [
|
|
|
12221
12221
|
}
|
|
12222
12222
|
},
|
|
12223
12223
|
{
|
|
12224
|
-
"displayName": "Group
|
|
12224
|
+
"displayName": "Group ID",
|
|
12225
12225
|
"name": "groupId",
|
|
12226
12226
|
"type": "string",
|
|
12227
12227
|
"default": "",
|
|
@@ -12245,7 +12245,7 @@ exports.groupsActionsDescription = [
|
|
|
12245
12245
|
}
|
|
12246
12246
|
},
|
|
12247
12247
|
{
|
|
12248
|
-
"displayName": "
|
|
12248
|
+
"displayName": "ID",
|
|
12249
12249
|
"name": "id",
|
|
12250
12250
|
"type": "string",
|
|
12251
12251
|
"default": "",
|
|
@@ -12293,7 +12293,7 @@ exports.groupsActionsDescription = [
|
|
|
12293
12293
|
}
|
|
12294
12294
|
},
|
|
12295
12295
|
{
|
|
12296
|
-
"displayName": "Site Collection
|
|
12296
|
+
"displayName": "Site Collection ID",
|
|
12297
12297
|
"name": "siteCollectionId",
|
|
12298
12298
|
"type": "string",
|
|
12299
12299
|
"default": "",
|
|
@@ -12317,7 +12317,7 @@ exports.groupsActionsDescription = [
|
|
|
12317
12317
|
}
|
|
12318
12318
|
},
|
|
12319
12319
|
{
|
|
12320
|
-
"displayName": "Site
|
|
12320
|
+
"displayName": "Site ID",
|
|
12321
12321
|
"name": "siteId",
|
|
12322
12322
|
"type": "string",
|
|
12323
12323
|
"default": "",
|
|
@@ -12360,7 +12360,7 @@ exports.groupsActionsDescription = [
|
|
|
12360
12360
|
}
|
|
12361
12361
|
},
|
|
12362
12362
|
{
|
|
12363
|
-
"displayName": "Group
|
|
12363
|
+
"displayName": "Group ID",
|
|
12364
12364
|
"name": "groupId",
|
|
12365
12365
|
"type": "string",
|
|
12366
12366
|
"default": "",
|
|
@@ -12384,7 +12384,7 @@ exports.groupsActionsDescription = [
|
|
|
12384
12384
|
}
|
|
12385
12385
|
},
|
|
12386
12386
|
{
|
|
12387
|
-
"displayName": "
|
|
12387
|
+
"displayName": "ID",
|
|
12388
12388
|
"name": "id",
|
|
12389
12389
|
"type": "string",
|
|
12390
12390
|
"default": "",
|
|
@@ -12408,7 +12408,7 @@ exports.groupsActionsDescription = [
|
|
|
12408
12408
|
}
|
|
12409
12409
|
},
|
|
12410
12410
|
{
|
|
12411
|
-
"displayName": "Site Collection
|
|
12411
|
+
"displayName": "Site Collection ID",
|
|
12412
12412
|
"name": "siteCollectionId",
|
|
12413
12413
|
"type": "string",
|
|
12414
12414
|
"default": "",
|
|
@@ -12432,7 +12432,7 @@ exports.groupsActionsDescription = [
|
|
|
12432
12432
|
}
|
|
12433
12433
|
},
|
|
12434
12434
|
{
|
|
12435
|
-
"displayName": "Site
|
|
12435
|
+
"displayName": "Site ID",
|
|
12436
12436
|
"name": "siteId",
|
|
12437
12437
|
"type": "string",
|
|
12438
12438
|
"default": "",
|
|
@@ -13112,7 +13112,7 @@ exports.groupsActionsDescription = [
|
|
|
13112
13112
|
}
|
|
13113
13113
|
},
|
|
13114
13114
|
{
|
|
13115
|
-
"displayName": "Chain
|
|
13115
|
+
"displayName": "Chain ID",
|
|
13116
13116
|
"name": "chainId",
|
|
13117
13117
|
"type": "number",
|
|
13118
13118
|
"default": 0,
|