@n8n-dev/n8n-nodes-microsoft-graph 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.md +13907 -418
  2. package/dist/credentials/MicrosoftGraphApi.credentials.js +2 -2
  3. package/dist/nodes/MicrosoftGraph/MicrosoftGraph.node.js +12 -12
  4. package/dist/nodes/MicrosoftGraph/resources/applications-actions/index.js +4 -4
  5. package/dist/nodes/MicrosoftGraph/resources/applications-directory-object/index.js +2 -2
  6. package/dist/nodes/MicrosoftGraph/resources/applications-token-issuance-policy/index.js +2 -2
  7. package/dist/nodes/MicrosoftGraph/resources/applications-token-lifetime-policy/index.js +2 -2
  8. package/dist/nodes/MicrosoftGraph/resources/chats-actions/index.js +1 -1
  9. package/dist/nodes/MicrosoftGraph/resources/communications-actions/index.js +7 -7
  10. package/dist/nodes/MicrosoftGraph/resources/contacts-actions/index.js +1 -1
  11. package/dist/nodes/MicrosoftGraph/resources/contracts-actions/index.js +1 -1
  12. package/dist/nodes/MicrosoftGraph/resources/default/index.js +96 -96
  13. package/dist/nodes/MicrosoftGraph/resources/default/index.js.map +1 -1
  14. package/dist/nodes/MicrosoftGraph/resources/device-management-actions/index.js +17 -17
  15. package/dist/nodes/MicrosoftGraph/resources/device-management-functions/index.js +1 -1
  16. package/dist/nodes/MicrosoftGraph/resources/devices-actions/index.js +1 -1
  17. package/dist/nodes/MicrosoftGraph/resources/devices-directory-object/index.js +2 -2
  18. package/dist/nodes/MicrosoftGraph/resources/directory-actions/index.js +1 -1
  19. package/dist/nodes/MicrosoftGraph/resources/directory-administrative-unit/index.js +2 -2
  20. package/dist/nodes/MicrosoftGraph/resources/directory-object-org-contact/index.js +12 -12
  21. package/dist/nodes/MicrosoftGraph/resources/directory-objects-actions/index.js +1 -1
  22. package/dist/nodes/MicrosoftGraph/resources/directory-role-templates-actions/index.js +1 -1
  23. package/dist/nodes/MicrosoftGraph/resources/directory-roles-actions/index.js +1 -1
  24. package/dist/nodes/MicrosoftGraph/resources/directory-roles-directory-object/index.js +2 -2
  25. package/dist/nodes/MicrosoftGraph/resources/domain-dns-records-domain-dns-record/index.js +47 -47
  26. package/dist/nodes/MicrosoftGraph/resources/domains-domain-dns-record/index.js +65 -65
  27. package/dist/nodes/MicrosoftGraph/resources/drives-actions/index.js +9 -9
  28. package/dist/nodes/MicrosoftGraph/resources/education-education-class/index.js +7 -7
  29. package/dist/nodes/MicrosoftGraph/resources/education-education-school/index.js +4 -4
  30. package/dist/nodes/MicrosoftGraph/resources/education-education-user/index.js +6 -6
  31. package/dist/nodes/MicrosoftGraph/resources/group-lifecycle-policies-actions/index.js +2 -2
  32. package/dist/nodes/MicrosoftGraph/resources/group-setting-templates-actions/index.js +1 -1
  33. package/dist/nodes/MicrosoftGraph/resources/groups-actions/index.js +128 -128
  34. package/dist/nodes/MicrosoftGraph/resources/groups-directory-object/index.js +8 -8
  35. package/dist/nodes/MicrosoftGraph/resources/groups-functions/index.js +5 -5
  36. package/dist/nodes/MicrosoftGraph/resources/identity-actions/index.js +5 -5
  37. package/dist/nodes/MicrosoftGraph/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
  38. package/dist/nodes/MicrosoftGraph/resources/identity-governance-actions/index.js +4 -4
  39. package/dist/nodes/MicrosoftGraph/resources/identity-governance-entitlement-management/index.js +12 -12
  40. package/dist/nodes/MicrosoftGraph/resources/identity-governance-functions/index.js +14 -14
  41. package/dist/nodes/MicrosoftGraph/resources/identity-identity-api-connector/index.js +47 -47
  42. package/dist/nodes/MicrosoftGraph/resources/me-actions/index.js +88 -88
  43. package/dist/nodes/MicrosoftGraph/resources/me-directory-object/index.js +1 -1
  44. package/dist/nodes/MicrosoftGraph/resources/me-functions/index.js +4 -4
  45. package/dist/nodes/MicrosoftGraph/resources/me-o-auth-2-permission-grant/index.js +16 -16
  46. package/dist/nodes/MicrosoftGraph/resources/mobile-app-mobile-lob-app/index.js +5 -5
  47. package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-functions/index.js +19 -19
  48. package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
  49. package/dist/nodes/MicrosoftGraph/resources/organization-actions/index.js +1 -1
  50. package/dist/nodes/MicrosoftGraph/resources/permission-grants-actions/index.js +1 -1
  51. package/dist/nodes/MicrosoftGraph/resources/policies-actions/index.js +1 -1
  52. package/dist/nodes/MicrosoftGraph/resources/policies-cross-tenant-access-policy/index.js +2 -2
  53. package/dist/nodes/MicrosoftGraph/resources/policies-feature-rollout-policy/index.js +2 -2
  54. package/dist/nodes/MicrosoftGraph/resources/print-actions/index.js +2 -2
  55. package/dist/nodes/MicrosoftGraph/resources/print-printer-share/index.js +4 -4
  56. package/dist/nodes/MicrosoftGraph/resources/reports-functions/index.js +3 -3
  57. package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js +28 -28
  58. package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js.map +1 -1
  59. package/dist/nodes/MicrosoftGraph/resources/service-principals-actions/index.js +3 -3
  60. package/dist/nodes/MicrosoftGraph/resources/service-principals-claims-mapping-policy/index.js +2 -2
  61. package/dist/nodes/MicrosoftGraph/resources/service-principals-directory-object/index.js +2 -2
  62. package/dist/nodes/MicrosoftGraph/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
  63. package/dist/nodes/MicrosoftGraph/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
  64. package/dist/nodes/MicrosoftGraph/resources/shares-actions/index.js +1 -1
  65. package/dist/nodes/MicrosoftGraph/resources/sites-actions/index.js +62 -62
  66. package/dist/nodes/MicrosoftGraph/resources/sites-functions/index.js +1 -1
  67. package/dist/nodes/MicrosoftGraph/resources/teams-actions/index.js +1 -1
  68. package/dist/nodes/MicrosoftGraph/resources/teams-functions/index.js +4 -4
  69. package/dist/nodes/MicrosoftGraph/resources/teamwork-actions/index.js +2 -2
  70. package/dist/nodes/MicrosoftGraph/resources/users-actions/index.js +89 -89
  71. package/dist/nodes/MicrosoftGraph/resources/users-directory-object/index.js +1 -1
  72. package/dist/nodes/MicrosoftGraph/resources/users-functions/index.js +4 -4
  73. package/dist/nodes/MicrosoftGraph/resources/users-o-auth-2-permission-grant/index.js +16 -16
  74. package/dist/package.json +2 -2
  75. package/dist/tsconfig.tsbuildinfo +1 -1
  76. package/package.json +2 -2
