@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
@@ -651,7 +651,7 @@ exports.groupsDirectoryObjectDescription = [
651
651
  }
652
652
  },
653
653
  {
654
- "displayName": "Odata Id",
654
+ "displayName": "Odata ID",
655
655
  "name": "@odata-id",
656
656
  "type": "string",
657
657
  "default": "",
@@ -718,7 +718,7 @@ exports.groupsDirectoryObjectDescription = [
718
718
  }
719
719
  },
720
720
  {
721
- "displayName": "Id",
721
+ "displayName": "ID",
722
722
  "name": "%40id",
723
723
  "description": "Delete Uri",
724
724
  "default": "",
@@ -1603,7 +1603,7 @@ exports.groupsDirectoryObjectDescription = [
1603
1603
  }
1604
1604
  },
1605
1605
  {
1606
- "displayName": "Odata Id",
1606
+ "displayName": "Odata ID",
1607
1607
  "name": "@odata-id",
1608
1608
  "type": "string",
1609
1609
  "default": "",
@@ -1670,7 +1670,7 @@ exports.groupsDirectoryObjectDescription = [
1670
1670
  }
1671
1671
  },
1672
1672
  {
1673
- "displayName": "Id",
1673
+ "displayName": "ID",
1674
1674
  "name": "%40id",
1675
1675
  "description": "Delete Uri",
1676
1676
  "default": "",
@@ -2486,7 +2486,7 @@ exports.groupsDirectoryObjectDescription = [
2486
2486
  }
2487
2487
  },
2488
2488
  {
2489
- "displayName": "Odata Id",
2489
+ "displayName": "Odata ID",
2490
2490
  "name": "@odata-id",
2491
2491
  "type": "string",
2492
2492
  "default": "",
@@ -2553,7 +2553,7 @@ exports.groupsDirectoryObjectDescription = [
2553
2553
  }
2554
2554
  },
2555
2555
  {
2556
- "displayName": "Id",
2556
+ "displayName": "ID",
2557
2557
  "name": "%40id",
2558
2558
  "description": "Delete Uri",
2559
2559
  "default": "",
@@ -2910,7 +2910,7 @@ exports.groupsDirectoryObjectDescription = [
2910
2910
  }
2911
2911
  },
2912
2912
  {
2913
- "displayName": "Odata Id",
2913
+ "displayName": "Odata ID",
2914
2914
  "name": "@odata-id",
2915
2915
  "type": "string",
2916
2916
  "default": "",
@@ -2977,7 +2977,7 @@ exports.groupsDirectoryObjectDescription = [
2977
2977
  }
2978
2978
  },
2979
2979
  {
2980
- "displayName": "Id",
2980
+ "displayName": "ID",
2981
2981
  "name": "%40id",
2982
2982
  "description": "Delete Uri",
2983
2983
  "default": "",
@@ -6689,7 +6689,7 @@ exports.groupsFunctionsDescription = [
6689
6689
  }
6690
6690
  },
6691
6691
  {
6692
- "displayName": "List Id",
6692
+ "displayName": "List ID",
6693
6693
  "name": "listId",
6694
6694
  "required": true,
6695
6695
  "description": "Usage: listId='{listId}'",
@@ -7971,7 +7971,7 @@ exports.groupsFunctionsDescription = [
7971
7971
  }
7972
7972
  },
7973
7973
  {
7974
- "displayName": "User Id",
7974
+ "displayName": "User ID",
7975
7975
  "name": "userId",
7976
7976
  "description": "Usage: userId='@userId'",
7977
7977
  "default": "",
@@ -7996,7 +7996,7 @@ exports.groupsFunctionsDescription = [
7996
7996
  }
7997
7997
  },
7998
7998
  {
7999
- "displayName": "Tenant Id",
7999
+ "displayName": "Tenant ID",
8000
8000
  "name": "tenantId",
8001
8001
  "description": "Usage: tenantId='@tenantId'",
8002
8002
  "default": "",
@@ -8453,7 +8453,7 @@ exports.groupsFunctionsDescription = [
8453
8453
  }
8454
8454
  },
8455
8455
  {
8456
- "displayName": "User Id",
8456
+ "displayName": "User ID",
8457
8457
  "name": "userId",
8458
8458
  "description": "Usage: userId='@userId'",
8459
8459
  "default": "",
@@ -8478,7 +8478,7 @@ exports.groupsFunctionsDescription = [
8478
8478
  }
8479
8479
  },
