@n8n-dev/n8n-nodes-microsoft-graph-beta 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.
Files changed (109) hide show
  1. package/README.md +26714 -820
  2. package/dist/credentials/MicrosoftGraphBetaApi.credentials.js +2 -2
  3. package/dist/nodes/MicrosoftGraphBeta/MicrosoftGraphBeta.node.js +16 -16
  4. package/dist/nodes/MicrosoftGraphBeta/resources/admin-actions/index.js +126 -126
  5. package/dist/nodes/MicrosoftGraphBeta/resources/administrative-units-actions/index.js +2 -2
  6. package/dist/nodes/MicrosoftGraphBeta/resources/administrative-units-directory-object/index.js +2 -2
  7. package/dist/nodes/MicrosoftGraphBeta/resources/app-actions/index.js +1 -1
  8. package/dist/nodes/MicrosoftGraphBeta/resources/applications-actions/index.js +7 -7
  9. package/dist/nodes/MicrosoftGraphBeta/resources/applications-app-management-policy/index.js +2 -2
  10. package/dist/nodes/MicrosoftGraphBeta/resources/applications-connector-group/index.js +1 -1
  11. package/dist/nodes/MicrosoftGraphBeta/resources/applications-directory-object/index.js +2 -2
  12. package/dist/nodes/MicrosoftGraphBeta/resources/applications-token-issuance-policy/index.js +2 -2
  13. package/dist/nodes/MicrosoftGraphBeta/resources/applications-token-lifetime-policy/index.js +2 -2
  14. package/dist/nodes/MicrosoftGraphBeta/resources/chats-actions/index.js +7 -7
  15. package/dist/nodes/MicrosoftGraphBeta/resources/communications-actions/index.js +7 -7
  16. package/dist/nodes/MicrosoftGraphBeta/resources/contacts-actions/index.js +2 -2
  17. package/dist/nodes/MicrosoftGraphBeta/resources/contracts-actions/index.js +2 -2
  18. package/dist/nodes/MicrosoftGraphBeta/resources/default/index.js +176 -176
  19. package/dist/nodes/MicrosoftGraphBeta/resources/default/index.js.map +1 -1
  20. package/dist/nodes/MicrosoftGraphBeta/resources/device-app-management-actions/index.js +5 -5
  21. package/dist/nodes/MicrosoftGraphBeta/resources/device-app-management-functions/index.js +2 -2
  22. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-actions/index.js +108 -108
  23. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-functions/index.js +8 -8
  24. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-user-experience-analytics-app-health-app-performance-by-app-version-device-id/index.js +47 -47
  25. package/dist/nodes/MicrosoftGraphBeta/resources/devices-actions/index.js +2 -2
  26. package/dist/nodes/MicrosoftGraphBeta/resources/devices-directory-object/index.js +2 -2
  27. package/dist/nodes/MicrosoftGraphBeta/resources/directory-actions/index.js +4 -4
  28. package/dist/nodes/MicrosoftGraphBeta/resources/directory-administrative-unit/index.js +2 -2
  29. package/dist/nodes/MicrosoftGraphBeta/resources/directory-inbound-shared-user-profile/index.js +4 -4
  30. package/dist/nodes/MicrosoftGraphBeta/resources/directory-object-org-contact/index.js +12 -12
  31. package/dist/nodes/MicrosoftGraphBeta/resources/directory-objects-actions/index.js +2 -2
  32. package/dist/nodes/MicrosoftGraphBeta/resources/directory-outbound-shared-user-profile/index.js +4 -4
  33. package/dist/nodes/MicrosoftGraphBeta/resources/directory-role-templates-actions/index.js +2 -2
  34. package/dist/nodes/MicrosoftGraphBeta/resources/directory-roles-actions/index.js +2 -2
  35. package/dist/nodes/MicrosoftGraphBeta/resources/directory-roles-directory-object/index.js +2 -2
  36. package/dist/nodes/MicrosoftGraphBeta/resources/directory-setting-templates-actions/index.js +2 -2
  37. package/dist/nodes/MicrosoftGraphBeta/resources/domain-dns-records-domain-dns-record/index.js +47 -47
  38. package/dist/nodes/MicrosoftGraphBeta/resources/domains-domain-dns-record/index.js +65 -65
  39. package/dist/nodes/MicrosoftGraphBeta/resources/drives-actions/index.js +10 -10
  40. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-class/index.js +7 -7
  41. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-school/index.js +4 -4
  42. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-user/index.js +6 -6
  43. package/dist/nodes/MicrosoftGraphBeta/resources/education-functions/index.js +3 -3
  44. package/dist/nodes/MicrosoftGraphBeta/resources/governance-resources-actions/index.js +1 -1
  45. package/dist/nodes/MicrosoftGraphBeta/resources/group-lifecycle-policies-actions/index.js +3 -3
  46. package/dist/nodes/MicrosoftGraphBeta/resources/groups-actions/index.js +138 -138
  47. package/dist/nodes/MicrosoftGraphBeta/resources/groups-directory-object/index.js +8 -8
  48. package/dist/nodes/MicrosoftGraphBeta/resources/groups-functions/index.js +5 -5
  49. package/dist/nodes/MicrosoftGraphBeta/resources/identity-actions/index.js +5 -5
  50. package/dist/nodes/MicrosoftGraphBeta/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
  51. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-actions/index.js +29 -29
  52. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-entitlement-management/index.js +16 -16
  53. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-functions/index.js +14 -14
  54. package/dist/nodes/MicrosoftGraphBeta/resources/identity-identity-api-connector/index.js +47 -47
  55. package/dist/nodes/MicrosoftGraphBeta/resources/identity-identity-container/index.js +1 -1
  56. package/dist/nodes/MicrosoftGraphBeta/resources/me-actions/index.js +131 -131
  57. package/dist/nodes/MicrosoftGraphBeta/resources/me-device/index.js +2 -2
  58. package/dist/nodes/MicrosoftGraphBeta/resources/me-directory-object/index.js +1 -1
  59. package/dist/nodes/MicrosoftGraphBeta/resources/me-o-auth-2-permission-grant/index.js +16 -16
  60. package/dist/nodes/MicrosoftGraphBeta/resources/mobile-app-mobile-lob-app/index.js +5 -5
  61. package/dist/nodes/MicrosoftGraphBeta/resources/mobility-management-policies-group/index.js +2 -2
  62. package/dist/nodes/MicrosoftGraphBeta/resources/oauth-2-permission-grants-functions/index.js +19 -19
  63. package/dist/nodes/MicrosoftGraphBeta/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
  64. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-connector/index.js +2 -2
  65. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-connector-group/index.js +2 -2
  66. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-on-premises-agent/index.js +2 -2
  67. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-on-premises-agent-group/index.js +4 -4
  68. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-published-resource/index.js +2 -2
  69. package/dist/nodes/MicrosoftGraphBeta/resources/organization-actions/index.js +2 -2
  70. package/dist/nodes/MicrosoftGraphBeta/resources/permission-grants-actions/index.js +2 -2
  71. package/dist/nodes/MicrosoftGraphBeta/resources/policies-actions/index.js +2 -2
  72. package/dist/nodes/MicrosoftGraphBeta/resources/policies-cross-tenant-access-policy/index.js +2 -2
  73. package/dist/nodes/MicrosoftGraphBeta/resources/policies-feature-rollout-policy/index.js +2 -2
  74. package/dist/nodes/MicrosoftGraphBeta/resources/policies-mobility-management-policy/index.js +4 -4
  75. package/dist/nodes/MicrosoftGraphBeta/resources/print-actions/index.js +2 -2
  76. package/dist/nodes/MicrosoftGraphBeta/resources/print-functions/index.js +3 -3
  77. package/dist/nodes/MicrosoftGraphBeta/resources/print-printer-share/index.js +8 -8
  78. package/dist/nodes/MicrosoftGraphBeta/resources/privileged-access-actions/index.js +1 -1
  79. package/dist/nodes/MicrosoftGraphBeta/resources/reports-functions/index.js +3 -3
  80. package/dist/nodes/MicrosoftGraphBeta/resources/role-management-functions/index.js +26 -26
  81. package/dist/nodes/MicrosoftGraphBeta/resources/security-actions/index.js +6 -6
  82. package/dist/nodes/MicrosoftGraphBeta/resources/security-alert/index.js +28 -28
  83. package/dist/nodes/MicrosoftGraphBeta/resources/security-alert/index.js.map +1 -1
  84. package/dist/nodes/MicrosoftGraphBeta/resources/security-threat-submission-root/index.js +28 -28
  85. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-actions/index.js +8 -8
  86. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-claims-mapping-policy/index.js +2 -2
  87. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-directory-object/index.js +2 -2
  88. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
  89. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
  90. package/dist/nodes/MicrosoftGraphBeta/resources/shares-actions/index.js +1 -1
  91. package/dist/nodes/MicrosoftGraphBeta/resources/sites-actions/index.js +64 -64
  92. package/dist/nodes/MicrosoftGraphBeta/resources/sites-functions/index.js +1 -1
  93. package/dist/nodes/MicrosoftGraphBeta/resources/team-template-definition-actions/index.js +4 -4
  94. package/dist/nodes/MicrosoftGraphBeta/resources/team-template-definition-functions/index.js +4 -4
  95. package/dist/nodes/MicrosoftGraphBeta/resources/teams-actions/index.js +4 -4
  96. package/dist/nodes/MicrosoftGraphBeta/resources/teams-functions/index.js +4 -4
  97. package/dist/nodes/MicrosoftGraphBeta/resources/teamwork-actions/index.js +6 -6
  98. package/dist/nodes/MicrosoftGraphBeta/resources/teamwork-functions/index.js +6 -6
  99. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-actions/index.js +10 -10
  100. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-functions/index.js +5 -5
  101. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-managed-tenant/index.js +51 -51
  102. package/dist/nodes/MicrosoftGraphBeta/resources/threat-submission-url-threat-submission/index.js +47 -47
  103. package/dist/nodes/MicrosoftGraphBeta/resources/users-actions/index.js +133 -133
  104. package/dist/nodes/MicrosoftGraphBeta/resources/users-device/index.js +2 -2
  105. package/dist/nodes/MicrosoftGraphBeta/resources/users-directory-object/index.js +1 -1
  106. package/dist/nodes/MicrosoftGraphBeta/resources/users-o-auth-2-permission-grant/index.js +16 -16
  107. package/dist/package.json +2 -2
  108. package/dist/tsconfig.tsbuildinfo +1 -1
  109. package/package.json +2 -2