@@ -1009,7 +1009,7 @@ exports.meDirectoryObjectDescription = [
1009
1009
  }
1010
1010
  },
1011
1011
  {
1012
- "displayName": "Odata Id",
1012
+ "displayName": "Odata ID",
1013
1013
  "name": "@odata-id",
1014
1014
  "type": "string",
1015
1015
  "default": "",
@@ -6846,7 +6846,7 @@ exports.meFunctionsDescription = [
6846
6846
  }
6847
6847
  },
6848
6848
  {
6849
- "displayName": "User Id",
6849
+ "displayName": "User ID",
6850
6850
  "name": "userId",
6851
6851
  "description": "Usage: userId='@userId'",
6852
6852
  "default": "",
@@ -6871,7 +6871,7 @@ exports.meFunctionsDescription = [
6871
6871
  }
6872
6872
  },
6873
6873
  {
6874
- "displayName": "Tenant Id",
6874
+ "displayName": "Tenant ID",
6875
6875
  "name": "tenantId",
6876
6876
  "description": "Usage: tenantId='@tenantId'",
6877
6877
  "default": "",
@@ -7328,7 +7328,7 @@ exports.meFunctionsDescription = [
7328
7328
  }
7329
7329
  },
7330
7330
  {
7331
- "displayName": "User Id",
7331
+ "displayName": "User ID",
7332
7332
  "name": "userId",
7333
7333
  "description": "Usage: userId='@userId'",
7334
7334
  "default": "",
@@ -7353,7 +7353,7 @@ exports.meFunctionsDescription = [
7353
7353
  }
7354
7354
  },
