You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Example 5: Add an Active Subscription scoped to a Resource Group Resource Role to an access package
414
+
415
+
#### Request
416
+
417
+
The following example shows a request to add an active Subscription scoped to a Resource Group Resource Role to an access package.
418
+
419
+
Before this request, you must have already added the access package resource `b09a0288-a83e-4ae6-8a53-bc09aeb966ea` for the Subscription `828b526f-c769-4b19-9797-734b4843b978` to the access package catalog containing this access package. The resource could have been added to the catalog by [creating an access package resource request](/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta).
POST https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackages/5f7f4c7d-b3f5-4988-a17b-3f09b6f5a9ee/accessPackageResourceRoleScopes
### Example 6: Add Eligible Management Group Resource Role to an access package
483
+
484
+
#### Request
485
+
486
+
The following example shows a request to add an eligible Management Group scoped to a Resource Role to an access package.
487
+
488
+
Before this request, you must have already added the access package resource `c347ca9b-a9cc-4df9-bc3c-00c8e0297692` for the Management Group `test-mgmtgroup` to the access package catalog containing this access package. The resource could have been added to the catalog by [creating an access package resource request](/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta).
POST https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackages/5f7f4c7d-b3f5-4988-a17b-3f09b6f5a9ee/accessPackageResourceRoleScopes
### Example 7: Add Active Subscription Resource Role to access package
553
+
554
+
#### Request
555
+
556
+
The following example shows a request to Add Active Subscription Resource Role to an access package scoped to a Resource Role to an access package.
557
+
558
+
Before this request, you must have already added the access package resource `b09a0288-a83e-4ae6-8a53-bc09aeb966ea` for the Subscription `828b526f-c769-4b19-9797-734b4843b978` to the access package catalog containing this access package. The resource could have been added to the catalog by [creating an access package resource request](/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta).
POST https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackages/5f7f4c7d-b3f5-4988-a17b-3f09b6f5a9ee/accessPackageResourceRoleScopes
Copy file name to clipboardExpand all lines: api-reference/beta/api/agentidentityblueprint-post.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Create a new [agent identity blueprint](../resources/agentidentityblueprint.md)
21
21
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
@@ -43,7 +43,7 @@ In the request body, supply a JSON representation of [agent identity blueprint](
43
43
44
44
## Response
45
45
46
-
If successful, this method returns `201 Created` response code and an [agent identity blueprint](../resources/agentidentityblueprint.md) object in the response body.
46
+
If successful, this method returns `201 Created` response code and an [agentIdentityBlueprint](../resources/agentidentityblueprint.md) object in the response body.
@@ -73,6 +74,7 @@ You must specify the **@odata.type** property and the value of the [authenticati
73
74
|handler|[onPhoneMethodLoadStartHandler](../resources/onphonemethodloadstarthandler.md)| The handler to invoke when conditions are met. Can be updated for the **onPhoneMethodStartListener** type. |
74
75
|handler|[onPasswordSubmitHandler](../resources/onpasswordsubmithandler.md)| The handler to invoke when conditions are met. Can be updated for the **onPasswordSubmitListener** type. |
75
76
|handler|[onFraudProtectionLoadStartHandler](../resources/onFraudProtectionLoadStartHandler.md)| The handler to invoke when conditions are met. Can be updated for the **onFraudProtectionLoadStartListener** type. |
77
+
|handler|[onVerifiedIdClaimValidationCustomExtensionHandler](../resources/onverifiedidclaimvalidationcustomextensionhandler.md)| The handler to invoke when conditions are met. Can be updated for the **onVerifiedIdClaimValidationListener** type. |
76
78
|priority|Int32|The priority of this handler. Between 0 (lower priority) and 1000 (higher priority). Required.|
0 commit comments