@@ -935,7 +935,7 @@ exports.onPremisesPublishingProfilesOnPremisesAgentDescription = [
935
935
  }
936
936
  },
937
937
  {
938
- "displayName": "Odata Id",
938
+ "displayName": "Odata ID",
939
939
  "name": "@odata-id",
940
940
  "type": "string",
941
941
  "default": "",
@@ -1002,7 +1002,7 @@ exports.onPremisesPublishingProfilesOnPremisesAgentDescription = [
1002
1002
  }
1003
1003
  },
1004
1004
  {
1005
- "displayName": "Id",
1005
+ "displayName": "ID",
1006
1006
  "name": "%40id",
1007
1007
  "description": "Delete Uri",
1008
1008
  "default": "",
@@ -1516,7 +1516,7 @@ exports.onPremisesPublishingProfilesOnPremisesAgentGroupDescription = [
1516
1516
  }
1517
1517
  },
1518
1518
  {
1519
- "displayName": "Odata Id",
1519
+ "displayName": "Odata ID",
1520
1520
  "name": "@odata-id",
1521
1521
  "type": "string",
1522
1522
  "default": "",
@@ -1583,7 +1583,7 @@ exports.onPremisesPublishingProfilesOnPremisesAgentGroupDescription = [
1583
1583
  }
1584
1584
  },
