@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
@@ -4912,8 +4912,8 @@ exports.meActionsDescription = [
4912
4912
  }
4913
4913
  },
4914
4914
  {
4915
- "name": "Me Managed Devices Managed Device Log Collection Requests Device Log Collection Response Create Download Url",
4916
- "value": "Me Managed Devices Managed Device Log Collection Requests Device Log Collection Response Create Download Url",
4915
+ "name": "Me Managed Devices Managed Device Log Collection Requests Device Log Collection Response Create Download URL",
4916
+ "value": "Me Managed Devices Managed Device Log Collection Requests Device Log Collection Response Create Download URL",
4917
4917
  "action": "Invoke action createDownloadUrl",
4918
4918
  "description": "Invoke action createDownloadUrl",
4919
4919
  "routing": {
@@ -5800,8 +5800,8 @@ exports.meActionsDescription = [
5800
5800
  }
5801
5801
  },
5802
5802
  {
5803
- "name": "Me Wipe Managed App Registrations By Azure Ad Device Id",
5804
- "value": "Me Wipe Managed App Registrations By Azure Ad Device Id",
5803
+ "name": "Me Wipe Managed App Registrations By Azure Ad Device ID",
5804
+ "value": "Me Wipe Managed App Registrations By Azure Ad Device ID",
5805
5805
  "action": "Invoke action wipeManagedAppRegistrationsByAzureAdDeviceId",
5806
5806
  "description": "Issues a wipe operation on an app registration with specified aad device Id.",
5807
5807
  "routing": {
@@ -5824,8 +5824,8 @@ exports.meActionsDescription = [
5824
5824
  }
5825
5825
  },
5826
5826
  {
5827
- "name": "Me Mobile App Troubleshooting Events Mobile App Troubleshooting Event App Log Collection Requests App Log Collection Request Create Download Url",
5828
- "value": "Me Mobile App Troubleshooting Events Mobile App Troubleshooting Event App Log Collection Requests App Log Collection Request Create Download Url",
5827
+ "name": "Me Mobile App Troubleshooting Events Mobile App Troubleshooting Event App Log Collection Requests App Log Collection Request Create Download URL",
5828
+ "value": "Me Mobile App Troubleshooting Events Mobile App Troubleshooting Event App Log Collection Requests App Log Collection Request Create Download URL",
5829
5829
  "action": "Invoke action createDownloadUrl",
5830
5830
  "description": "Invoke action createDownloadUrl",
5831
5831
  "routing": {
@@ -5836,8 +5836,8 @@ exports.meActionsDescription = [
5836
5836
  }
5837
5837
  },
5838
5838
  {
5839
- "name": "Me Onenote Notebooks Get Notebook From Web Url",
5840
- "value": "Me Onenote Notebooks Get Notebook From Web Url",
5839
+ "name": "Me Onenote Notebooks Get Notebook From Web URL",
5840
+ "value": "Me Onenote Notebooks Get Notebook From Web URL",
5841
5841
  "action": "Invoke action getNotebookFromWebUrl",
5842
5842
  "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.",
5843
5843
  "routing": {
@@ -23506,7 +23506,7 @@ exports.meActionsDescription = [
23506
23506
  }
23507
23507
  },
23508
23508
  {
23509
- "displayName": "Tenant Id",
23509
+ "displayName": "Tenant ID",
23510
23510
  "name": "tenantId",
23511
23511
  "type": "string",
23512
23512
  "default": "",
@@ -23575,7 +23575,7 @@ exports.meActionsDescription = [
23575
23575
  }
23576
23576
  },
23577
23577
  {
23578
- "displayName": "Tenant Id",
23578
+ "displayName": "Tenant ID",
23579
23579
  "name": "tenantId",
23580
23580
  "type": "string",
23581
23581
  "default": "",
@@ -23668,7 +23668,7 @@ exports.meActionsDescription = [
23668
23668
  }
23669
23669
  },
23670
23670
  {
23671
- "displayName": "Tenant Id",
23671
+ "displayName": "Tenant ID",
23672
23672
  "name": "tenantId",
23673
23673
  "type": "string",
23674
23674
  "default": "",
@@ -23761,7 +23761,7 @@ exports.meActionsDescription = [
23761
23761
  }
23762
23762
  },
23763
23763
  {
23764
- "displayName": "Chain Id",
23764
+ "displayName": "Chain ID",
23765
23765
  "name": "chainId",
23766
23766
  "type": "number",
23767
23767
  "default": 0,
@@ -23900,7 +23900,7 @@ exports.meActionsDescription = [
23900
23900
  }
23901
23901
  },
23902
23902
  {
23903
- "displayName": "Tenant Id",
23903
+ "displayName": "Tenant ID",
23904
23904
  "name": "tenantId",
23905
23905
  "type": "string",
23906
23906
  "default": "",
@@ -24060,7 +24060,7 @@ exports.meActionsDescription = [
24060
24060
  }
24061
24061
  },
24062
24062
  {
24063
- "displayName": "User Id",
24063
+ "displayName": "User ID",
24064
24064
  "name": "userId",
24065
24065
  "type": "string",
24066
24066
  "default": "",
@@ -24175,7 +24175,7 @@ exports.meActionsDescription = [
24175
24175
  }
24176
24176
  },
24177
24177
  {
24178
- "displayName": "On Behalf Of User Id",
24178
+ "displayName": "On Behalf Of User ID",
24179
24179
  "name": "onBehalfOfUserId",
24180
24180
  "type": "string",
24181
24181
  "default": "",
@@ -24642,7 +24642,7 @@ exports.meActionsDescription = [
24642
24642
  }
24643
24643
  },
24644
24644
  {
24645
- "displayName": "Cloud Pc Snapshot Id",
24645
+ "displayName": "Cloud Pc Snapshot ID",
24646
24646
  "name": "cloudPcSnapshotId",
24647
24647
  "type": "string",
24648
24648
  "default": "",
@@ -24986,7 +24986,7 @@ exports.meActionsDescription = [
24986
24986
  }
24987
24987
  },
24988
24988
  {
24989
- "displayName": "User Id",
24989
+ "displayName": "User ID",
24990
24990
  "name": "userId",
24991
24991
  "type": "string",
24992
24992
  "default": "",
@@ -25101,7 +25101,7 @@ exports.meActionsDescription = [
25101
25101
  }
25102
25102
  },
25103
25103
  {
25104
- "displayName": "On Behalf Of User Id",
25104
+ "displayName": "On Behalf Of User ID",
25105
25105
  "name": "onBehalfOfUserId",
25106
25106
  "type": "string",
25107
25107
  "default": "",
@@ -27880,7 +27880,7 @@ exports.meActionsDescription = [
27880
27880
  }
27881
27881
  },
27882
27882
  {
27883
- "displayName": "Member Id",
27883
+ "displayName": "Member ID",
27884
27884
  "name": "memberId",
27885
27885
  "type": "string",
27886
27886
  "default": "",
@@ -28038,7 +28038,7 @@ exports.meActionsDescription = [
28038
28038
  }
28039
28039
  },
28040
28040
  {
28041
- "displayName": "User Id",
28041
+ "displayName": "User ID",
28042
28042
  "name": "userId",
28043
28043
  "type": "string",
28044
28044
  "default": "",
@@ -28153,7 +28153,7 @@ exports.meActionsDescription = [
28153
28153
  }
28154
28154
  },
28155
28155
  {
28156
- "displayName": "On Behalf Of User Id",
28156
+ "displayName": "On Behalf Of User ID",
28157
28157
  "name": "onBehalfOfUserId",
28158
28158
  "type": "string",
28159
28159
  "default": "",
@@ -28239,7 +28239,7 @@ exports.meActionsDescription = [
28239
28239
  }
28240
28240
  },
28241
28241
  {
28242
- "displayName": "Destination Id",
28242
+ "displayName": "Destination ID",
28243
28243
  "name": "DestinationId",
28244
28244
  "type": "string",
28245
28245
  "default": "",
@@ -28614,7 +28614,7 @@ exports.meActionsDescription = [
28614
28614
  }
28615
28615
  },
28616
28616
  {
28617
- "displayName": "Destination Id",
28617
+ "displayName": "Destination ID",
28618
28618
  "name": "DestinationId",
28619
28619
  "type": "string",
28620
28620
  "default": "",
@@ -28837,7 +28837,7 @@ exports.meActionsDescription = [
28837
28837
  }
28838
28838
  },
28839
28839
  {
28840
- "displayName": "Destination Id",
28840
+ "displayName": "Destination ID",
28841
28841
  "name": "DestinationId",
28842
28842
  "type": "string",
28843
28843
  "default": "",
@@ -28880,7 +28880,7 @@ exports.meActionsDescription = [
28880
28880
  }
28881
28881
  },
28882
28882
  {
28883
- "displayName": "Destination Id",
28883
+ "displayName": "Destination ID",
28884
28884
  "name": "DestinationId",
28885
28885
  "type": "string",
28886
28886
  "default": "",
@@ -28966,7 +28966,7 @@ exports.meActionsDescription = [
28966
28966
  }
28967
28967
  },
28968
28968
  {
28969
- "displayName": "Destination Id",
28969
+ "displayName": "Destination ID",
28970
28970
  "name": "DestinationId",
28971
28971
  "type": "string",
28972
28972
  "default": "",
@@ -29341,7 +29341,7 @@ exports.meActionsDescription = [
29341
29341
  }
29342
29342
  },
29343
29343
  {
29344
- "displayName": "Destination Id",
29344
+ "displayName": "Destination ID",
29345
29345
  "name": "DestinationId",
29346
29346
  "type": "string",
29347
29347
  "default": "",
@@ -29564,7 +29564,7 @@ exports.meActionsDescription = [
29564
29564
  }
29565
29565
  },
29566
29566
  {
29567
- "displayName": "Destination Id",
29567
+ "displayName": "Destination ID",
29568
29568
  "name": "DestinationId",
29569
29569
  "type": "string",
29570
29570
  "default": "",
@@ -29607,7 +29607,7 @@ exports.meActionsDescription = [
29607
29607
  }
29608
29608
  },
29609
29609
  {
29610
- "displayName": "Destination Id",
29610
+ "displayName": "Destination ID",
29611
29611
  "name": "DestinationId",
29612
29612
  "type": "string",
29613
29613
  "default": "",
@@ -30011,7 +30011,7 @@ exports.meActionsDescription = [
30011
30011
  }
30012
30012
  },
30013
30013
  {
30014
- "displayName": "Carrier Url",
30014
+ "displayName": "Carrier URL",
30015
30015
  "name": "carrierUrl",
30016
30016
  "type": "string",
30017
30017
  "default": "",
@@ -30331,7 +30331,7 @@ exports.meActionsDescription = [
30331
30331
  "Me Actions"
30332
30332
  ],
30333
30333
  "operation": [
30334
- "Me Managed Devices Managed Device Log Collection Requests Device Log Collection Response Create Download Url"
30334
+ "Me Managed Devices Managed Device Log Collection Requests Device Log Collection Response Create Download URL"
30335
30335
  ]
30336
30336
  }
30337
30337
  }
@@ -30356,7 +30356,7 @@ exports.meActionsDescription = [
30356
30356
  }
30357
30357
  },
30358
30358
  {
30359
- "displayName": "Carrier Url",
30359
+ "displayName": "Carrier URL",
30360
30360
  "name": "carrierUrl",
30361
30361
  "type": "string",
30362
30362
  "default": "",
@@ -30844,7 +30844,7 @@ exports.meActionsDescription = [
30844
30844
  }
30845
30845
  },
30846
30846
  {
30847
- "displayName": "Script Policy Id",
30847
+ "displayName": "Script Policy ID",
30848
30848
  "name": "scriptPolicyId",
30849
30849
  "type": "string",
30850
30850
  "default": "",
@@ -30960,7 +30960,7 @@ exports.meActionsDescription = [
30960
30960
  }
30961
30961
  },
30962
30962
  {
30963
- "displayName": "Remediation Url",
30963
+ "displayName": "Remediation URL",
30964
30964
  "name": "remediationUrl",
30965
30965
  "type": "string",
30966
30966
  "default": "",
@@ -31179,7 +31179,7 @@ exports.meActionsDescription = [
31179
31179
  }
31180
31180
  },
31181
31181
  {
31182
- "displayName": "Pub Sub Connection Id",
31182
+ "displayName": "Pub Sub Connection ID",
31183
31183
  "name": "pubSubConnectionId",
31184
31184
  "type": "string",
31185
31185
  "default": "",
@@ -31265,7 +31265,7 @@ exports.meActionsDescription = [
31265
31265
  }
31266
31266
  },
31267
31267
  {
31268
- "displayName": "Target Service Plan Id",
31268
+ "displayName": "Target Service Plan ID",
31269
31269
  "name": "targetServicePlanId",
31270
31270
  "type": "string",
31271
31271
  "default": "",
@@ -31308,7 +31308,7 @@ exports.meActionsDescription = [
31308
31308
  }
31309
31309
  },
31310
31310
  {
31311
- "displayName": "Cloud Pc Snapshot Id",
31311
+ "displayName": "Cloud Pc Snapshot ID",
31312
31312
  "name": "cloudPcSnapshotId",
31313
31313
  "type": "string",
31314
31314
  "default": "",
@@ -31949,7 +31949,7 @@ exports.meActionsDescription = [
31949
31949
  }
31950
31950
  },
31951
31951
  {
31952
- "displayName": "Destination Id",
31952
+ "displayName": "Destination ID",
31953
31953
  "name": "DestinationId",
31954
31954
  "type": "string",
31955
31955
  "default": "",
@@ -32324,7 +32324,7 @@ exports.meActionsDescription = [
32324
32324
  }
32325
32325
  },
32326
32326
  {
32327
- "displayName": "Destination Id",
32327
+ "displayName": "Destination ID",
32328
32328
  "name": "DestinationId",
32329
32329
  "type": "string",
32330
32330
  "default": "",
@@ -33406,29 +33406,29 @@ exports.meActionsDescription = [
33406
33406
  }
33407
33407
  },
33408
33408
  {
33409
- "displayName": "Source Id Type",
33409
+ "displayName": "Source ID Type",
33410
33410
  "name": "SourceIdType",
33411
33411
  "type": "options",
33412
33412
  "default": "entryId",
33413
33413
  "options": [
33414
33414
  {
33415
- "name": "Entry Id",
33415
+ "name": "Entry ID",
33416
33416
  "value": "entryId"
33417
33417
  },
33418
33418
  {
33419
- "name": "Ews Id",
33419
+ "name": "Ews ID",
33420
33420
  "value": "ewsId"
33421
33421
  },
33422
33422
  {
33423
- "name": "Immutable Entry Id",
33423
+ "name": "Immutable Entry ID",
33424
33424
  "value": "immutableEntryId"
33425
33425
  },
33426
33426
  {
33427
- "name": "Rest Id",
33427
+ "name": "Rest ID",
33428
33428
  "value": "restId"
33429
33429
  },
33430
33430
  {
33431
- "name": "Rest Immutable Entry Id",
33431
+ "name": "Rest Immutable Entry ID",
33432
33432
  "value": "restImmutableEntryId"
33433
33433
  }
33434
33434
  ],
@@ -33452,29 +33452,29 @@ exports.meActionsDescription = [
33452
33452
  }
33453
33453
  },
33454
33454
  {
33455
- "displayName": "Target Id Type",
33455
+ "displayName": "Target ID Type",
33456
33456
  "name": "TargetIdType",
33457
33457
  "type": "options",
33458
33458
  "default": "entryId",
33459
33459
  "options": [
33460
33460
  {
33461
- "name": "Entry Id",
33461
+ "name": "Entry ID",
33462
33462
  "value": "entryId"
33463
33463
  },
33464
33464
  {
33465
- "name": "Ews Id",
33465
+ "name": "Ews ID",
33466
33466
  "value": "ewsId"
33467
33467
  },
33468
33468
  {
33469
- "name": "Immutable Entry Id",
33469
+ "name": "Immutable Entry ID",
33470
33470
  "value": "immutableEntryId"
33471
33471
  },
33472
33472
  {
33473
- "name": "Rest Id",
33473
+ "name": "Rest ID",
33474
33474
  "value": "restId"
33475
33475
  },
33476
33476
  {
33477
- "name": "Rest Immutable Entry Id",
33477
+ "name": "Rest Immutable Entry ID",
33478
33478
  "value": "restImmutableEntryId"
33479
33479
  }
33480
33480
  ],
@@ -33592,13 +33592,13 @@ exports.meActionsDescription = [
33592
33592
  "Me Actions"
33593
33593
  ],
33594
33594
  "operation": [
33595
- "Me Wipe Managed App Registrations By Azure Ad Device Id"
33595
+ "Me Wipe Managed App Registrations By Azure Ad Device ID"
33596
33596
  ]
33597
33597
  }
33598
33598
  }
33599
33599
  },
