Skip to content

Commit 885a183

Browse files
Updating the doc with permanent assignment steps
We talk about schedule here but do not explain how to do permanent assignment. Added that here. Ref:https://docs.microsoft.com/en-us/graph/api/resources/governanceschedule?view=graph-rest-beta#properties
1 parent cee274c commit 885a183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory/privileged-identity-management/powershell-for-azure-ad-roles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ The schedule, which defines the start and end time of the assignment, is an obje
9393
$schedule.Type = "Once"
9494
$schedule.StartDateTime = (Get-Date).ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ss.fffZ")
9595
$schedule.endDateTime = "2020-07-25T20:49:11.770Z"
96+
> [!Note]
97+
> If the value of endDateTime is set to null, it indicates a permanent assignment.
9698
9799
## Activate a role assignment
98100

0 commit comments

Comments
 (0)