| title | privilegedAccessSchedule resource type |
|---|---|
| description | An abstract type that exposes properties relating to the schedule of assigned and eligible ownership and membership to groups governed by PIM. |
| author | ilyalushnikov |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
An abstract type that exposes properties relating to the schedule of assigned and eligible membership and ownership to groups governed by PIM. The following derived types inherit the abstract type:
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | When the schedule was created. Optional. |
| createdUsing | String | The identifier of the access assignment or eligibility request that created this schedule. Optional. |
| id | String | The identifier of the schedule. Required. Inherited from entity. |
| modifiedDateTime | DateTimeOffset | When the schedule was last modified. Optional. |
| scheduleInfo | requestSchedule | Represents the period of the access assignment or eligibility. The scheduleInfo can represent a single occurrence or multiple recurring instances. Required. |
| status | String | The status of the access assignment or eligibility request. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable. Optional. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.privilegedAccessSchedule",
"id": "String (identifier)",
"scheduleInfo": {
"@odata.type": "microsoft.graph.requestSchedule"
},
"createdDateTime": "String (timestamp)",
"modifiedDateTime": "String (timestamp)",
"createdUsing": "String",
"status": "String"
}