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 governed by PIM.
author ilyalushnikov
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 03/21/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 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)"
}