Skip to content

Commit 5aa6270

Browse files
authored
Typo, heading style compliance
1 parent 935c549 commit 5aa6270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.collection: M365-identity-device-management
2222
---
2323
# View, add, and remove assignments for an access package in entitlement management
2424

25-
In entitlement management, you can see who has been assigned to access packages, their policy, status, and user lifecycle(preview). If an access package has an appropriate policy, you can also directly assign user to an access package. This article describes how to view, add, and remove assignments for access packages.
25+
In entitlement management, you can see who has been assigned to access packages, their policy, status, and user lifecycle (preview). If an access package has an appropriate policy, you can also directly assign user to an access package. This article describes how to view, add, and remove assignments for access packages.
2626

2727
## Prerequisites
2828

@@ -189,7 +189,7 @@ $policy = $accesspackage.AssignmentPolicies[0]
189189
$req = New-MgEntitlementManagementAccessPackageAssignmentRequest -AccessPackageId $accesspackage.Id -AssignmentPolicyId $policy.Id -TargetEmail "[email protected]"
190190
```
191191

192-
## Managing users lifecycle (Preview)
192+
## Manage user lifecycle (preview)
193193

194194
Entitlement management also allows you to get visibility into state of a guest user's lifecycle through the following viewpoints:
195195

@@ -216,7 +216,7 @@ To manage user lifecycle, you'd follow these steps:
216216
:::image type="content" source="media/entitlement-management-access-package-assignments/govern-user-lifecycle.png" alt-text="Screenshot of the govern user lifecycle selection.":::
217217
1. Select save.
218218

219-
## Managing user lifecycle programmatically
219+
## Manage user lifecycle programmatically
220220

221221
To manage user lifecycle programatically using Microsoft Graph, see: [accessPackageSubject resource type](/graph/api/resources/accesspackagesubject).
222222

0 commit comments

Comments
 (0)