7355
7355
  {
7356
- "displayName": "Tenant Id",
7356
+ "displayName": "Tenant ID",
7357
7357
  "name": "tenantId",
7358
7358
  "description": "Usage: tenantId='@tenantId'",
7359
7359
  "default": "",
@@ -16,8 +16,8 @@ exports.meOAuth2PermissionGrantDescription = [
16
16
  },
17
17
  "options": [
18
18
  {
19
- "name": "Me List Oauth 2 Permission Grants",
20
- "value": "Me List Oauth 2 Permission Grants",
19
+ "name": "Me List OAuth 2 Permission Grants",
20
+ "value": "Me List OAuth 2 Permission Grants",
21
21
  "action": "List oauth2PermissionGrants",
22
22
  "description": "Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user.",
23
23
  "routing": {
@@ -28,8 +28,8 @@ exports.meOAuth2PermissionGrantDescription = [
28
28
  }
29
29
  },
30
30
  {
31
- "name": "Me Get Oauth 2 Permission Grants",
32
- "value": "Me Get Oauth 2 Permission Grants",
31
+ "name": "Me Get OAuth 2 Permission Grants",
32
+ "value": "Me Get OAuth 2 Permission Grants",
33
33
  "action": "Get oauth2PermissionGrants from me",
34
34
  "description": "Get oauth2PermissionGrants from me",
35
35
  "routing": {
@@ -56,7 +56,7 @@ exports.meOAuth2PermissionGrantDescription = [
56
56
  "Me O Auth 2 Permission Grant"
57
57
  ],
58
58
  "operation": [
59
- "Me List Oauth 2 Permission Grants"
59
+ "Me List OAuth 2 Permission Grants"
60
60
  ]
61
61
  }
62
62
  }
@@ -81,7 +81,7 @@ exports.meOAuth2PermissionGrantDescription = [
81
81
  "Me O Auth 2 Permission Grant"
82
82
  ],
83
83
  "operation": [
84
- "Me List Oauth 2 Permission Grants"
84
+ "Me List OAuth 2 Permission Grants"
85
85
  ]
86
86
  }
87
87
  }
@@ -106,7 +106,7 @@ exports.meOAuth2PermissionGrantDescription = [
106
106
  "Me O Auth 2 Permission Grant"
107
107
  ],
108
108
  "operation": [
109
- "Me List Oauth 2 Permission Grants"
109
+ "Me List OAuth 2 Permission Grants"
110
110
  ]
111
111
  }
112
112
  }
@@ -131,7 +131,7 @@ exports.meOAuth2PermissionGrantDescription = [
131
131
  "Me O Auth 2 Permission Grant"
132
132
  ],
133
133
  "operation": [
134
- "Me List Oauth 2 Permission Grants"
134
+ "Me List OAuth 2 Permission Grants"
135
135
  ]
136
136
  }
137
137
  }
@@ -156,7 +156,7 @@ exports.meOAuth2PermissionGrantDescription = [
156
156
  "Me O Auth 2 Permission Grant"
157
157
  ],
158
158
  "operation": [
159
- "Me List Oauth 2 Permission Grants"
159
+ "Me List OAuth 2 Permission Grants"
160
160
  ]
161
161
  }
162
162
  }
@@ -181,7 +181,7 @@ exports.meOAuth2PermissionGrantDescription = [
181
181
  "Me O Auth 2 Permission Grant"
182
182
  ],
183
183
  "operation": [
184
- "Me List Oauth 2 Permission Grants"
184
+ "Me List OAuth 2 Permission Grants"
185
185
  ]
186
186
  }
187
187
  }