1585
1585
  {
1586
- "displayName": "Id",
1586
+ "displayName": "ID",
1587
1587
  "name": "%40id",
1588
1588
  "description": "Delete Uri",
1589
1589
  "default": "",
@@ -2451,7 +2451,7 @@ exports.onPremisesPublishingProfilesOnPremisesAgentGroupDescription = [
2451
2451
  }
2452
2452
  },
2453
2453
  {
2454
- "displayName": "Odata Id",
2454
+ "displayName": "Odata ID",
2455
2455
  "name": "@odata-id",
2456
2456
  "type": "string",
2457
2457
  "default": "",
@@ -2518,7 +2518,7 @@ exports.onPremisesPublishingProfilesOnPremisesAgentGroupDescription = [
2518
2518
  }
2519
2519
  },
2520
2520
  {
2521
- "displayName": "Id",
2521
+ "displayName": "ID",
2522
2522
  "name": "%40id",
2523
2523
  "description": "Delete Uri",
2524
2524
  "default": "",
@@ -982,7 +982,7 @@ exports.onPremisesPublishingProfilesPublishedResourceDescription = [
982
982
  }
983
983
  },
984
984
  {
985
- "displayName": "Odata Id",
985
+ "displayName": "Odata ID",
986
986
  "name": "@odata-id",
987
987
  "type": "string",
988
988
  "default": "",
@@ -1049,7 +1049,7 @@ exports.onPremisesPublishingProfilesPublishedResourceDescription = [
1049
1049
  }
1050
1050
  },
1051
1051
  {
1052
- "displayName": "Id",
1052
+ "displayName": "ID",
1053
1053
  "name": "%40id",
1054
1054
  "description": "Delete Uri",
1055
1055
  "default": "",
@@ -237,7 +237,7 @@ exports.organizationActionsDescription = [
237
237
  }
238
238
  },
239
239
  {
240
- "displayName": "User Id",
240
+ "displayName": "User ID",
241
241
  "name": "userId",
242
242
  "type": "string",
243
243
  "default": "",
@@ -352,7 +352,7 @@ exports.organizationActionsDescription = [
352
352
  }
353
353
  },
