requestSchedule resource type
Namespace: microsoft.graph
In PIM when creating or updating a unifiedRoleAssignmentScheduleRequest or unifiedRoleEligibilityScheduleRequest object, use this resource to define the schedule for when the principal will have an eligible or active role assignment. The settings allowed for this object are dependent on the settings for the Azure AD role.
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 is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.requestSchedule",
"startDateTime": "String (timestamp)",
"expiration": {
"@odata.type": "microsoft.graph.expirationPattern"
},
"recurrence": {
"@odata.type": "microsoft.graph.patternedRecurrence"
}
}
Feedback
Submit and view feedback for