8480
8480
  {
8481
- "displayName": "Tenant Id",
8481
+ "displayName": "Tenant ID",
8482
8482
  "name": "tenantId",
8483
8483
  "description": "Usage: tenantId='@tenantId'",
8484
8484
  "default": "",
@@ -16,8 +16,8 @@ exports.identityActionsDescription = [
16
16
  },
17
17
  "options": [
18
18
  {
19
- "name": "Identity Api Connectors Identity Api Connector Upload Client Certificate",
20
- "value": "Identity Api Connectors Identity Api Connector Upload Client Certificate",
19
+ "name": "Identity API Connectors Identity API Connector Upload Client Certificate",
20
+ "value": "Identity API Connectors Identity API Connector Upload Client Certificate",
21
21
  "action": "Invoke action uploadClientCertificate",
22
22
  "description": "Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector.",
23
23
  "routing": {
@@ -104,7 +104,7 @@ exports.identityActionsDescription = [
104
104
  "Identity Actions"
105
105
  ],
106
106
  "operation": [
107
- "Identity Api Connectors Identity Api Connector Upload Client Certificate"
107
+ "Identity API Connectors Identity API Connector Upload Client Certificate"
108
108
  ]
109
109
  }
110
110
  }
@@ -128,7 +128,7 @@ exports.identityActionsDescription = [
128
128
  "Identity Actions"
129
129
  ],
130
130
  "operation": [
131
- "Identity Api Connectors Identity Api Connector Upload Client Certificate"
131
+ "Identity API Connectors Identity API Connector Upload Client Certificate"
132
132
  ]
133
133
  }
134
134
  }
@@ -152,7 +152,7 @@ exports.identityActionsDescription = [
152
152
  "Identity Actions"
153
153
  ],
154
154
  "operation": [
155
- "Identity Api Connectors Identity Api Connector Upload Client Certificate"
155
+ "Identity API Connectors Identity API Connector Upload Client Certificate"
156
156
  ]
157
157
  }
158
158
  }
@@ -3016,7 +3016,7 @@ exports.identityB2XIdentityUserFlowDescription = [
3016
3016
  }
3017
3017
  },
3018
3018
  {
3019
- "displayName": "Odata Id",
3019
+ "displayName": "Odata ID",
3020
3020
  "name": "@odata-id",
3021
3021
  "type": "string",
3022
3022
  "default": "",
@@ -3083,7 +3083,7 @@ exports.identityB2XIdentityUserFlowDescription = [
3083
3083
  }
3084
3084
  },
3085
3085
  {
3086
- "displayName": "Id",
3086
+ "displayName": "ID",
3087
3087
  "name": "%40id",
3088
3088
  "description": "Delete Uri",
3089
3089
  "default": "",
@@ -926,7 +926,7 @@ exports.identityGovernanceActionsDescription = [
926
926
  }
927
927
  },
928
928
  {
929
- "displayName": "Principal Id",
929
+ "displayName": "Principal ID",
930
930
  "name": "principalId",
931
931
  "type": "string",
932
932
  "default": "",
@@ -950,7 +950,7 @@ exports.identityGovernanceActionsDescription = [
950
950
  }
951
951
  },
952
952
  {
953
- "displayName": "Resource Id",
953
+ "displayName": "Resource ID",
954
954
  "name": "resourceId",
955
955
  "type": "string",
956
956
  "default": "",
@@ -1041,7 +1041,7 @@ exports.identityGovernanceActionsDescription = [
1041
1041
  }
1042
1042
  },
1043
1043
  {
1044
- "displayName": "Principal Id",
1044
+ "displayName": "Principal ID",
1045
1045
  "name": "principalId",
1046
1046
  "type": "string",
1047
1047
  "default": "",
@@ -1065,7 +1065,7 @@ exports.identityGovernanceActionsDescription = [
1065
1065
  }
1066
1066
  },
1067
1067
  {
1068
- "displayName": "Resource Id",
1068
+ "displayName": "Resource ID",
1069
1069
  "name": "resourceId",
1070
1070
  "type": "string",
1071
1071
  "default": "",
@@ -1194,7 +1194,7 @@ exports.identityGovernanceActionsDescription = [
1194
1194
  }
1195
1195
  },
1196
1196
  {
1197
- "displayName": "Principal Id",
1197
+ "displayName": "Principal ID",
1198
1198
  "name": "principalId",
1199
1199
  "type": "string",
1200
1200
  "default": "",
@@ -1218,7 +1218,7 @@ exports.identityGovernanceActionsDescription = [
1218
1218
  }
1219
1219
  },