33600
33600
  {
33601
- "displayName": "Azure Ad Device Id",
33601
+ "displayName": "Azure Ad Device ID",
33602
33602
  "name": "azureAdDeviceId",
33603
33603
  "type": "string",
33604
33604
  "default": "",
@@ -33616,7 +33616,7 @@ exports.meActionsDescription = [
33616
33616
  "Me Actions"
33617
33617
  ],
33618
33618
  "operation": [
33619
- "Me Wipe Managed App Registrations By Azure Ad Device Id"
33619
+ "Me Wipe Managed App Registrations By Azure Ad Device ID"
33620
33620
  ]
33621
33621
  }
33622
33622
  }
@@ -33678,7 +33678,7 @@ exports.meActionsDescription = [
33678
33678
  "Me Actions"
33679
33679
  ],
33680
33680
  "operation": [
33681
- "Me Mobile App Troubleshooting Events Mobile App Troubleshooting Event App Log Collection Requests App Log Collection Request Create Download Url"
33681
+ "Me Mobile App Troubleshooting Events Mobile App Troubleshooting Event App Log Collection Requests App Log Collection Request Create Download URL"
33682
33682
  ]
33683
33683
  }
33684
33684
  }
@@ -33697,13 +33697,13 @@ exports.meActionsDescription = [
33697
33697
  "Me Actions"
33698
33698
  ],
