| title | requestSchedule resource type |
|---|---|
| description | In PIM, use this resource to define the schedule for when the principal has an eligible or active role. |
| author | rkarim-ms |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/26/2024 |
Namespace: microsoft.graph
In PIM for Microsoft Entra roles and PIM for Groups, use this resource to define the schedule for when the principal will have an eligible or active role assignment.
| Property | Type | Description |
|---|---|---|
| expiration | expirationPattern | When the eligible or active assignment expires. |
| recurrence | patternedRecurrence | The frequency of the eligible or active assignment. This property is currently unsupported in PIM. |
| startDateTime | DateTimeOffset | When the eligible or active assignment becomes active. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.requestSchedule",
"startDateTime": "String (timestamp)",
"expiration": {
"@odata.type": "microsoft.graph.expirationPattern"
},
"recurrence": {
"@odata.type": "microsoft.graph.patternedRecurrence"
}
}