354
354
  {
355
- "displayName": "On Behalf Of User Id",
355
+ "displayName": "On Behalf Of User ID",
356
356
  "name": "onBehalfOfUserId",
357
357
  "type": "string",
358
358
  "default": "",
@@ -225,7 +225,7 @@ exports.permissionGrantsActionsDescription = [
225
225
  }
226
226
  },
227
227
  {
228
- "displayName": "User Id",
228
+ "displayName": "User ID",
229
229
  "name": "userId",
230
230
  "type": "string",
231
231
  "default": "",
@@ -340,7 +340,7 @@ exports.permissionGrantsActionsDescription = [
340
340
  }
341
341
  },
342
342
  {
343
- "displayName": "On Behalf Of User Id",
343
+ "displayName": "On Behalf Of User ID",
344
344
  "name": "onBehalfOfUserId",
345
345
  "type": "string",
346
346
  "default": "",
@@ -251,7 +251,7 @@ exports.policiesActionsDescription = [
251
251
  }
252
252
  },
253
253
  {
254
- "displayName": "User Id",
254
+ "displayName": "User ID",
255
255
  "name": "userId",
256
256
  "type": "string",
257
257
  "default": "",
@@ -366,7 +366,7 @@ exports.policiesActionsDescription = [
366
366
  }
367
367
  },
368
368
  {
369
- "displayName": "On Behalf Of User Id",
369
+ "displayName": "On Behalf Of User ID",
370
370
  "name": "onBehalfOfUserId",
371
371
  "type": "string",
372
372
  "default": "",
@@ -901,7 +901,7 @@ exports.policiesCrossTenantAccessPolicyDescription = [
901
901
  }
902
902
  },
903
903
  {
904
- "displayName": "Tenant Id",
904
+ "displayName": "Tenant ID",
905
905
  "name": "tenantId",
906
906
  "type": "string",
907
907
  "default": "",
@@ -1302,7 +1302,7 @@ exports.policiesCrossTenantAccessPolicyDescription = [
1302
1302
  }
1303
1303
  },
1304
1304
  {
1305
- "displayName": "Tenant Id",
1305
+ "displayName": "Tenant ID",
1306
1306
  "name": "tenantId",
1307
1307
  "type": "string",
1308
1308
  "default": "",
@@ -982,7 +982,7 @@ exports.policiesFeatureRolloutPolicyDescription = [
982
982
  }
983
983
  },
984
984
  {
985
- "displayName": "Odata Id",
985
+ "displayName": "Odata ID",
986
986
  "name": "@odata-id",
987
987
  "type": "string",
988
988
  "default": "",
@@ -1049,7 +1049,7 @@ exports.policiesFeatureRolloutPolicyDescription = [
1049
1049
  }
1050
1050
  },
1051
1051
  {
1052
- "displayName": "Id",
1052
+ "displayName": "ID",
1053
1053
  "name": "%40id",
1054
1054
  "description": "Delete Uri",
1055
1055
  "default": "",
@@ -1043,7 +1043,7 @@ exports.policiesMobilityManagementPolicyDescription = [
1043
1043
  }
1044
1044
  },
1045
1045
  {
1046
- "displayName": "Odata Id",
1046
+ "displayName": "Odata ID",
1047
1047
  "name": "@odata-id",
1048
1048
  "type": "string",
1049
1049
  "default": "",
@@ -1110,7 +1110,7 @@ exports.policiesMobilityManagementPolicyDescription = [
1110
1110
  }
1111
1111
  },
1112
1112
  {
1113
- "displayName": "Id",
1113
+ "displayName": "ID",
1114
1114
  "name": "%40id",
1115
1115
  "description": "Delete Uri",
1116
1116
  "default": "",
@@ -1943,7 +1943,7 @@ exports.policiesMobilityManagementPolicyDescription = [
1943
1943
  }
1944
1944
  },
1945
1945
  {
1946
- "displayName": "Odata Id",
1946
+ "displayName": "Odata ID",
1947
1947
  "name": "@odata-id",
1948
1948
  "type": "string",
1949
1949
  "default": "",
@@ -2010,7 +2010,7 @@ exports.policiesMobilityManagementPolicyDescription = [
2010
2010
  }
2011
2011
  },
2012
2012
  {
2013
- "displayName": "Id",
2013
+ "displayName": "ID",
2014
2014
  "name": "%40id",
2015
2015
  "description": "Delete Uri",
2016
2016
  "default": "",
@@ -98,7 +98,7 @@ exports.printActionsDescription = [
98
98
  }
99
99
  },