33699
33699
  "operation": [
33700
- "Me Onenote Notebooks Get Notebook From Web Url"
33700
+ "Me Onenote Notebooks Get Notebook From Web URL"
33701
33701
  ]
33702
33702
  }
33703
33703
  }
33704
33704
  },
33705
33705
  {
33706
- "displayName": "Web Url",
33706
+ "displayName": "Web URL",
33707
33707
  "name": "webUrl",
33708
33708
  "type": "string",
33709
33709
  "default": "",
@@ -33721,7 +33721,7 @@ exports.meActionsDescription = [
33721
33721
  "Me Actions"
33722
33722
  ],
33723
33723
  "operation": [
33724
- "Me Onenote Notebooks Get Notebook From Web Url"
33724
+ "Me Onenote Notebooks Get Notebook From Web URL"
33725
33725
  ]
33726
33726
  }
33727
33727
  }
@@ -33746,7 +33746,7 @@ exports.meActionsDescription = [
33746
33746
  }
33747
33747
  },
33748
33748
  {
33749
- "displayName": "Group Id",
33749
+ "displayName": "Group ID",
33750
33750
  "name": "groupId",
33751
33751
  "type": "string",
33752
33752
  "default": "",
@@ -33818,7 +33818,7 @@ exports.meActionsDescription = [
33818
33818
  }
33819
33819
  },
