Type de ressource inviteParticipantsOperation
Espace de noms: microsoft.graph
Représente le status d’une opération d’invitation de participant de longue durée, déclenchée par un appel à l’API d’invitation de participant.
Propriétés
Propriété | Type | Description |
---|---|---|
Clientcontext | Chaîne | Contexte client. |
id | Chaîne | ID de l’opération serveur. En lecture seule. |
participants | Collection invitationParticipantInfo | Participants à inviter. |
resultInfo | resultInfo | Informations résultat. En lecture seule. |
status | String | Les valeurs possibles sont notStarted , running , completed , failed . En lecture seule. |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"clientContext": "String",
"id": "String (identifier)",
"participants": [{"@odata.type": "#microsoft.graph.invitationParticipantInfo"}],
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "notStarted | running | completed | failed"
}