100
100
  {
101
- "displayName": "Connector Id",
101
+ "displayName": "Connector ID",
102
102
  "name": "connectorId",
103
103
  "type": "string",
104
104
  "default": "",
@@ -218,7 +218,7 @@ exports.printActionsDescription = [
218
218
  }
219
219
  },
220
220
  {
221
- "displayName": "Physical Device Id",
221
+ "displayName": "Physical Device ID",
222
222
  "name": "physicalDeviceId",
223
223
  "type": "string",
224
224
  "default": "",
@@ -3093,7 +3093,7 @@ exports.printFunctionsDescription = [
3093
3093
  }
3094
3094
  },
3095
3095
  {
3096
- "displayName": "Group Id",
3096
+ "displayName": "Group ID",
3097
3097
  "name": "groupId",
3098
3098
  "required": true,
3099
3099
  "description": "Usage: groupId='{groupId}'",
@@ -6097,7 +6097,7 @@ exports.printFunctionsDescription = [
6097
6097
  }
6098
6098
  },
6099
6099
  {
6100
- "displayName": "Printer Id",
6100
+ "displayName": "Printer ID",
6101
6101
  "name": "printerId",
6102
6102
  "required": true,
6103
6103
  "description": "Usage: printerId='{printerId}'",
@@ -8283,7 +8283,7 @@ exports.printFunctionsDescription = [
8283
8283
  }
8284
8284
  },
8285
8285
  {
8286
- "displayName": "User Id",
8286
+ "displayName": "User ID",
8287
8287
  "name": "userId",
8288
8288
  "required": true,
8289
8289
  "description": "Usage: userId='{userId}'",
@@ -1163,7 +1163,7 @@ exports.printPrinterShareDescription = [
1163
1163
  }
1164
1164
  },
1165
1165
  {
1166
- "displayName": "Odata Id",
1166
+ "displayName": "Odata ID",
1167
1167
  "name": "@odata-id",
1168
1168
  "type": "string",
1169
1169
  "default": "",
@@ -1230,7 +1230,7 @@ exports.printPrinterShareDescription = [
1230
1230
  }
1231
1231
  },
1232
1232
  {
1233
- "displayName": "Id",
1233
+ "displayName": "ID",
1234
1234
  "name": "%40id",
1235
1235
  "description": "Delete Uri",
1236
1236
  "default": "",
@@ -1662,7 +1662,7 @@ exports.printPrinterShareDescription = [
1662
1662
  }
1663
1663
  },
1664
1664
  {
1665
- "displayName": "Odata Id",
1665
+ "displayName": "Odata ID",
1666
1666
  "name": "@odata-id",
1667
1667
  "type": "string",
1668
1668
  "default": "",
@@ -1729,7 +1729,7 @@ exports.printPrinterShareDescription = [
1729
1729
  }
1730
1730
  },
1731
1731
  {
1732
- "displayName": "Id",
1732
+ "displayName": "ID",
1733
1733
  "name": "%40id",
1734
1734
  "description": "Delete Uri",
1735
1735
  "default": "",
@@ -2631,7 +2631,7 @@ exports.printPrinterShareDescription = [
2631
2631
  }
2632
2632
  },
2633
2633
  {
2634
- "displayName": "Odata Id",
2634
+ "displayName": "Odata ID",
2635
2635
  "name": "@odata-id",
2636
2636
  "type": "string",
2637
2637
  "default": "",
@@ -2698,7 +2698,7 @@ exports.printPrinterShareDescription = [
2698
2698
  }
2699
2699
  },
2700
2700
  {
2701
- "displayName": "Id",
2701
+ "displayName": "ID",
2702
2702
  "name": "%40id",
2703
2703
  "description": "Delete Uri",
2704
2704
  "default": "",
@@ -3130,7 +3130,7 @@ exports.printPrinterShareDescription = [
3130
3130
  }
3131
3131
  },
3132
3132
  {
3133
- "displayName": "Odata Id",
3133
+ "displayName": "Odata ID",
3134
3134
  "name": "@odata-id",
3135
3135
  "type": "string",
3136
3136
  "default": "",
@@ -3197,7 +3197,7 @@ exports.printPrinterShareDescription = [
3197
3197
  }
3198
3198
  },
3199
3199
  {
3200
- "displayName": "Id",
3200
+ "displayName": "ID",
3201
3201
  "name": "%40id",
3202
3202
  "description": "Delete Uri",
3203
3203
  "default": "",
@@ -98,7 +98,7 @@ exports.privilegedAccessActionsDescription = [
98
98
  }
99
99
  },
100
100
  {
101
- "displayName": "External Id",
101
+ "displayName": "External ID",
102
102
  "name": "externalId",
103
103
  "type": "string",
104
104
  "default": "",
@@ -3062,7 +3062,7 @@ exports.reportsFunctionsDescription = [
3062
3062
  }
3063
3063
  },
