Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}