Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.16 KB

File metadata and controls

39 lines (33 loc) · 1.16 KB
title ticketInfo resource type
description Represents ticket information related to role assignment and eligibility requests.
author rkarim-ms
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

ticketInfo resource type

Namespace: microsoft.graph

Represents ticket information related to assignment and eligibility requests in PIM for Microsoft Entra roles and PIM for Groups. Use this object to define ticket parameters for an assignment or eligibility request that's initiated by another request made in an external system.

Properties

Property Type Description
ticketNumber String The ticket number.
ticketSystem String The description of the ticket system.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ticketInfo",
  "ticketNumber": "String",
  "ticketSystem": "String"
}