Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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"
}