@n8n-dev/n8n-nodes-microsoft-graph 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13907 -418
- package/dist/credentials/MicrosoftGraphApi.credentials.js +2 -2
- package/dist/nodes/MicrosoftGraph/MicrosoftGraph.node.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/applications-actions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/applications-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/applications-token-issuance-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/applications-token-lifetime-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/chats-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/communications-actions/index.js +7 -7
- package/dist/nodes/MicrosoftGraph/resources/contacts-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/contracts-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/default/index.js +96 -96
- package/dist/nodes/MicrosoftGraph/resources/default/index.js.map +1 -1
- package/dist/nodes/MicrosoftGraph/resources/device-management-actions/index.js +17 -17
- package/dist/nodes/MicrosoftGraph/resources/device-management-functions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/devices-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/devices-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/directory-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-administrative-unit/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/directory-object-org-contact/index.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/directory-objects-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-role-templates-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-roles-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/directory-roles-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/domain-dns-records-domain-dns-record/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/domains-domain-dns-record/index.js +65 -65
- package/dist/nodes/MicrosoftGraph/resources/drives-actions/index.js +9 -9
- package/dist/nodes/MicrosoftGraph/resources/education-education-class/index.js +7 -7
- package/dist/nodes/MicrosoftGraph/resources/education-education-school/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/education-education-user/index.js +6 -6
- package/dist/nodes/MicrosoftGraph/resources/group-lifecycle-policies-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/group-setting-templates-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/groups-actions/index.js +128 -128
- package/dist/nodes/MicrosoftGraph/resources/groups-directory-object/index.js +8 -8
- package/dist/nodes/MicrosoftGraph/resources/groups-functions/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/identity-actions/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-actions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-entitlement-management/index.js +12 -12
- package/dist/nodes/MicrosoftGraph/resources/identity-governance-functions/index.js +14 -14
- package/dist/nodes/MicrosoftGraph/resources/identity-identity-api-connector/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/me-actions/index.js +88 -88
- package/dist/nodes/MicrosoftGraph/resources/me-directory-object/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/me-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/me-o-auth-2-permission-grant/index.js +16 -16
- package/dist/nodes/MicrosoftGraph/resources/mobile-app-mobile-lob-app/index.js +5 -5
- package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-functions/index.js +19 -19
- package/dist/nodes/MicrosoftGraph/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
- package/dist/nodes/MicrosoftGraph/resources/organization-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/permission-grants-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/policies-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/policies-cross-tenant-access-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/policies-feature-rollout-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/print-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/print-printer-share/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/reports-functions/index.js +3 -3
- package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js +28 -28
- package/dist/nodes/MicrosoftGraph/resources/security-alert/index.js.map +1 -1
- package/dist/nodes/MicrosoftGraph/resources/service-principals-actions/index.js +3 -3
- package/dist/nodes/MicrosoftGraph/resources/service-principals-claims-mapping-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-directory-object/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
- package/dist/nodes/MicrosoftGraph/resources/shares-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/sites-actions/index.js +62 -62
- package/dist/nodes/MicrosoftGraph/resources/sites-functions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/teams-actions/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/teams-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/teamwork-actions/index.js +2 -2
- package/dist/nodes/MicrosoftGraph/resources/users-actions/index.js +89 -89
- package/dist/nodes/MicrosoftGraph/resources/users-directory-object/index.js +1 -1
- package/dist/nodes/MicrosoftGraph/resources/users-functions/index.js +4 -4
- package/dist/nodes/MicrosoftGraph/resources/users-o-auth-2-permission-grant/index.js +16 -16
- package/dist/package.json +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -651,7 +651,7 @@ exports.groupsDirectoryObjectDescription = [
|
|
|
651
651
|
}
|
|
652
652
|
},
|
|
653
653
|
{
|
|
654
|
-
"displayName": "Odata
|
|
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": "
|
|
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
|
|
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": "
|
|
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
|
|
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": "
|
|
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
|
|
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": "
|
|
2980
|
+
"displayName": "ID",
|
|
2981
2981
|
"name": "%40id",
|
|
2982
2982
|
"description": "Delete Uri",
|
|
2983
2983
|
"default": "",
|
|
@@ -3981,7 +3981,7 @@ exports.groupsFunctionsDescription = [
|
|
|
3981
3981
|
}
|
|
3982
3982
|
},
|
|
3983
3983
|
{
|
|
3984
|
-
"displayName": "List
|
|
3984
|
+
"displayName": "List ID",
|
|
3985
3985
|
"name": "listId",
|
|
3986
3986
|
"required": true,
|
|
3987
3987
|
"description": "Usage: listId='{listId}'",
|
|
@@ -5069,7 +5069,7 @@ exports.groupsFunctionsDescription = [
|
|
|
5069
5069
|
}
|
|
5070
5070
|
},
|
|
5071
5071
|
{
|
|
5072
|
-
"displayName": "User
|
|
5072
|
+
"displayName": "User ID",
|
|
5073
5073
|
"name": "userId",
|
|
5074
5074
|
"description": "Usage: userId='@userId'",
|
|
5075
5075
|
"default": "",
|
|
@@ -5094,7 +5094,7 @@ exports.groupsFunctionsDescription = [
|
|
|
5094
5094
|
}
|
|
5095
5095
|
},
|
|
5096
5096
|
{
|
|
5097
|
-
"displayName": "Tenant
|
|
5097
|
+
"displayName": "Tenant ID",
|
|
5098
5098
|
"name": "tenantId",
|
|
5099
5099
|
"description": "Usage: tenantId='@tenantId'",
|
|
5100
5100
|
"default": "",
|
|
@@ -5551,7 +5551,7 @@ exports.groupsFunctionsDescription = [
|
|
|
5551
5551
|
}
|
|
5552
5552
|
},
|
|
5553
5553
|
{
|
|
5554
|
-
"displayName": "User
|
|
5554
|
+
"displayName": "User ID",
|
|
5555
5555
|
"name": "userId",
|
|
5556
5556
|
"description": "Usage: userId='@userId'",
|
|
5557
5557
|
"default": "",
|
|
@@ -5576,7 +5576,7 @@ exports.groupsFunctionsDescription = [
|
|
|
5576
5576
|
}
|
|
5577
5577
|
},
|
|
5578
5578
|
{
|
|
5579
|
-
"displayName": "Tenant
|
|
5579
|
+
"displayName": "Tenant ID",
|
|
5580
5580
|
"name": "tenantId",
|
|
5581
5581
|
"description": "Usage: tenantId='@tenantId'",
|
|
5582
5582
|
"default": "",
|
|
@@ -16,8 +16,8 @@ exports.identityActionsDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Identity
|
|
20
|
-
"value": "Identity
|
|
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": {
|
|
@@ -56,7 +56,7 @@ exports.identityActionsDescription = [
|
|
|
56
56
|
"Identity Actions"
|
|
57
57
|
],
|
|
58
58
|
"operation": [
|
|
59
|
-
"Identity
|
|
59
|
+
"Identity API Connectors Identity API Connector Upload Client Certificate"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -80,7 +80,7 @@ exports.identityActionsDescription = [
|
|
|
80
80
|
"Identity Actions"
|
|
81
81
|
],
|
|
82
82
|
"operation": [
|
|
83
|
-
"Identity
|
|
83
|
+
"Identity API Connectors Identity API Connector Upload Client Certificate"
|
|
84
84
|
]
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -104,7 +104,7 @@ exports.identityActionsDescription = [
|
|
|
104
104
|
"Identity Actions"
|
|
105
105
|
],
|
|
106
106
|
"operation": [
|
|
107
|
-
"Identity
|
|
107
|
+
"Identity API Connectors Identity API Connector Upload Client Certificate"
|
|
108
108
|
]
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -3016,7 +3016,7 @@ exports.identityB2XIdentityUserFlowDescription = [
|
|
|
3016
3016
|
}
|
|
3017
3017
|
},
|
|
3018
3018
|
{
|
|
3019
|
-
"displayName": "Odata
|
|
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": "
|
|
3086
|
+
"displayName": "ID",
|
|
3087
3087
|
"name": "%40id",
|
|
3088
3088
|
"description": "Delete Uri",
|
|
3089
3089
|
"default": "",
|
|
@@ -364,7 +364,7 @@ exports.identityGovernanceActionsDescription = [
|
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
-
"displayName": "Principal
|
|
367
|
+
"displayName": "Principal ID",
|
|
368
368
|
"name": "principalId",
|
|
369
369
|
"type": "string",
|
|
370
370
|
"default": "",
|
|
@@ -388,7 +388,7 @@ exports.identityGovernanceActionsDescription = [
|
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
|
-
"displayName": "Resource
|
|
391
|
+
"displayName": "Resource ID",
|
|
392
392
|
"name": "resourceId",
|
|
393
393
|
"type": "string",
|
|
394
394
|
"default": "",
|
|
@@ -822,7 +822,7 @@ exports.identityGovernanceActionsDescription = [
|
|
|
822
822
|
}
|
|
823
823
|
},
|
|
824
824
|
{
|
|
825
|
-
"displayName": "On Behalf Of User
|
|
825
|
+
"displayName": "On Behalf Of User ID",
|
|
826
826
|
"name": "onBehalfOfUserId",
|
|
827
827
|
"type": "string",
|
|
828
828
|
"default": "",
|
|
@@ -1047,7 +1047,7 @@ exports.identityGovernanceActionsDescription = [
|
|
|
1047
1047
|
}
|
|
1048
1048
|
},
|
|
1049
1049
|
{
|
|
1050
|
-
"displayName": "On Behalf Of User
|
|
1050
|
+
"displayName": "On Behalf Of User ID",
|
|
1051
1051
|
"name": "onBehalfOfUserId",
|
|
1052
1052
|
"type": "string",
|
|
1053
1053
|
"default": "",
|
package/dist/nodes/MicrosoftGraph/resources/identity-governance-entitlement-management/index.js
CHANGED
|
@@ -4513,7 +4513,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
4513
4513
|
}
|
|
4514
4514
|
},
|
|
4515
4515
|
{
|
|
4516
|
-
"displayName": "Odata
|
|
4516
|
+
"displayName": "Odata ID",
|
|
4517
4517
|
"name": "@odata-id",
|
|
4518
4518
|
"type": "string",
|
|
4519
4519
|
"default": "",
|
|
@@ -4580,7 +4580,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
4580
4580
|
}
|
|
4581
4581
|
},
|
|
4582
4582
|
{
|
|
4583
|
-
"displayName": "
|
|
4583
|
+
"displayName": "ID",
|
|
4584
4584
|
"name": "%40id",
|
|
4585
4585
|
"description": "Delete Uri",
|
|
4586
4586
|
"default": "",
|
|
@@ -5012,7 +5012,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
5012
5012
|
}
|
|
5013
5013
|
},
|
|
5014
5014
|
{
|
|
5015
|
-
"displayName": "Odata
|
|
5015
|
+
"displayName": "Odata ID",
|
|
5016
5016
|
"name": "@odata-id",
|
|
5017
5017
|
"type": "string",
|
|
5018
5018
|
"default": "",
|
|
@@ -5079,7 +5079,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
5079
5079
|
}
|
|
5080
5080
|
},
|
|
5081
5081
|
{
|
|
5082
|
-
"displayName": "
|
|
5082
|
+
"displayName": "ID",
|
|
5083
5083
|
"name": "%40id",
|
|
5084
5084
|
"description": "Delete Uri",
|
|
5085
5085
|
"default": "",
|
|
@@ -9766,7 +9766,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
9766
9766
|
}
|
|
9767
9767
|
},
|
|
9768
9768
|
{
|
|
9769
|
-
"displayName": "Odata
|
|
9769
|
+
"displayName": "Odata ID",
|
|
9770
9770
|
"name": "@odata-id",
|
|
9771
9771
|
"type": "string",
|
|
9772
9772
|
"default": "",
|
|
@@ -9833,7 +9833,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
9833
9833
|
}
|
|
9834
9834
|
},
|
|
9835
9835
|
{
|
|
9836
|
-
"displayName": "
|
|
9836
|
+
"displayName": "ID",
|
|
9837
9837
|
"name": "%40id",
|
|
9838
9838
|
"description": "Delete Uri",
|
|
9839
9839
|
"default": "",
|
|
@@ -10265,7 +10265,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
10265
10265
|
}
|
|
10266
10266
|
},
|
|
10267
10267
|
{
|
|
10268
|
-
"displayName": "Odata
|
|
10268
|
+
"displayName": "Odata ID",
|
|
10269
10269
|
"name": "@odata-id",
|
|
10270
10270
|
"type": "string",
|
|
10271
10271
|
"default": "",
|
|
@@ -10332,7 +10332,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
10332
10332
|
}
|
|
10333
10333
|
},
|
|
10334
10334
|
{
|
|
10335
|
-
"displayName": "
|
|
10335
|
+
"displayName": "ID",
|
|
10336
10336
|
"name": "%40id",
|
|
10337
10337
|
"description": "Delete Uri",
|
|
10338
10338
|
"default": "",
|
|
@@ -11200,7 +11200,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
11200
11200
|
}
|
|
11201
11201
|
},
|
|
11202
11202
|
{
|
|
11203
|
-
"displayName": "Odata
|
|
11203
|
+
"displayName": "Odata ID",
|
|
11204
11204
|
"name": "@odata-id",
|
|
11205
11205
|
"type": "string",
|
|
11206
11206
|
"default": "",
|
|
@@ -11267,7 +11267,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
11267
11267
|
}
|
|
11268
11268
|
},
|
|
11269
11269
|
{
|
|
11270
|
-
"displayName": "
|
|
11270
|
+
"displayName": "ID",
|
|
11271
11271
|
"name": "%40id",
|
|
11272
11272
|
"description": "Delete Uri",
|
|
11273
11273
|
"default": "",
|
|
@@ -11734,7 +11734,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
11734
11734
|
}
|
|
11735
11735
|
},
|
|
11736
11736
|
{
|
|
11737
|
-
"displayName": "Odata
|
|
11737
|
+
"displayName": "Odata ID",
|
|
11738
11738
|
"name": "@odata-id",
|
|
11739
11739
|
"type": "string",
|
|
11740
11740
|
"default": "",
|
|
@@ -11801,7 +11801,7 @@ exports.identityGovernanceEntitlementManagementDescription = [
|
|
|
11801
11801
|
}
|
|
11802
11802
|
},
|
|
11803
11803
|
{
|
|
11804
|
-
"displayName": "
|
|
11804
|
+
"displayName": "ID",
|
|
11805
11805
|
"name": "%40id",
|
|
11806
11806
|
"description": "Delete Uri",
|
|
11807
11807
|
"default": "",
|
|
@@ -148,8 +148,8 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
|
-
"name": "GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
152
|
-
"value": "GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
151
|
+
"name": "GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID",
|
|
152
|
+
"value": "GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID",
|
|
153
153
|
"action": "Invoke function additionalAccess",
|
|
154
154
|
"description": "Invoke function additionalAccess",
|
|
155
155
|
"routing": {
|
|
@@ -2630,13 +2630,13 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2630
2630
|
"Identity Governance Functions"
|
|
2631
2631
|
],
|
|
2632
2632
|
"operation": [
|
|
2633
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2633
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2634
2634
|
]
|
|
2635
2635
|
}
|
|
2636
2636
|
}
|
|
2637
2637
|
},
|
|
2638
2638
|
{
|
|
2639
|
-
"displayName": "Access Package
|
|
2639
|
+
"displayName": "Access Package ID",
|
|
2640
2640
|
"name": "accessPackageId",
|
|
2641
2641
|
"required": true,
|
|
2642
2642
|
"description": "Usage: accessPackageId='{accessPackageId}'",
|
|
@@ -2648,13 +2648,13 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2648
2648
|
"Identity Governance Functions"
|
|
2649
2649
|
],
|
|
2650
2650
|
"operation": [
|
|
2651
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2651
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2652
2652
|
]
|
|
2653
2653
|
}
|
|
2654
2654
|
}
|
|
2655
2655
|
},
|
|
2656
2656
|
{
|
|
2657
|
-
"displayName": "Incompatible Access Package
|
|
2657
|
+
"displayName": "Incompatible Access Package ID",
|
|
2658
2658
|
"name": "incompatibleAccessPackageId",
|
|
2659
2659
|
"required": true,
|
|
2660
2660
|
"description": "Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}'",
|
|
@@ -2666,7 +2666,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2666
2666
|
"Identity Governance Functions"
|
|
2667
2667
|
],
|
|
2668
2668
|
"operation": [
|
|
2669
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2669
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2670
2670
|
]
|
|
2671
2671
|
}
|
|
2672
2672
|
}
|
|
@@ -2691,7 +2691,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2691
2691
|
"Identity Governance Functions"
|
|
2692
2692
|
],
|
|
2693
2693
|
"operation": [
|
|
2694
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2694
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2695
2695
|
]
|
|
2696
2696
|
}
|
|
2697
2697
|
}
|
|
@@ -2716,7 +2716,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2716
2716
|
"Identity Governance Functions"
|
|
2717
2717
|
],
|
|
2718
2718
|
"operation": [
|
|
2719
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2719
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2720
2720
|
]
|
|
2721
2721
|
}
|
|
2722
2722
|
}
|
|
@@ -2741,7 +2741,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2741
2741
|
"Identity Governance Functions"
|
|
2742
2742
|
],
|
|
2743
2743
|
"operation": [
|
|
2744
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2744
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2745
2745
|
]
|
|
2746
2746
|
}
|
|
2747
2747
|
}
|
|
@@ -2766,7 +2766,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2766
2766
|
"Identity Governance Functions"
|
|
2767
2767
|
],
|
|
2768
2768
|
"operation": [
|
|
2769
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2769
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2770
2770
|
]
|
|
2771
2771
|
}
|
|
2772
2772
|
}
|
|
@@ -2791,7 +2791,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2791
2791
|
"Identity Governance Functions"
|
|
2792
2792
|
],
|
|
2793
2793
|
"operation": [
|
|
2794
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2794
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2795
2795
|
]
|
|
2796
2796
|
}
|
|
2797
2797
|
}
|
|
@@ -2816,7 +2816,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2816
2816
|
"Identity Governance Functions"
|
|
2817
2817
|
],
|
|
2818
2818
|
"operation": [
|
|
2819
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2819
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2820
2820
|
]
|
|
2821
2821
|
}
|
|
2822
2822
|
}
|
|
@@ -2841,7 +2841,7 @@ exports.identityGovernanceFunctionsDescription = [
|
|
|
2841
2841
|
"Identity Governance Functions"
|
|
2842
2842
|
],
|
|
2843
2843
|
"operation": [
|
|
2844
|
-
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package
|
|
2844
|
+
"GET Identity Governance Entitlement Management Assignments Microsoft Graph Additional Access Access Package ID Access Package ID Incompatible Access Package ID Incompatible Access Package ID"
|
|
2845
2845
|
]
|
|
2846
2846
|
}
|
|
2847
2847
|
}
|