33820
33820
  {
33821
- "displayName": "Site Collection Id",
33821
+ "displayName": "Site Collection ID",
33822
33822
  "name": "siteCollectionId",
33823
33823
  "type": "string",
33824
33824
  "default": "",
@@ -33842,7 +33842,7 @@ exports.meActionsDescription = [
33842
33842
  }
33843
33843
  },
33844
33844
  {
33845
- "displayName": "Site Id",
33845
+ "displayName": "Site ID",
33846
33846
  "name": "siteId",
33847
33847
  "type": "string",
33848
33848
  "default": "",
@@ -33885,7 +33885,7 @@ exports.meActionsDescription = [
33885
33885
  }
33886
33886
  },
33887
33887
  {
33888
- "displayName": "Group Id",
33888
+ "displayName": "Group ID",
33889
33889
  "name": "groupId",
33890
33890
  "type": "string",
33891
33891
  "default": "",
@@ -33909,7 +33909,7 @@ exports.meActionsDescription = [
33909
33909
  }
33910
33910
  },
33911
33911
  {
33912
- "displayName": "Id",
33912
+ "displayName": "ID",
33913
33913
  "name": "id",
33914
33914
  "type": "string",
33915
33915
  "default": "",
@@ -33957,7 +33957,7 @@ exports.meActionsDescription = [
33957
33957
  }
33958
33958
  },
33959
33959
  {
33960
- "displayName": "Site Collection Id",
33960
+ "displayName": "Site Collection ID",
33961
33961
  "name": "siteCollectionId",
33962
33962
  "type": "string",
33963
33963
  "default": "",
@@ -33981,7 +33981,7 @@ exports.meActionsDescription = [
33981
33981
  }
33982
33982
  },
33983
33983
  {
33984
- "displayName": "Site Id",
33984
+ "displayName": "Site ID",
33985
33985
  "name": "siteId",
33986
33986
  "type": "string",
33987
33987
  "default": "",
@@ -34024,7 +34024,7 @@ exports.meActionsDescription = [
34024
34024
  }
34025
34025
  },
