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
In [Microsoft Entra entitlement management](entitlementmanagement-overview.md), an access package assignment request is created by a user who wants to obtain an access package assignment. This request can include a schedule for when the user would like to have an assignment. An access package assignment that results from such a request also has a schedule. The expiration field of a [requestSchedule](requestschedule.md) indicates when the access package assignment should expire.
17
+
In [Microsoft Entra entitlement management](entitlementmanagement-overview.md), a user creates an access package assignment request to obtain an access package assignment. This request can include a schedule for when the user would like to have an assignment. An access package assignment that results from such a request also has a schedule. The expiration field of a [requestSchedule](requestschedule.md) indicates when the access package assignment should expire.
18
18
19
19
## Properties
20
20
21
21
| Property | Type | Description |
22
22
|:-------------|:------------|:------------|
23
-
|endDateTime|DateTimeOffset|Timestamp of date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
24
-
|duration|Duration|The requestor's desired duration of access represented in ISO 8601 format for durations. For example, PT3H refers to three hours. If specified in a request, **endDateTime**should not be present and the **type** property should be set to `afterDuration`.|
23
+
|endDateTime|DateTimeOffset|Timestamp of date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014, is `2014-01-01T00:00:00Z`.|
24
+
|duration|Duration|The requestor's desired duration of access represented in ISO 8601 format for durations. For example, PT3H refers to three hours. If specified in a request, **endDateTime**shouldn't be present and the **type** property should be set to `afterDuration`.|
|notSpecified|0|No expiration schedule was specified.|
32
-
|noExpiration|1|The requestor did not wish the access to expire.|
33
-
|afterDateTime|2|Access will expire after a specified date and time.|
34
-
|afterDuration|3|Access will expire after a specified duration relative to access being granted. Required when the **duration** property is specified.|
32
+
|noExpiration|1|The requestor didn't wish the access to expire.|
33
+
|afterDateTime|2|Access expires after a specified date and time.|
34
+
|afterDuration|3|Access expires after a specified duration relative to access being granted. Required when the **duration** property is specified.|
0 commit comments