privilegedAccessSchedule resource type
Namespace: microsoft.graph
An abstract type that exposes properties relating to the schedule of assigned and eligible membership and ownership to groups that are governed by PIM. This abstract type is inherited by the following derived types:
Inherits from entity.
Methods
None.
Properties
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. |
Relationships
None.
JSON representation
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"
}