1220
1220
  {
1221
- "displayName": "Resource Id",
1221
+ "displayName": "Resource ID",
1222
1222
  "name": "resourceId",
1223
1223
  "type": "string",
1224
1224
  "default": "",
@@ -1366,7 +1366,7 @@ exports.identityGovernanceActionsDescription = [
1366
1366
  }
1367
1367
  },
1368
1368
  {
1369
- "displayName": "Principal Id",
1369
+ "displayName": "Principal ID",
1370
1370
  "name": "principalId",
1371
1371
  "type": "string",
1372
1372
  "default": "",
@@ -1390,7 +1390,7 @@ exports.identityGovernanceActionsDescription = [
1390
1390
  }
1391
1391
  },
1392
1392
  {
1393
- "displayName": "Resource Id",
1393
+ "displayName": "Resource ID",
1394
1394
  "name": "resourceId",
1395
1395
  "type": "string",
1396
1396
  "default": "",
@@ -1500,7 +1500,7 @@ exports.identityGovernanceActionsDescription = [
1500
1500
  }
1501
1501
  },
1502
1502
  {
1503
- "displayName": "Principal Id",
1503
+ "displayName": "Principal ID",
1504
1504
  "name": "principalId",
1505
1505
  "type": "string",
1506
1506
  "default": "",
@@ -1524,7 +1524,7 @@ exports.identityGovernanceActionsDescription = [
1524
1524
  }
1525
1525
  },
1526
1526
  {
1527
- "displayName": "Resource Id",
1527
+ "displayName": "Resource ID",
1528
1528
  "name": "resourceId",
1529
1529
  "type": "string",
1530
1530
  "default": "",
@@ -1653,7 +1653,7 @@ exports.identityGovernanceActionsDescription = [
1653
1653
  }
1654
1654
  },
1655
1655
  {
1656
- "displayName": "Principal Id",
1656
+ "displayName": "Principal ID",
1657
1657
  "name": "principalId",
1658
1658
  "type": "string",
1659
1659
  "default": "",
@@ -1677,7 +1677,7 @@ exports.identityGovernanceActionsDescription = [
1677
1677
  }
1678
1678
  },
1679
1679
  {
1680
- "displayName": "Resource Id",
1680
+ "displayName": "Resource ID",
1681
1681
  "name": "resourceId",
1682
1682
  "type": "string",
1683
1683
  "default": "",
@@ -1825,7 +1825,7 @@ exports.identityGovernanceActionsDescription = [
1825
1825
  }
1826
1826
  },
1827
1827
  {
1828
- "displayName": "Principal Id",
1828
+ "displayName": "Principal ID",
1829
1829
  "name": "principalId",
1830
1830
  "type": "string",
1831
1831
  "default": "",
@@ -1849,7 +1849,7 @@ exports.identityGovernanceActionsDescription = [
1849
1849
  }
1850
1850
  },
1851
1851
  {
1852
- "displayName": "Resource Id",
1852
+ "displayName": "Resource ID",
1853
1853
  "name": "resourceId",
1854
1854
  "type": "string",
1855
1855
  "default": "",
@@ -1997,7 +1997,7 @@ exports.identityGovernanceActionsDescription = [
1997
1997
  }
1998
1998
  },
1999
1999
  {
2000
- "displayName": "Principal Id",
2000
+ "displayName": "Principal ID",
2001
2001
  "name": "principalId",
2002
2002
  "type": "string",
2003
2003
  "default": "",
@@ -2021,7 +2021,7 @@ exports.identityGovernanceActionsDescription = [
2021
2021
  }
2022
2022
  },
2023
2023
  {
2024
- "displayName": "Resource Id",
2024
+ "displayName": "Resource ID",
2025
2025
  "name": "resourceId",
2026
2026
  "type": "string",
2027
2027
  "default": "",
@@ -2169,7 +2169,7 @@ exports.identityGovernanceActionsDescription = [
2169
2169
  }
2170
2170
  },
2171
2171
  {
2172
- "displayName": "Principal Id",
2172
+ "displayName": "Principal ID",
2173
2173
  "name": "principalId",
2174
2174
  "type": "string",
2175
2175
  "default": "",
@@ -2193,7 +2193,7 @@ exports.identityGovernanceActionsDescription = [
2193
2193
  }
2194
2194
  },
