| title | privilegedAccessScheduleInstance resource type |
|---|---|
| description | An abstract type that exposes properties relating to the instances of membership and ownership assignments and eligibilities to groups that are governed by PIM. |
| author | ilyalushnikov |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
An abstract type that exposes properties relating to the instances of membership and ownership assignments and eligibilities to groups that are governed by PIM. This abstract type is inherited by the following derived types:
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| endDateTime | DateTimeOffset | When the schedule instance ends. Required. |
| id | String | The identifier of the access assignment schedule instance. Required. Inherited from entity. |
| startDateTime | DateTimeOffset | When this instance starts. Required. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.privilegedAccessScheduleInstance",
"id": "String (identifier)",
"startDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)"
}