3064
3064
  {
3065
- "displayName": "Group Id",
3065
+ "displayName": "Group ID",
3066
3066
  "name": "groupId",
3067
3067
  "required": true,
3068
3068
  "description": "Usage: groupId='{groupId}'",
@@ -6066,7 +6066,7 @@ exports.reportsFunctionsDescription = [
6066
6066
  }
6067
6067
  },
6068
6068
  {
6069
- "displayName": "Printer Id",
6069
+ "displayName": "Printer ID",
6070
6070
  "name": "printerId",
6071
6071
  "required": true,
6072
6072
  "description": "Usage: printerId='{printerId}'",
@@ -8252,7 +8252,7 @@ exports.reportsFunctionsDescription = [
8252
8252
  }
8253
8253
  },
8254
8254
  {
8255
- "displayName": "User Id",
8255
+ "displayName": "User ID",
8256
8256
  "name": "userId",
8257
8257
  "required": true,
8258
8258
  "description": "Usage: userId='{userId}'",
@@ -424,7 +424,7 @@ exports.roleManagementFunctionsDescription = [
424
424
  }
425
425
  },
426
426
  {
427
- "displayName": "Directory Scope Id",
427
+ "displayName": "Directory Scope ID",
428
428
  "name": "directoryScopeId",
429
429
  "description": "Usage: directoryScopeId='@directoryScopeId'",
430
430
  "default": "",
@@ -693,7 +693,7 @@ exports.roleManagementFunctionsDescription = [
693
693
  }
694
694
  },
695
695
  {
696
- "displayName": "Directory Scope Id",
696
+ "displayName": "Directory Scope ID",
697
697
  "name": "directoryScopeId",
698
698
  "description": "Usage: directoryScopeId='@directoryScopeId'",
699
699
  "default": "",
@@ -962,7 +962,7 @@ exports.roleManagementFunctionsDescription = [
962
962
  }
963
963
  },
964
964
  {
965
- "displayName": "Directory Scope Id",
965
+ "displayName": "Directory Scope ID",
966
966
  "name": "directoryScopeId",
967
967
  "description": "Usage: directoryScopeId='@directoryScopeId'",
968
968
  "default": "",
@@ -1231,7 +1231,7 @@ exports.roleManagementFunctionsDescription = [
1231
1231
  }
1232
1232
  },
1233
1233
  {
1234
- "displayName": "Directory Scope Id",
1234
+ "displayName": "Directory Scope ID",
1235
1235
  "name": "directoryScopeId",
1236
1236
  "description": "Usage: directoryScopeId='@directoryScopeId'",
1237
1237
  "default": "",
@@ -1450,7 +1450,7 @@ exports.roleManagementFunctionsDescription = [
1450
1450
  }
1451
1451
  },
1452
1452
  {
1453
- "displayName": "Directory Scope Id",
1453
+ "displayName": "Directory Scope ID",
1454
1454
  "name": "directoryScopeId",
1455
1455
  "description": "Usage: directoryScopeId='@directoryScopeId'",
1456
1456
  "default": "",
@@ -1475,7 +1475,7 @@ exports.roleManagementFunctionsDescription = [
1475
1475
  }
1476
1476
  },
1477
1477
  {
1478
- "displayName": "App Scope Id",
1478
+ "displayName": "App Scope ID",
1479
1479
  "name": "appScopeId",
1480
1480
  "description": "Usage: appScopeId='@appScopeId'",
1481
1481
  "default": "",
@@ -1500,7 +1500,7 @@ exports.roleManagementFunctionsDescription = [
1500
1500
  }
1501
1501
  },
1502
1502
  {
1503
- "displayName": "Principal Id",
1503
+ "displayName": "Principal ID",
1504
1504
  "name": "principalId",
1505
1505
  "description": "Usage: principalId='@principalId'",
1506
1506
  "default": "",
@@ -1525,7 +1525,7 @@ exports.roleManagementFunctionsDescription = [
1525
1525
  }
1526
1526
  },
1527
1527
  {
1528
- "displayName": "Role Definition Id",
1528
+ "displayName": "Role Definition ID",
1529
1529
  "name": "roleDefinitionId",
1530
1530
  "description": "Usage: roleDefinitionId='@roleDefinitionId'",
1531
1531
  "default": "",
@@ -1744,7 +1744,7 @@ exports.roleManagementFunctionsDescription = [
1744
1744
  }
1745
1745
  },
1746
1746
  {
1747
- "displayName": "Directory Scope Id",
1747
+ "displayName": "Directory Scope ID",
1748
1748
  "name": "directoryScopeId",
1749
1749
  "description": "Usage: directoryScopeId='@directoryScopeId'",
1750
1750
  "default": "",
@@ -1769,7 +1769,7 @@ exports.roleManagementFunctionsDescription = [
1769
1769
  }
1770
1770
  },
