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
An abstract type that exposes properties relating to the instances of membership and ownership assignments and eligibilities to groups governed by PIM. This abstract type is inherited by the following derived types:
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
endDateTime | DateTimeOffset | When the schedule instance ends, and is required. |
id | String | The identifier of the access assignment schedule instance, and is required. Inherited from entity. |
startDateTime | DateTimeOffset | When this instance starts, and is required. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.privilegedAccessScheduleInstance",
"id": "String (identifier)",
"startDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)"
}