Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.54 KB

File metadata and controls

44 lines (37 loc) · 1.54 KB
title ticketInfo resource type
description Represents ticket information related to role assignment and eligibility requests in PIM, and scheduled permissions requests in Permissions Management.
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, and scheduled permissions requests in Permissions Management. 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
ticketApproverIdentityId String ID for the request approver.
ticketNumber String The ticket number.
ticketSubmitterIdentityId String ID for the request submitter.
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",
  "ticketSubmitterIdentityId": "String",
  "ticketApproverIdentityId": "String"
}