34026
34026
  {
34027
- "displayName": "Group Id",
34027
+ "displayName": "Group ID",
34028
34028
  "name": "groupId",
34029
34029
  "type": "string",
34030
34030
  "default": "",
@@ -34048,7 +34048,7 @@ exports.meActionsDescription = [
34048
34048
  }
34049
34049
  },
34050
34050
  {
34051
- "displayName": "Id",
34051
+ "displayName": "ID",
34052
34052
  "name": "id",
34053
34053
  "type": "string",
34054
34054
  "default": "",
@@ -34096,7 +34096,7 @@ exports.meActionsDescription = [
34096
34096
  }
34097
34097
  },
34098
34098
  {
34099
- "displayName": "Site Collection Id",
34099
+ "displayName": "Site Collection ID",
34100
34100
  "name": "siteCollectionId",
34101
34101
  "type": "string",
34102
34102
  "default": "",
@@ -34120,7 +34120,7 @@ exports.meActionsDescription = [
34120
34120
  }
34121
34121
  },
34122
34122
  {
34123
- "displayName": "Site Id",
34123
+ "displayName": "Site ID",
34124
34124
  "name": "siteId",
34125
34125
  "type": "string",
34126
34126
  "default": "",
@@ -34163,7 +34163,7 @@ exports.meActionsDescription = [
34163
34163
  }
34164
34164
  },
34165
34165
  {
34166
- "displayName": "Group Id",
34166
+ "displayName": "Group ID",
34167
34167
  "name": "groupId",
34168
34168
  "type": "string",
34169
34169
  "default": "",
@@ -34187,7 +34187,7 @@ exports.meActionsDescription = [
34187
34187
  }
34188
34188
  },
34189
34189
  {
34190
- "displayName": "Id",
34190
+ "displayName": "ID",
34191
34191
  "name": "id",
34192
34192
  "type": "string",
34193
34193
  "default": "",
@@ -34211,7 +34211,7 @@ exports.meActionsDescription = [
34211
34211
  }
34212
34212
  },
34213
34213
  {
34214
- "displayName": "Site Collection Id",
34214
+ "displayName": "Site Collection ID",
34215
34215
  "name": "siteCollectionId",
34216
34216
  "type": "string",
34217
34217
  "default": "",
@@ -34235,7 +34235,7 @@ exports.meActionsDescription = [
34235
34235
  }
34236
34236
  },
34237
34237
  {
34238
- "displayName": "Site Id",
34238
+ "displayName": "Site ID",
34239
34239
  "name": "siteId",
34240
34240
  "type": "string",
34241
34241
  "default": "",
@@ -34321,7 +34321,7 @@ exports.meActionsDescription = [
34321
34321
  }
34322
34322
  },
34323
34323
  {
34324
- "displayName": "Group Id",
34324
+ "displayName": "Group ID",
34325
34325
  "name": "groupId",
34326
34326
  "type": "string",
34327
34327
  "default": "",
@@ -34345,7 +34345,7 @@ exports.meActionsDescription = [
34345
34345
  }
34346
34346
  },
34347
34347
  {
34348
- "displayName": "Id",
34348
+ "displayName": "ID",
34349
34349
  "name": "id",
34350
34350
  "type": "string",
34351
34351
  "default": "",
@@ -34393,7 +34393,7 @@ exports.meActionsDescription = [
34393
34393
  }
34394
34394
  },
34395
34395
  {
34396
- "displayName": "Site Collection Id",
34396
+ "displayName": "Site Collection ID",
34397
34397
  "name": "siteCollectionId",
34398
34398
  "type": "string",
34399
34399
  "default": "",
@@ -34417,7 +34417,7 @@ exports.meActionsDescription = [
34417
34417
  }
34418
34418
  },
34419
34419
  {
34420
- "displayName": "Site Id",
34420
+ "displayName": "Site ID",
34421
34421
  "name": "siteId",
34422
34422
  "type": "string",
34423
34423
  "default": "",
@@ -34460,7 +34460,7 @@ exports.meActionsDescription = [
34460
34460
  }
34461
34461
  },
34462
34462
  {
34463
- "displayName": "Group Id",
34463
+ "displayName": "Group ID",
34464
34464
  "name": "groupId",
34465
34465
  "type": "string",
34466
34466
  "default": "",
@@ -34484,7 +34484,7 @@ exports.meActionsDescription = [
34484
34484
  }
34485
34485
  },
34486
34486
  {
34487
- "displayName": "Id",
34487
+ "displayName": "ID",
34488
34488
  "name": "id",
34489
34489
  "type": "string",
34490
34490
  "default": "",
@@ -34532,7 +34532,7 @@ exports.meActionsDescription = [
34532
34532
  }
34533
34533
  },
34534
34534
  {
34535
- "displayName": "Site Collection Id",
34535
+ "displayName": "Site Collection ID",
34536
34536
  "name": "siteCollectionId",
34537
34537
  "type": "string",
34538
34538
  "default": "",
@@ -34556,7 +34556,7 @@ exports.meActionsDescription = [
34556
34556
  }
34557
34557
  },
34558
34558
  {
34559
- "displayName": "Site Id",
34559
+ "displayName": "Site ID",
34560
34560
  "name": "siteId",
34561
34561
  "type": "string",
34562
34562
  "default": "",
@@ -34599,7 +34599,7 @@ exports.meActionsDescription = [
34599
34599
  }
34600
34600
  },
34601
34601
  {
34602
- "displayName": "Group Id",
34602
+ "displayName": "Group ID",
34603
34603
  "name": "groupId",
34604
34604
  "type": "string",
34605
34605
  "default": "",
@@ -34623,7 +34623,7 @@ exports.meActionsDescription = [
34623
34623
  }
34624
34624
  },
