Skip to content

Commit 5ef9827

Browse files
committed
update text
1 parent 544313a commit 5ef9827

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -200,29 +200,28 @@ $policy = $accesspackage.AssignmentPolicies[0]
200200
$req = New-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageId $accesspackage.Id -AssignmentPolicyId $policy.Id -TargetEmail "[email protected]"
201201
```
202202

203-
## Assign access from a lifecycle workflow
203+
## Configure access assignment as part of a lifecycle workflow
204204

205-
In the Microsoft Entra Lifecycle Workflows feature, you can add a [Request user access package assignment](lifecycle-workflow-tasks.md#request-user-access-package-assignment) task to an onboarding workflow. When the workflow runs for a user, then an access package assignment request can be created automatically.
205+
In the Microsoft Entra Lifecycle Workflows feature, you can add a [Request user access package assignment](lifecycle-workflow-tasks.md#request-user-access-package-assignment) task to an onboarding workflow. The task can specify an access package which users should have. When the workflow runs for a user, then an access package assignment request will be created automatically.
206206

207207
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a global administrator.
208208

209209
1. Browse to **Identity governance** > **Lifecycle workflows** > **Workflows**.
210210

211-
1. Select a join (onboarding) or move workflow.
211+
1. Select an employee onboarding or move workflow.
212212

213213
1. Select **Tasks** and select **Add task**.
214214

215215
1. Select **Request user access package assignment** and select **Add**.
216216

217217
1. Select the newly added task.
218218

219-
1. Select **Select Access package**, and choose the access package the user should be assigned to.
219+
1. Select **Select Access package**, and choose the access package that new or moving users should be assigned to.
220220

221221
1. Select **Select Policy**, and choose the access package assignment policy in that access package.
222222

223223
1. Select **Save**.
224224

225-
226225
## Remove an assignment
227226

228227
You can remove an assignment that a user or an administrator had previously requested.
@@ -268,27 +267,26 @@ if ($assignment -ne $null) {
268267
}
269268
```
270269

271-
## Remove an assignment from a lifecycle workflow
270+
## Configure assignment removal as part of a lifecycle workflow
272271

273-
In the Microsoft Entra Lifecycle Workflows feature, you can add a [Remove access package assignment for user](lifecycle-workflow-tasks.md#remove-access-package-assignment-for-user) task to an offboarding workflow. When the workflow runs for a user, then an access package assignment can be removed automatically.
272+
In the Microsoft Entra Lifecycle Workflows feature, you can add a [Remove access package assignment for user](lifecycle-workflow-tasks.md#remove-access-package-assignment-for-user) task to an offboarding workflow. That task can specify an access package the user might be assigned to. When the workflow runs for a user, then their access package assignment will be removed automatically.
274273

275274
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a global administrator.
276275

277276
1. Browse to **Identity governance** > **Lifecycle workflows** > **Workflows**.
278277

279-
1. Select a leave (offboarding) workflow.
278+
1. Select an employee offboarding workflow.
280279

281280
1. Select **Tasks** and select **Add task**.
282281

283282
1. Select **Remove access package assignment for user** and select **Add**.
284283

285284
1. Select the newly added task.
286285

287-
1. Select **Select Access packages**, and choose one or more access packages the user should be removed from.
286+
1. Select **Select Access packages**, and choose one or more access packages that users being offboarded should be removed from.
288287

289288
1. Select **Save**.
290289

291-
292290
## Next steps
293291

294292
- [Change request and settings for an access package](entitlement-management-access-package-request-policy.md)

0 commit comments

Comments
 (0)