@@ -206,7 +206,7 @@ exports.meOAuth2PermissionGrantDescription = [
206
206
  "Me O Auth 2 Permission Grant"
207
207
  ],
208
208
  "operation": [
209
- "Me List Oauth 2 Permission Grants"
209
+ "Me List OAuth 2 Permission Grants"
210
210
  ]
211
211
  }
212
212
  }
@@ -231,7 +231,7 @@ exports.meOAuth2PermissionGrantDescription = [
231
231
  "Me O Auth 2 Permission Grant"
232
232
  ],
233
233
  "operation": [
234
- "Me List Oauth 2 Permission Grants"
234
+ "Me List OAuth 2 Permission Grants"
235
235
  ]
236
236
  }
237
237
  }
@@ -256,7 +256,7 @@ exports.meOAuth2PermissionGrantDescription = [
256
256
  "Me O Auth 2 Permission Grant"
257
257
  ],
258
258
  "operation": [
259
- "Me List Oauth 2 Permission Grants"
259
+ "Me List OAuth 2 Permission Grants"
260
260
  ]
261
261
  }
262
262
  }
@@ -275,7 +275,7 @@ exports.meOAuth2PermissionGrantDescription = [
275
275
  "Me O Auth 2 Permission Grant"
276
276
  ],
277
277
  "operation": [
278
- "Me Get Oauth 2 Permission Grants"
278
+ "Me Get OAuth 2 Permission Grants"
279
279
  ]
280
280
  }
281
281
  }
@@ -300,7 +300,7 @@ exports.meOAuth2PermissionGrantDescription = [
300
300
  "Me O Auth 2 Permission Grant"
301
301
  ],
302
302
  "operation": [
303
- "Me Get Oauth 2 Permission Grants"
303
+ "Me Get OAuth 2 Permission Grants"
304
304
  ]
305
305
  }
306
306
  }
@@ -325,7 +325,7 @@ exports.meOAuth2PermissionGrantDescription = [
325
325
  "Me O Auth 2 Permission Grant"
326
326
  ],
327
327
  "operation": [
328
- "Me Get Oauth 2 Permission Grants"
328
+ "Me Get OAuth 2 Permission Grants"
329
329
  ]
330
330
  }
331
331
  }
@@ -28,8 +28,8 @@ exports.mobileAppMobileLobAppDescription = [
28
28
  }
29
29
  },
30
30
  {
31
- "name": "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 Db 8",
32
- "value": "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 Db 8",
31
+ "name": "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 DB 8",
32
+ "value": "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 DB 8",
33
33
  "action": "Get the item of type microsoft.graph.mobileApp as microsoft.graph.mobileLobApp",
34
34
  "description": "Get the item of type microsoft.graph.mobileApp as microsoft.graph.mobileLobApp",
35
35
  "routing": {
@@ -275,7 +275,7 @@ exports.mobileAppMobileLobAppDescription = [
275
275
  "Mobile App Mobile Lob App"
276
276
  ],
277
277
  "operation": [
278
- "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 Db 8"
278
+ "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 DB 8"
279
279
  ]
280
280
  }
281
281
  }
@@ -300,7 +300,7 @@ exports.mobileAppMobileLobAppDescription = [
300
300
  "Mobile App Mobile Lob App"
301
301
  ],
302
302
  "operation": [
303
- "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 Db 8"
303
+ "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 DB 8"
304
304
  ]
305
305
  }
306
306
  }
@@ -325,7 +325,7 @@ exports.mobileAppMobileLobAppDescription = [
325
325
  "Mobile App Mobile Lob App"
326
326
  ],
327
327
  "operation": [
328
- "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 Db 8"
328
+ "Get Microsoft Graph Mobile App Item As Microsoft Graph Mobile Lob App 0 DB 8"
329
329
  ]
330
330
  }
331
331
  }
@@ -10,14 +10,14 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
10
10
  "displayOptions": {
11
11
  "show": {
12
12
  "resource": [
13
- "Oauth 2 Permission Grants Functions"
13
+ "OAuth 2 Permission Grants Functions"
14
14
  ]
15
15
  }
16
16
  },