1771
1771
  {
1772
- "displayName": "App Scope Id",
1772
+ "displayName": "App Scope ID",
1773
1773
  "name": "appScopeId",
1774
1774
  "description": "Usage: appScopeId='@appScopeId'",
1775
1775
  "default": "",
@@ -1794,7 +1794,7 @@ exports.roleManagementFunctionsDescription = [
1794
1794
  }
1795
1795
  },
1796
1796
  {
1797
- "displayName": "Principal Id",
1797
+ "displayName": "Principal ID",
1798
1798
  "name": "principalId",
1799
1799
  "description": "Usage: principalId='@principalId'",
1800
1800
  "default": "",
@@ -1819,7 +1819,7 @@ exports.roleManagementFunctionsDescription = [
1819
1819
  }
1820
1820
  },
1821
1821
  {
1822
- "displayName": "Role Definition Id",
1822
+ "displayName": "Role Definition ID",
1823
1823
  "name": "roleDefinitionId",
1824
1824
  "description": "Usage: roleDefinitionId='@roleDefinitionId'",
1825
1825
  "default": "",
@@ -2992,7 +2992,7 @@ exports.roleManagementFunctionsDescription = [
2992
2992
  }
2993
2993
  },
2994
2994
  {
2995
- "displayName": "Directory Scope Id",
2995
+ "displayName": "Directory Scope ID",
2996
2996
  "name": "directoryScopeId",
2997
2997
  "description": "Usage: directoryScopeId='@directoryScopeId'",
2998
2998
  "default": "",
@@ -3261,7 +3261,7 @@ exports.roleManagementFunctionsDescription = [
3261
3261
  }
3262
3262
  },
3263
3263
  {
3264
- "displayName": "Directory Scope Id",
3264
+ "displayName": "Directory Scope ID",
3265
3265
  "name": "directoryScopeId",
3266
3266
  "description": "Usage: directoryScopeId='@directoryScopeId'",
3267
3267
  "default": "",
@@ -4154,7 +4154,7 @@ exports.roleManagementFunctionsDescription = [
4154
4154
  }
4155
4155
  },
4156
4156
  {
4157
- "displayName": "Directory Scope Id",
4157
+ "displayName": "Directory Scope ID",
4158
4158
  "name": "directoryScopeId",
4159
4159
  "description": "Usage: directoryScopeId='@directoryScopeId'",
4160
4160
  "default": "",
@@ -4179,7 +4179,7 @@ exports.roleManagementFunctionsDescription = [
4179
4179
  }
4180
4180
  },
4181
4181
  {
4182
- "displayName": "App Scope Id",
4182
+ "displayName": "App Scope ID",
4183
4183
  "name": "appScopeId",
4184
4184
  "description": "Usage: appScopeId='@appScopeId'",
4185
4185
  "default": "",
@@ -4204,7 +4204,7 @@ exports.roleManagementFunctionsDescription = [
4204
4204
  }
4205
4205
  },
4206
4206
  {
4207
- "displayName": "Principal Id",
4207
+ "displayName": "Principal ID",
4208
4208
  "name": "principalId",
4209
4209
  "description": "Usage: principalId='@principalId'",
4210
4210
  "default": "",
@@ -4229,7 +4229,7 @@ exports.roleManagementFunctionsDescription = [
4229
4229
  }
4230
4230
  },
4231
4231
  {
4232
- "displayName": "Role Definition Id",
4232
+ "displayName": "Role Definition ID",
4233
4233
  "name": "roleDefinitionId",
4234
4234
  "description": "Usage: roleDefinitionId='@roleDefinitionId'",
4235
4235
  "default": "",
@@ -4448,7 +4448,7 @@ exports.roleManagementFunctionsDescription = [
4448
4448
  }
4449
4449
  },
4450
4450
  {
4451
- "displayName": "Directory Scope Id",
4451
+ "displayName": "Directory Scope ID",
4452
4452
  "name": "directoryScopeId",
4453
4453
  "description": "Usage: directoryScopeId='@directoryScopeId'",
4454
4454
  "default": "",
@@ -4473,7 +4473,7 @@ exports.roleManagementFunctionsDescription = [
4473
4473
  }
4474
4474
  },
4475
4475
  {
4476
- "displayName": "App Scope Id",
4476
+ "displayName": "App Scope ID",
4477
4477
  "name": "appScopeId",
4478
4478
  "description": "Usage: appScopeId='@appScopeId'",
4479
4479
  "default": "",
@@ -4498,7 +4498,7 @@ exports.roleManagementFunctionsDescription = [
4498
4498
  }
4499
4499
  },
