Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.75 KB

File metadata and controls

52 lines (43 loc) · 1.75 KB
title privilegedAccessScheduleInstance resource type
description An abstract type that exposes properties relating to the instances of membership and ownership assignments and eligibilities to groups that are governed by PIM.
author ilyalushnikov
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

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 JSON representation shows the resource type.

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