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, 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"
}