34625
34625
  {
34626
- "displayName": "Id",
34626
+ "displayName": "ID",
34627
34627
  "name": "id",
34628
34628
  "type": "string",
34629
34629
  "default": "",
@@ -34647,7 +34647,7 @@ exports.meActionsDescription = [
34647
34647
  }
34648
34648
  },
34649
34649
  {
34650
- "displayName": "Site Collection Id",
34650
+ "displayName": "Site Collection ID",
34651
34651
  "name": "siteCollectionId",
34652
34652
  "type": "string",
34653
34653
  "default": "",
@@ -34671,7 +34671,7 @@ exports.meActionsDescription = [
34671
34671
  }
34672
34672
  },
34673
34673
  {
34674
- "displayName": "Site Id",
34674
+ "displayName": "Site ID",
34675
34675
  "name": "siteId",
34676
34676
  "type": "string",
34677
34677
  "default": "",
@@ -34757,7 +34757,7 @@ exports.meActionsDescription = [
34757
34757
  }
34758
34758
  },
34759
34759
  {
34760
- "displayName": "Group Id",
34760
+ "displayName": "Group ID",
34761
34761
  "name": "groupId",
34762
34762
  "type": "string",
34763
34763
  "default": "",
@@ -34781,7 +34781,7 @@ exports.meActionsDescription = [
34781
34781
  }
34782
34782
  },
34783
34783
  {
34784
- "displayName": "Id",
34784
+ "displayName": "ID",
34785
34785
  "name": "id",
34786
34786
  "type": "string",
34787
34787
  "default": "",
@@ -34805,7 +34805,7 @@ exports.meActionsDescription = [
34805
34805
  }
34806
34806
  },
34807
34807
  {
34808
- "displayName": "Site Collection Id",
34808
+ "displayName": "Site Collection ID",
34809
34809
  "name": "siteCollectionId",
34810
34810
  "type": "string",
34811
34811
  "default": "",
@@ -34829,7 +34829,7 @@ exports.meActionsDescription = [
34829
34829
  }
34830
34830
  },
34831
34831
  {
34832
- "displayName": "Site Id",
34832
+ "displayName": "Site ID",
34833
34833
  "name": "siteId",
34834
34834
  "type": "string",
34835
34835
  "default": "",
@@ -34915,7 +34915,7 @@ exports.meActionsDescription = [
34915
34915
  }
34916
34916
  },
34917
34917
  {
34918
- "displayName": "Group Id",
34918
+ "displayName": "Group ID",
34919
34919
  "name": "groupId",
34920
34920
  "type": "string",
34921
34921
  "default": "",
@@ -34939,7 +34939,7 @@ exports.meActionsDescription = [
34939
34939
  }
34940
34940
  },
34941
34941
  {
34942
- "displayName": "Id",
34942
+ "displayName": "ID",
34943
34943
  "name": "id",
34944
34944
  "type": "string",
34945
34945
  "default": "",
@@ -34987,7 +34987,7 @@ exports.meActionsDescription = [
34987
34987
  }
34988
34988
  },
34989
34989
  {
34990
- "displayName": "Site Collection Id",
34990
+ "displayName": "Site Collection ID",
34991
34991
  "name": "siteCollectionId",
34992
34992
  "type": "string",
34993
34993
  "default": "",
@@ -35011,7 +35011,7 @@ exports.meActionsDescription = [
35011
35011
  }
35012
35012
  },
35013
35013
  {
35014
- "displayName": "Site Id",
35014
+ "displayName": "Site ID",
35015
35015
  "name": "siteId",
35016
35016
  "type": "string",
35017
35017
  "default": "",
@@ -35054,7 +35054,7 @@ exports.meActionsDescription = [
35054
35054
  }
35055
35055
  },
35056
35056
  {
35057
- "displayName": "Group Id",
35057
+ "displayName": "Group ID",
35058
35058
  "name": "groupId",
35059
35059
  "type": "string",
35060
35060
  "default": "",
@@ -35078,7 +35078,7 @@ exports.meActionsDescription = [
35078
35078
  }
35079
35079
  },
35080
35080
  {
35081
- "displayName": "Id",
35081
+ "displayName": "ID",
35082
35082
  "name": "id",
35083
35083
  "type": "string",
35084
35084
  "default": "",
@@ -35126,7 +35126,7 @@ exports.meActionsDescription = [
35126
35126
  }
35127
35127
  },
35128
35128
  {
35129
- "displayName": "Site Collection Id",
35129
+ "displayName": "Site Collection ID",
35130
35130
  "name": "siteCollectionId",
35131
35131
  "type": "string",
35132
35132
  "default": "",
@@ -35150,7 +35150,7 @@ exports.meActionsDescription = [
35150
35150
  }
35151
35151
  },
35152
35152
  {
35153
- "displayName": "Site Id",
35153
+ "displayName": "Site ID",
35154
35154
  "name": "siteId",
35155
35155
  "type": "string",
35156
35156
  "default": "",
@@ -35193,7 +35193,7 @@ exports.meActionsDescription = [
35193
35193
  }
35194
35194
  },
35195
35195
  {
35196
- "displayName": "Group Id",
35196
+ "displayName": "Group ID",
35197
35197
  "name": "groupId",
35198
35198
  "type": "string",
35199
35199
  "default": "",
@@ -35217,7 +35217,7 @@ exports.meActionsDescription = [
35217
35217
  }
35218
35218
  },
