Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Properties
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. |
Relationships
None.
JSON representation
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"
}
}