17
17
  "options": [
18
18
  {
19
- "name": "Oauth 2 Permission Grants Delta",
20
- "value": "Oauth 2 Permission Grants Delta",
19
+ "name": "OAuth 2 Permission Grants Delta",
20
+ "value": "OAuth 2 Permission Grants Delta",
21
21
  "action": "Invoke function delta",
22
22
  "description": "Invoke function delta",
23
23
  "routing": {
@@ -41,10 +41,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
41
41
  "displayOptions": {
42
42
  "show": {
43
43
  "resource": [
44
- "Oauth 2 Permission Grants Functions"
44
+ "OAuth 2 Permission Grants Functions"
45
45
  ],
46
46
  "operation": [
47
- "Oauth 2 Permission Grants Delta"
47
+ "OAuth 2 Permission Grants Delta"
48
48
  ]
49
49
  }
50
50
  }
@@ -66,10 +66,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
66
66
  "displayOptions": {
67
67
  "show": {
68
68
  "resource": [
69
- "Oauth 2 Permission Grants Functions"
69
+ "OAuth 2 Permission Grants Functions"
70
70
  ],
71
71
  "operation": [
72
- "Oauth 2 Permission Grants Delta"
72
+ "OAuth 2 Permission Grants Delta"
73
73
  ]
74
74
  }
75
75
  }
@@ -91,10 +91,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
91
91
  "displayOptions": {
92
92
  "show": {
93
93
  "resource": [
94
- "Oauth 2 Permission Grants Functions"
94
+ "OAuth 2 Permission Grants Functions"
95
95
  ],
96
96
  "operation": [
97
- "Oauth 2 Permission Grants Delta"
97
+ "OAuth 2 Permission Grants Delta"
98
98
  ]
99
99
  }
100
100
  }
@@ -116,10 +116,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
116
116
  "displayOptions": {
117
117
  "show": {
118
118
  "resource": [
119
- "Oauth 2 Permission Grants Functions"
119
+ "OAuth 2 Permission Grants Functions"
120
120
  ],
121
121
  "operation": [
122
- "Oauth 2 Permission Grants Delta"
122
+ "OAuth 2 Permission Grants Delta"
123
123
  ]
124
124
  }
125
125
  }
@@ -141,10 +141,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
141
141
  "displayOptions": {
142
142
  "show": {
143
143
  "resource": [
144
- "Oauth 2 Permission Grants Functions"
144
+ "OAuth 2 Permission Grants Functions"
145
145
  ],
146
146
  "operation": [
147
- "Oauth 2 Permission Grants Delta"
147
+ "OAuth 2 Permission Grants Delta"
148
148
  ]
149
149
  }
150
150
  }
@@ -166,10 +166,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
166
166
  "displayOptions": {
167
167
  "show": {
168
168
  "resource": [
169
- "Oauth 2 Permission Grants Functions"
169
+ "OAuth 2 Permission Grants Functions"
170
170
  ],
171
171
  "operation": [
172
- "Oauth 2 Permission Grants Delta"
172
+ "OAuth 2 Permission Grants Delta"
173
173
  ]
174
174
  }
175
175
  }
@@ -191,10 +191,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
191
191
  "displayOptions": {
192
192
  "show": {
193
193
  "resource": [
194
- "Oauth 2 Permission Grants Functions"
194
+ "OAuth 2 Permission Grants Functions"
195
195
  ],
196
196
  "operation": [
197
- "Oauth 2 Permission Grants Delta"
197
+ "OAuth 2 Permission Grants Delta"
198
198
  ]
199
199
  }
200
200
  }
@@ -216,10 +216,10 @@ exports.oauth2PermissionGrantsFunctionsDescription = [
216
216
  "displayOptions": {
217
217
  "show": {
218
218
  "resource": [
219
- "Oauth 2 Permission Grants Functions"
219
+ "OAuth 2 Permission Grants Functions"
220
220
  ],
221
221
  "operation": [
222
- "Oauth 2 Permission Grants Delta"
222
+ "OAuth 2 Permission Grants Delta"
223
223
  ]
224
224
  }
225
225
  }
@@ -10,14 +10,14 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
10
10
  "displayOptions": {
11
11
  "show": {
12
12
  "resource": [
13
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
13
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
14
14
  ]
15
15
  }
16
16
  },
17
17
  "options": [
18
18
  {
19
- "name": "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant",
20
- "value": "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant",
19
+ "name": "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant",
20
+ "value": "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant",
21
21
  "action": "List oauth2PermissionGrants (delegated permission grants)",
22
22
  "description": "Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users.",
23
23
  "routing": {
@@ -28,8 +28,8 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
28
28
  }
29
29
  },
30
30
  {
31
- "name": "Oauth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant",
32
- "value": "Oauth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant",
31
+ "name": "OAuth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant",
32
+ "value": "OAuth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant",
33
33
  "action": "Create oAuth2PermissionGrant (a delegated permission grant)",
34
34
  "description": "Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted.",
35
35
  "routing": {
@@ -40,8 +40,8 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
40
40
  }
41
41
  },
42
42
  {
43
- "name": "Oauth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant",
44
- "value": "Oauth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant",
43
+ "name": "OAuth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant",
44
+ "value": "OAuth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant",
45
45
  "action": "Delete oAuth2PermissionGrant (a delegated permission grant)",
46
46
  "description": "Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted **oAuth2PermissionGrant**.",
47
47
  "routing": {
@@ -52,8 +52,8 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
52
52
  }
53
53
  },
54
54
  {
55
- "name": "Oauth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant",
56
- "value": "Oauth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant",
55
+ "name": "OAuth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant",
56
+ "value": "OAuth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant",
57
57
  "action": "Get oAuth2PermissionGrant (a delegated permission grant)",
58
58
  "description": "Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An **oAuth2PermissionGrant** represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user.",
59
59
  "routing": {
@@ -64,8 +64,8 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
64
64
  }
65
65
  },
66
66
  {
67
- "name": "Oauth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant",
68
- "value": "Oauth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant",
67
+ "name": "OAuth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant",
68
+ "value": "OAuth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant",
69
69
  "action": "Update a delegated permission grant (oAuth2PermissionGrant)",
70
70
  "description": "Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An **oAuth2PermissionGrant** can be updated to change which delegated permissions are granted, by adding or removing items from the list in **scopes**.",
71
71
  "routing": {
@@ -89,10 +89,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
89
89
  "displayOptions": {
90
90
  "show": {
91
91
  "resource": [
92
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
92
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
93
93
  ],
94
94
  "operation": [
95
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
95
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
96
96
  ]
97
97
  }
98
98
  }
@@ -114,10 +114,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
114
114
  "displayOptions": {
115
115
  "show": {
116
116
  "resource": [
117
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
117
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
118
118
  ],
119
119
  "operation": [
120
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
120
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
121
121
  ]
122
122
  }
123
123
  }
@@ -139,10 +139,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
139
139
  "displayOptions": {
140
140
  "show": {
141
141
  "resource": [
142
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
142
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
143
143
  ],
144
144
  "operation": [
145
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
145
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
146
146
  ]
147
147
  }
148
148
  }
@@ -164,10 +164,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
164
164
  "displayOptions": {
165
165
  "show": {
166
166
  "resource": [
167
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
167
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
168
168
  ],
169
169
  "operation": [
170
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
170
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
171
171
  ]
172
172
  }
173
173
  }
@@ -189,10 +189,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
189
189
  "displayOptions": {
190
190
  "show": {
191
191
  "resource": [
192
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
192
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
193
193
  ],
194
194
  "operation": [
195
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
195
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
196
196
  ]
197
197
  }
198
198
  }
@@ -214,10 +214,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
214
214
  "displayOptions": {
215
215
  "show": {
216
216
  "resource": [
217
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
217
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
218
218
  ],
219
219
  "operation": [
220
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
220
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
221
221
  ]
222
222
  }
223
223
  }
@@ -239,10 +239,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
239
239
  "displayOptions": {
240
240
  "show": {
241
241
  "resource": [
242
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
242
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
243
243
  ],
244
244
  "operation": [
245
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
245
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
246
246
  ]
247
247
  }
248
248
  }
@@ -264,10 +264,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
264
264
  "displayOptions": {
265
265
  "show": {
266
266
  "resource": [
267
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
267
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
268
268
  ],
269
269
  "operation": [
270
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
270
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
271
271
  ]
272
272
  }
273
273
  }
@@ -289,10 +289,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
289
289
  "displayOptions": {
290
290
  "show": {
291
291
  "resource": [
292
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
292
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
293
293
  ],
294
294
  "operation": [
295
- "Oauth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
295
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant List O Auth 2 Permission Grant"
296
296
  ]
297
297
  }
298
298
  }
@@ -308,10 +308,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
308
308
  "displayOptions": {
309
309
  "show": {
310
310
  "resource": [
311
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
311
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
312
312
  ],
313
313
  "operation": [
314
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant"
314
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant"
315
315
  ]
316
316
  }
317
317
  }
@@ -324,10 +324,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
324
324
  "displayOptions": {
325
325
  "show": {
326
326
  "resource": [
327
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
327
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
328
328
  ],
329
329
  "operation": [
330
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant"
330
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Create O Auth 2 Permission Grant"
331
331
  ]
332
332
  }
333
333
  }
@@ -343,10 +343,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
343
343
  "displayOptions": {
344
344
  "show": {
345
345
  "resource": [
346
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
346
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
347
347
  ],
348
348
  "operation": [
349
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant"
349
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant"
350
350
  ]
351
351
  }
352
352
  }
@@ -367,10 +367,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
367
367
  "displayOptions": {
368
368
  "show": {
369
369
  "resource": [
370
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
370
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
371
371
  ],
372
372
  "operation": [
373
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant"
373
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Delete O Auth 2 Permission Grant"
374
374
  ]
375
375
  }
376
376
  }
@@ -386,10 +386,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
386
386
  "displayOptions": {
387
387
  "show": {
388
388
  "resource": [
389
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
389
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
390
390
  ],
391
391
  "operation": [
392
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant"
392
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant"
393
393
  ]
394
394
  }
395
395
  }
@@ -411,10 +411,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
411
411
  "displayOptions": {
412
412
  "show": {
413
413
  "resource": [
414
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
414
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
415
415
  ],
416
416
  "operation": [
417
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant"
417
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant"
418
418
  ]
419
419
  }
420
420
  }
@@ -436,10 +436,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
436
436
  "displayOptions": {
437
437
  "show": {
438
438
  "resource": [
439
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
439
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
440
440
  ],
441
441
  "operation": [
442
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant"
442
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Get O Auth 2 Permission Grant"
443
443
  ]
444
444
  }
445
445
  }
@@ -455,10 +455,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
455
455
  "displayOptions": {
456
456
  "show": {
457
457
  "resource": [
458
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
458
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
459
459
  ],
460
460
  "operation": [
461
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant"
461
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant"
462
462
  ]
463
463
  }
464
464
  }
@@ -471,10 +471,10 @@ exports.oauth2PermissionGrantsOAuth2PermissionGrantDescription = [
471
471
  "displayOptions": {
472
472
  "show": {
473
473
  "resource": [
474
- "Oauth 2 Permission Grants O Auth 2 Permission Grant"
474
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant"
475
475
  ],
476
476
  "operation": [
477
- "Oauth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant"
477
+ "OAuth 2 Permission Grants O Auth 2 Permission Grant Update O Auth 2 Permission Grant"
478
478
  ]
479
479
  }
480
480
  }
@@ -328,7 +328,7 @@ exports.organizationActionsDescription = [
328
328
  }
329
329
  },
330
330
  {
331
- "displayName": "On Behalf Of User Id",
331
+ "displayName": "On Behalf Of User ID",
332
332
  "name": "onBehalfOfUserId",
333
333
  "type": "string",
334
334
  "default": "",
@@ -316,7 +316,7 @@ exports.permissionGrantsActionsDescription = [
316
316
  }
317
317
  },
318
318
  {
319
- "displayName": "On Behalf Of User Id",
319
+ "displayName": "On Behalf Of User ID",
320
320
  "name": "onBehalfOfUserId",
321
321
  "type": "string",
322
322
  "default": "",
@@ -287,7 +287,7 @@ exports.policiesActionsDescription = [
287
287
  }
288
288
  },
289
289
  {
290
- "displayName": "On Behalf Of User Id",
290
+ "displayName": "On Behalf Of User ID",
291
291
  "name": "onBehalfOfUserId",
292
292
  "type": "string",
293
293
  "default": "",