callParticipantInfo-Ressourcentyp
Namespace: microsoft.graph
Stellt die Details für einen Anrufteilnehmer dar.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
participant | identitySet | Identität des Anrufteilnehmers. |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.callParticipantInfo",
"participant": {
"@odata.type": "microsoft.graph.identitySet"
}
}