35219
35219
  {
35220
- "displayName": "Id",
35220
+ "displayName": "ID",
35221
35221
  "name": "id",
35222
35222
  "type": "string",
35223
35223
  "default": "",
@@ -35241,7 +35241,7 @@ exports.meActionsDescription = [
35241
35241
  }
35242
35242
  },
35243
35243
  {
35244
- "displayName": "Site Collection Id",
35244
+ "displayName": "Site Collection ID",
35245
35245
  "name": "siteCollectionId",
35246
35246
  "type": "string",
35247
35247
  "default": "",
@@ -35265,7 +35265,7 @@ exports.meActionsDescription = [
35265
35265
  }
35266
35266
  },
35267
35267
  {
35268
- "displayName": "Site Id",
35268
+ "displayName": "Site ID",
35269
35269
  "name": "siteId",
35270
35270
  "type": "string",
35271
35271
  "default": "",
@@ -35351,7 +35351,7 @@ exports.meActionsDescription = [
35351
35351
  }
35352
35352
  },
35353
35353
  {
35354
- "displayName": "Group Id",
35354
+ "displayName": "Group ID",
35355
35355
  "name": "groupId",
35356
35356
  "type": "string",
35357
35357
  "default": "",
@@ -35375,7 +35375,7 @@ exports.meActionsDescription = [
35375
35375
  }
35376
35376
  },
35377
35377
  {
35378
- "displayName": "Id",
35378
+ "displayName": "ID",
35379
35379
  "name": "id",
35380
35380
  "type": "string",
35381
35381
  "default": "",
@@ -35423,7 +35423,7 @@ exports.meActionsDescription = [
35423
35423
  }
35424
35424
  },
35425
35425
  {
35426
- "displayName": "Site Collection Id",
35426
+ "displayName": "Site Collection ID",
35427
35427
  "name": "siteCollectionId",
35428
35428
  "type": "string",
35429
35429
  "default": "",
@@ -35447,7 +35447,7 @@ exports.meActionsDescription = [
35447
35447
  }
35448
35448
  },
35449
35449
  {
35450
- "displayName": "Site Id",
35450
+ "displayName": "Site ID",
35451
35451
  "name": "siteId",
35452
35452
  "type": "string",
35453
35453
  "default": "",
@@ -35490,7 +35490,7 @@ exports.meActionsDescription = [
35490
35490
  }
35491
35491
  },
35492
35492
  {
35493
- "displayName": "Group Id",
35493
+ "displayName": "Group ID",
35494
35494
  "name": "groupId",
35495
35495
  "type": "string",
35496
35496
  "default": "",
@@ -35514,7 +35514,7 @@ exports.meActionsDescription = [
35514
35514
  }
35515
35515
  },
35516
35516
  {
35517
- "displayName": "Id",
35517
+ "displayName": "ID",
35518
35518
  "name": "id",
35519
35519
  "type": "string",
35520
35520
  "default": "",
@@ -35562,7 +35562,7 @@ exports.meActionsDescription = [
35562
35562
  }
35563
35563
  },
35564
35564
  {
35565
- "displayName": "Site Collection Id",
35565
+ "displayName": "Site Collection ID",
35566
35566
  "name": "siteCollectionId",
35567
35567
  "type": "string",
35568
35568
  "default": "",
@@ -35586,7 +35586,7 @@ exports.meActionsDescription = [
35586
35586
  }
35587
35587
  },
35588
35588
  {
35589
- "displayName": "Site Id",
35589
+ "displayName": "Site ID",
35590
35590
  "name": "siteId",
35591
35591
  "type": "string",
35592
35592
  "default": "",
@@ -35629,7 +35629,7 @@ exports.meActionsDescription = [
35629
35629
  }
35630
35630
  },
35631
35631
  {
35632
- "displayName": "Group Id",
35632
+ "displayName": "Group ID",
35633
35633
  "name": "groupId",
35634
35634
  "type": "string",
35635
35635
  "default": "",
@@ -35653,7 +35653,7 @@ exports.meActionsDescription = [
35653
35653
  }
35654
35654
  },
35655
35655
  {
35656
- "displayName": "Id",
35656
+ "displayName": "ID",
35657
35657
  "name": "id",
35658
35658
  "type": "string",
35659
35659
  "default": "",
@@ -35677,7 +35677,7 @@ exports.meActionsDescription = [
35677
35677
  }
35678
35678
  },
35679
35679
  {
35680
- "displayName": "Site Collection Id",
35680
+ "displayName": "Site Collection ID",
35681
35681
  "name": "siteCollectionId",
35682
35682
  "type": "string",
35683
35683
  "default": "",
@@ -35701,7 +35701,7 @@ exports.meActionsDescription = [
35701
35701
  }
35702
35702
  },
35703
35703
  {
35704
- "displayName": "Site Id",
35704
+ "displayName": "Site ID",
35705
35705
  "name": "siteId",
35706
35706
  "type": "string",
35707
35707
  "default": "",
@@ -35835,7 +35835,7 @@ exports.meActionsDescription = [
35835
35835
  }
35836
35836
  },
35837
35837
  {
35838
- "displayName": "External Id",
35838
+ "displayName": "External ID",
35839
35839
  "name": "externalId",
35840
35840
  "type": "string",
35841
35841
  "default": "",
@@ -35998,7 +35998,7 @@ exports.meActionsDescription = [
35998
35998
  }
35999
35999
  },