2195
2195
  {
2196
- "displayName": "Resource Id",
2196
+ "displayName": "Resource ID",
2197
2197
  "name": "resourceId",
2198
2198
  "type": "string",
2199
2199
  "default": "",
@@ -2284,7 +2284,7 @@ exports.identityGovernanceActionsDescription = [
2284
2284
  }
2285
2285
  },
2286
2286
  {
2287
- "displayName": "Principal Id",
2287
+ "displayName": "Principal ID",
2288
2288
  "name": "principalId",
2289
2289
  "type": "string",
2290
2290
  "default": "",
@@ -2308,7 +2308,7 @@ exports.identityGovernanceActionsDescription = [
2308
2308
  }
2309
2309
  },
2310
2310
  {
2311
- "displayName": "Resource Id",
2311
+ "displayName": "Resource ID",
2312
2312
  "name": "resourceId",
2313
2313
  "type": "string",
2314
2314
  "default": "",
@@ -2437,7 +2437,7 @@ exports.identityGovernanceActionsDescription = [
2437
2437
  }
2438
2438
  },
2439
2439
  {
2440
- "displayName": "Principal Id",
2440
+ "displayName": "Principal ID",
2441
2441
  "name": "principalId",
2442
2442
  "type": "string",
2443
2443
  "default": "",
@@ -2461,7 +2461,7 @@ exports.identityGovernanceActionsDescription = [
2461
2461
  }
2462
2462
  },
2463
2463
  {
2464
- "displayName": "Resource Id",
2464
+ "displayName": "Resource ID",
2465
2465
  "name": "resourceId",
2466
2466
  "type": "string",
2467
2467
  "default": "",
@@ -2675,7 +2675,7 @@ exports.identityGovernanceActionsDescription = [
2675
2675
  }
2676
2676
  },
2677
2677
  {
2678
- "displayName": "Catalog Id",
2678
+ "displayName": "Catalog ID",
2679
2679
  "name": "catalogId",
2680
2680
  "type": "string",
2681
2681
  "default": "",
@@ -2794,7 +2794,7 @@ exports.identityGovernanceActionsDescription = [
2794
2794
  }
2795
2795
  },
2796
2796
  {
2797
- "displayName": "Catalog Id",
2797
+ "displayName": "Catalog ID",
2798
2798
  "name": "catalogId",
2799
2799
  "type": "string",
2800
2800
  "default": "",
@@ -2856,7 +2856,7 @@ exports.identityGovernanceActionsDescription = [
2856
2856
  }
2857
2857
  },
2858
2858
  {
2859
- "displayName": "Catalog Id",
2859
+ "displayName": "Catalog ID",
2860
2860
  "name": "catalogId",
2861
2861
  "type": "string",
2862
2862
  "default": "",
@@ -2990,7 +2990,7 @@ exports.identityGovernanceActionsDescription = [
2990
2990
  }
2991
2991
  },
2992
2992
  {
2993
- "displayName": "User Id",
2993
+ "displayName": "User ID",
2994
2994
  "name": "userId",
2995
2995
  "type": "string",
2996
2996
  "default": "",
@@ -3105,7 +3105,7 @@ exports.identityGovernanceActionsDescription = [
3105
3105
  }
3106
3106
  },
3107
3107
  {
3108
- "displayName": "On Behalf Of User Id",
3108
+ "displayName": "On Behalf Of User ID",
3109
3109
  "name": "onBehalfOfUserId",
3110
3110
  "type": "string",
3111
3111
  "default": "",
@@ -3239,7 +3239,7 @@ exports.identityGovernanceActionsDescription = [
3239
3239
  }
3240
3240
  },
3241
3241
  {
3242
- "displayName": "User Id",
3242
+ "displayName": "User ID",
3243
3243
  "name": "userId",
3244
3244
  "type": "string",
3245
3245
  "default": "",
@@ -3354,7 +3354,7 @@ exports.identityGovernanceActionsDescription = [
3354
3354
  }
3355
3355
  },
3356
3356
  {
3357
- "displayName": "On Behalf Of User Id",
3357
+ "displayName": "On Behalf Of User ID",
3358
3358
  "name": "onBehalfOfUserId",
3359
3359
  "type": "string",
3360
3360
  "default": "",
@@ -21863,7 +21863,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
21863
21863
  }
21864
21864
  },
21865
21865
  {
21866
- "displayName": "Odata Id",
21866
+ "displayName": "Odata ID",
21867
21867
  "name": "@odata-id",
21868
21868
  "type": "string",
21869
21869
  "default": "",
@@ -21930,7 +21930,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
21930
21930
  }
