Skip to content

Commit fc79fa6

Browse files
authored
Update expirationpattern.md
1 parent 5940ee1 commit fc79fa6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

api-reference/beta/resources/expirationpattern.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
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.
1818

1919
## Properties
2020

2121
| Property | Type | Description |
2222
|:-------------|:------------|:------------|
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`.|
2525
|type|expirationPatternType|The requestor's desired expiration pattern type.|
2626

2727
### expirationPatternType values
2828

2929
| Member | Value| Description |
3030
|:---------------|:--------|:----------|
3131
|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.|
3535

3636
## Relationships
3737

0 commit comments

Comments
 (0)