36000
36000
  {
36001
- "displayName": "Principal Id",
36001
+ "displayName": "Principal ID",
36002
36002
  "name": "principalId",
36003
36003
  "type": "string",
36004
36004
  "default": "",
@@ -36022,7 +36022,7 @@ exports.meActionsDescription = [
36022
36022
  }
36023
36023
  },
36024
36024
  {
36025
- "displayName": "Resource Id",
36025
+ "displayName": "Resource ID",
36026
36026
  "name": "resourceId",
36027
36027
  "type": "string",
36028
36028
  "default": "",
@@ -36151,7 +36151,7 @@ exports.meActionsDescription = [
36151
36151
  }
36152
36152
  },
36153
36153
  {
36154
- "displayName": "Principal Id",
36154
+ "displayName": "Principal ID",
36155
36155
  "name": "principalId",
36156
36156
  "type": "string",
36157
36157
  "default": "",
@@ -36175,7 +36175,7 @@ exports.meActionsDescription = [
36175
36175
  }
36176
36176
  },
36177
36177
  {
36178
- "displayName": "Resource Id",
36178
+ "displayName": "Resource ID",
36179
36179
  "name": "resourceId",
36180
36180
  "type": "string",
36181
36181
  "default": "",
@@ -36323,7 +36323,7 @@ exports.meActionsDescription = [
36323
36323
  }
36324
36324
  },
36325
36325
  {
36326
- "displayName": "Principal Id",
36326
+ "displayName": "Principal ID",
36327
36327
  "name": "principalId",
36328
36328
  "type": "string",
36329
36329
  "default": "",
@@ -36347,7 +36347,7 @@ exports.meActionsDescription = [
36347
36347
  }
36348
36348
  },
36349
36349
  {
36350
- "displayName": "Resource Id",
36350
+ "displayName": "Resource ID",
36351
36351
  "name": "resourceId",
36352
36352
  "type": "string",
36353
36353
  "default": "",
@@ -36495,7 +36495,7 @@ exports.meActionsDescription = [
36495
36495
  }
36496
36496
  },
36497
36497
  {
36498
- "displayName": "Principal Id",
36498
+ "displayName": "Principal ID",
36499
36499
  "name": "principalId",
36500
36500
  "type": "string",
36501
36501
  "default": "",
@@ -36519,7 +36519,7 @@ exports.meActionsDescription = [
36519
36519
  }
36520
36520
  },
36521
36521
  {
36522
- "displayName": "Resource Id",
36522
+ "displayName": "Resource ID",
36523
36523
  "name": "resourceId",
36524
36524
  "type": "string",
36525
36525
  "default": "",
@@ -36667,7 +36667,7 @@ exports.meActionsDescription = [
36667
36667
  }
36668
36668
  },
36669
36669
  {
36670
- "displayName": "Principal Id",
36670
+ "displayName": "Principal ID",
36671
36671
  "name": "principalId",
36672
36672
  "type": "string",
36673
36673
  "default": "",
@@ -36691,7 +36691,7 @@ exports.meActionsDescription = [
36691
36691
  }
36692
36692
  },
36693
36693
  {
36694
- "displayName": "Resource Id",
36694
+ "displayName": "Resource ID",
36695
36695
  "name": "resourceId",
36696
36696
  "type": "string",
36697
36697
  "default": "",
@@ -36782,7 +36782,7 @@ exports.meActionsDescription = [
36782
36782
  }
36783
36783
  },
36784
36784
  {
36785
- "displayName": "Principal Id",
36785
+ "displayName": "Principal ID",
36786
36786
  "name": "principalId",
36787
36787
  "type": "string",
36788
36788
  "default": "",
@@ -36806,7 +36806,7 @@ exports.meActionsDescription = [
36806
36806
  }
36807
36807
  },
36808
36808
  {
36809
- "displayName": "Resource Id",
36809
+ "displayName": "Resource ID",
36810
36810
  "name": "resourceId",
36811
36811
  "type": "string",
36812
36812
  "default": "",
@@ -36935,7 +36935,7 @@ exports.meActionsDescription = [
36935
36935
  }
36936
36936
  },
36937
36937
  {
36938
- "displayName": "Principal Id",
36938
+ "displayName": "Principal ID",
36939
36939
  "name": "principalId",
36940
36940
  "type": "string",
36941
36941
  "default": "",
@@ -36959,7 +36959,7 @@ exports.meActionsDescription = [
36959
36959
  }
36960
36960
  },
36961
36961
  {
36962
- "displayName": "Resource Id",
36962
+ "displayName": "Resource ID",
36963
36963
  "name": "resourceId",
36964
36964
  "type": "string",
36965
36965
  "default": "",
@@ -37078,7 +37078,7 @@ exports.meActionsDescription = [
37078
37078
  }
37079
37079
  },
37080
37080
  {
37081
- "displayName": "Session Id",
37081
+ "displayName": "Session ID",
37082
37082
  "name": "sessionId",
37083
37083
  "type": "string",
37084
37084
  "default": "",
@@ -37212,7 +37212,7 @@ exports.meActionsDescription = [
37212
37212
  }
37213
37213
  },
37214
37214
  {
37215
- "displayName": "Session Id",
37215
+ "displayName": "Session ID",
37216
37216
  "name": "sessionId",
37217
37217
  "type": "string",
37218
37218
  "default": "",
@@ -37657,7 +37657,7 @@ exports.meActionsDescription = [
37657
37657
  }
37658
37658
  },
37659
37659
  {
37660
- "displayName": "Chain Id",
37660
+ "displayName": "Chain ID",
37661
37661
  "name": "chainId",
37662
37662
  "type": "number",
37663
37663
  "default": 0,