21931
21931
  },
21932
21932
  {
21933
- "displayName": "Id",
21933
+ "displayName": "ID",
21934
21934
  "name": "%40id",
21935
21935
  "description": "Delete Uri",
21936
21936
  "default": "",
@@ -22362,7 +22362,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
22362
22362
  }
22363
22363
  },
22364
22364
  {
22365
- "displayName": "Odata Id",
22365
+ "displayName": "Odata ID",
22366
22366
  "name": "@odata-id",
22367
22367
  "type": "string",
22368
22368
  "default": "",
@@ -22429,7 +22429,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
22429
22429
  }
22430
22430
  },
22431
22431
  {
22432
- "displayName": "Id",
22432
+ "displayName": "ID",
22433
22433
  "name": "%40id",
22434
22434
  "description": "Delete Uri",
22435
22435
  "default": "",
@@ -42199,7 +42199,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
42199
42199
  }
42200
42200
  },
42201
42201
  {
42202
- "displayName": "Odata Id",
42202
+ "displayName": "Odata ID",
42203
42203
  "name": "@odata-id",
42204
42204
  "type": "string",
42205
42205
  "default": "",
@@ -42266,7 +42266,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
42266
42266
  }
42267
42267
  },
42268
42268
  {
42269
- "displayName": "Id",
42269
+ "displayName": "ID",
42270
42270
  "name": "%40id",
42271
42271
  "description": "Delete Uri",
42272
42272
  "default": "",
@@ -42698,7 +42698,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
42698
42698
  }
42699
42699
  },
42700
42700
  {
42701
- "displayName": "Odata Id",
42701
+ "displayName": "Odata ID",
42702
42702
  "name": "@odata-id",
42703
42703
  "type": "string",
42704
42704
  "default": "",
@@ -42765,7 +42765,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
42765
42765
  }
42766
42766
  },
42767
42767
  {
42768
- "displayName": "Id",
42768
+ "displayName": "ID",
42769
42769
  "name": "%40id",
42770
42770
  "description": "Delete Uri",
42771
42771
  "default": "",
@@ -57608,7 +57608,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
57608
57608
  }
57609
57609
  },
57610
57610
  {
57611
- "displayName": "Odata Id",
57611
+ "displayName": "Odata ID",
57612
57612
  "name": "@odata-id",
57613
57613
  "type": "string",
57614
57614
  "default": "",
@@ -57675,7 +57675,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
57675
57675
  }
57676
57676
  },
57677
57677
  {
57678
- "displayName": "Id",
57678
+ "displayName": "ID",
57679
57679
  "name": "%40id",
57680
57680
  "description": "Delete Uri",
57681
57681
  "default": "",
@@ -58107,7 +58107,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
58107
58107
  }
58108
58108
  },
58109
58109
  {
58110
- "displayName": "Odata Id",
58110
+ "displayName": "Odata ID",
58111
58111
  "name": "@odata-id",
58112
58112
  "type": "string",
58113
58113
  "default": "",
@@ -58174,7 +58174,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
58174
58174
  }
58175
58175
  },
58176
58176
  {
58177
- "displayName": "Id",
58177
+ "displayName": "ID",
58178
58178
  "name": "%40id",
58179
58179
  "description": "Delete Uri",
58180
58180
  "default": "",
@@ -59042,7 +59042,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
59042
59042
  }
59043
59043
  },
59044
59044
  {
59045
- "displayName": "Odata Id",
59045
+ "displayName": "Odata ID",
59046
59046
  "name": "@odata-id",
59047
59047
  "type": "string",
59048
59048
  "default": "",
@@ -59109,7 +59109,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
59109
59109
  }
59110
59110
  },
59111
59111
  {
59112
- "displayName": "Id",
59112
+ "displayName": "ID",
59113
59113
  "name": "%40id",
59114
59114
  "description": "Delete Uri",
59115
59115
  "default": "",
@@ -59576,7 +59576,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
59576
59576
  }
59577
59577
  },
59578
59578
  {
59579
- "displayName": "Odata Id",
59579
+ "displayName": "Odata ID",
59580
59580
  "name": "@odata-id",
59581
59581
  "type": "string",
59582
59582
  "default": "",
@@ -59643,7 +59643,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
59643
59643
  }
59644
59644
  },
59645
59645
  {
59646
- "displayName": "Id",
59646
+ "displayName": "ID",
59647
59647
  "name": "%40id",
59648
59648
  "description": "Delete Uri",
59649
59649
  "default": "",