Skip to content

Commit 16c7b11

Browse files
authored
Merge pull request #130052 from ajburnle/azuread-elm-linktoapi
[Azure AD] [ELM] linking to api
2 parents 26af745 + a3b5807 commit 16c7b11

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

articles/active-directory/governance/entitlement-management-access-package-create.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ On the **Review + create** tab, you can review your settings and check for any v
133133

134134
You can also create an access package using Microsoft Graph. A user in an appropriate role with an application that has the delegated `EntitlementManagement.ReadWrite.All` permission can call the API to
135135

136-
1. [List the accessPackageResources in the catalog](/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta) and [create an accessPackageResourceRequest](/graph/api/accesspackageresourcerequest-post?view=graph-rest-beta) for any resources that are not yet in the catalog.
137-
1. [List the accessPackageResourceRoles](/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta) of each accessPackageResource in an accessPackageCatalog. This list of roles will then be used to select a role, when subsequently creating an accessPackageResourceRoleScope.
138-
1. [Create an accessPackage](/graph/api/accesspackage-post?view=graph-rest-beta).
139-
1. [Create an accessPackageAssignmentPolicy](/graph/api/accesspackageassignmentpolicy-post?view=graph-rest-beta).
140-
1. [Create an accessPackageResourceRoleScope](/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta) for each resource role needed in the access package.
136+
1. [List the accessPackageResources in the catalog](https://docs.microsoft.com/graph/api/accesspackagecatalog-list?view=graph-rest-beta&tabs=http) and [create an accessPackageResourceRequest](https://docs.microsoft.com/graph/api/accesspackageresourcerequest-post?view=graph-rest-beta&tabs=http) for any resources that are not yet in the catalog.
137+
1. [List the accessPackageResourceRoles](https://docs.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta&tabs=http) of each accessPackageResource in an accessPackageCatalog. This list of roles will then be used to select a role, when subsequently creating an accessPackageResourceRoleScope.
138+
1. [Create an accessPackage](https://docs.microsoft.com/graph/tutorial-access-package-api?view=graph-rest-beta).
139+
1. [Create an accessPackageAssignmentPolicy](https://docs.microsoft.com/graph/api/accesspackageassignmentpolicy-post?view=graph-rest-beta&tabs=http).
140+
1. [Create an accessPackageResourceRoleScope](https://docs.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta&tabs=http) for each resource role needed in the access package.
141141

142142
## Next steps
143143

articles/active-directory/governance/entitlement-management-access-package-first.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ For a step-by-step demonstration of the process of deploying Azure Active Direct
4040

4141
>[!VIDEO https://www.youtube.com/embed/zaaKvaaYwI4]
4242
43+
You can also create an access package programmatically using Microsoft Graph. For a tutorial that shows how to create an access package programmatically, see [entitlement management API](https://docs.microsoft.com/graph/tutorial-access-package-api?view=graph-rest-beta).
44+
4345
## Prerequisites
4446

4547
To use Azure AD entitlement management, you must have one of the following licenses:

articles/active-directory/governance/entitlement-management-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ There are several ways that you can configure entitlement management for your or
152152

153153
## Programmatic administration
154154

155-
You can also manage access packages, catalogs, policies, requests and assignments using Microsoft Graph. A user in an appropriate role with an application that has the delegated `EntitlementManagement.ReadWrite.All` permission can call the [entitlement management API](/graph/api/resources/entitlementmanagement-root?view=graph-rest-beta).
155+
You can also manage access packages, catalogs, policies, requests and assignments using Microsoft Graph. A user in an appropriate role with an application that has the delegated `EntitlementManagement.ReadWrite.All` permission can call the [entitlement management API](https://docs.microsoft.com/graph/tutorial-access-package-api?view=graph-rest-beta ).
156156

157157
## Next steps
158158

0 commit comments

Comments
 (0)