privilegedAccessScheduleInstance resource type

Namespace: microsoft.graph

An abstract type that exposes properties relating to the instances of membership and ownership assignments and eligibilities 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
endDateTime DateTimeOffset When the schedule instance ends. Required.
id String The identifier of the access assignment schedule instance. Required. Inherited from entity.
startDateTime DateTimeOffset When this instance starts. Required.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.privilegedAccessScheduleInstance",
  "id": "String (identifier)",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)"
}