4500
4500
  {
4501
- "displayName": "Principal Id",
4501
+ "displayName": "Principal ID",
4502
4502
  "name": "principalId",
4503
4503
  "description": "Usage: principalId='@principalId'",
4504
4504
  "default": "",
@@ -4523,7 +4523,7 @@ exports.roleManagementFunctionsDescription = [
4523
4523
  }
4524
4524
  },
4525
4525
  {
4526
- "displayName": "Role Definition Id",
4526
+ "displayName": "Role Definition ID",
4527
4527
  "name": "roleDefinitionId",
4528
4528
  "description": "Usage: roleDefinitionId='@roleDefinitionId'",
4529
4529
  "default": "",
@@ -5696,7 +5696,7 @@ exports.roleManagementFunctionsDescription = [
5696
5696
  }
5697
5697
  },
5698
5698
  {
5699
- "displayName": "Directory Scope Id",
5699
+ "displayName": "Directory Scope ID",
5700
5700
  "name": "directoryScopeId",
5701
5701
  "description": "Usage: directoryScopeId='@directoryScopeId'",
5702
5702
  "default": "",
@@ -5965,7 +5965,7 @@ exports.roleManagementFunctionsDescription = [
5965
5965
  }
5966
5966
  },
5967
5967
  {
5968
- "displayName": "Directory Scope Id",
5968
+ "displayName": "Directory Scope ID",
5969
5969
  "name": "directoryScopeId",
5970
5970
  "description": "Usage: directoryScopeId='@directoryScopeId'",
5971
5971
  "default": "",
@@ -6908,7 +6908,7 @@ exports.roleManagementFunctionsDescription = [
6908
6908
  }
6909
6909
  },
6910
6910
  {
6911
- "displayName": "Directory Scope Id",
6911
+ "displayName": "Directory Scope ID",
6912
6912
  "name": "directoryScopeId",
6913
6913
  "description": "Usage: directoryScopeId='@directoryScopeId'",
6914
6914
  "default": "",
@@ -7177,7 +7177,7 @@ exports.roleManagementFunctionsDescription = [
7177
7177
  }
7178
7178
  },
7179
7179
  {
7180
- "displayName": "Directory Scope Id",
7180
+ "displayName": "Directory Scope ID",
7181
7181
  "name": "directoryScopeId",
7182
7182
  "description": "Usage: directoryScopeId='@directoryScopeId'",
7183
7183
  "default": "",
@@ -376,8 +376,8 @@ exports.securityActionsDescription = [
376
376
  }
377
377
  },
378
378
  {
379
- "name": "Security Ti Indicators Delete Ti Indicators By External Id",
380
- "value": "Security Ti Indicators Delete Ti Indicators By External Id",
379
+ "name": "Security Ti Indicators Delete Ti Indicators By External ID",
380
+ "value": "Security Ti Indicators Delete Ti Indicators By External ID",
381
381
  "action": "Invoke action deleteTiIndicatorsByExternalId",
382
382
  "description": "Delete multiple threat intelligence (TI) indicators in one request instead of multiple requests, when the request contains external IDs instead of IDs.",
383
383
  "routing": {
@@ -1032,7 +1032,7 @@ exports.securityActionsDescription = [
1032
1032
  "value": "text"
1033
1033
  },
1034
1034
  {
1035
- "name": "Pdf Replacement",
1035
+ "name": "PDF Replacement",
1036
1036
  "value": "pdfReplacement"
1037
1037
  },
1038
1038
  {
@@ -1306,7 +1306,7 @@ exports.securityActionsDescription = [
1306
1306
  "value": "text"
1307
1307
  },
1308
1308
  {
1309
- "name": "Pdf Replacement",
1309
+ "name": "PDF Replacement",
1310
1310
  "value": "pdfReplacement"
1311
1311
  },
1312
1312
  {
@@ -1903,7 +1903,7 @@ exports.securityActionsDescription = [
1903
1903
  "Security Actions"
1904
1904
  ],
1905
1905
  "operation": [
1906
- "Security Ti Indicators Delete Ti Indicators By External Id"
1906
+ "Security Ti Indicators Delete Ti Indicators By External ID"
1907
1907
  ]
1908
1908
  }
1909
1909
  }
@@ -1927,7 +1927,7 @@ exports.securityActionsDescription = [
1927
1927
  "Security Actions"
1928
1928
  ],
1929
1929
  "operation": [
1930
- "Security Ti Indicators Delete Ti Indicators By External Id"
1930
+ "Security Ti Indicators Delete Ti Indicators By External ID"
1931
1931
  ]
1932
1932
  }
1933
1933
  }