Type de ressource communicationsIdentitySet
Espace de noms: microsoft.graph
Importante
Les API sous la version /beta
dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .
Représente une combinaison d’identités d’utilisateur et d’application qui identifient ensemble un participant à un appel ou à une réunion.
Hérite de identitySet.
Propriétés
Propriété | Type | Description |
---|---|---|
application | communicationsApplicationIdentity | L’application associée à cette action. Hérité de identitySet. |
applicationInstance | communicationsApplicationInstanceIdentity | L’application instance associée à cette action. |
assertedIdentity | communicationsUserIdentity ou communicationsPhoneIdentity | Identité que le participant souhaite présenter aux autres participants à l’appel. |
azureCommunicationServicesUser | azureCommunicationServicesUserIdentity | Utilisateur Azure Communication Services associé à cette action. |
chiffré | communicationsEncryptedIdentity | Utilisateur chiffré associé à cette action. |
endpointType | endpointType | Type de point de terminaison utilisé par le participant. Les valeurs possibles sont , voicemail default , skypeForBusiness et skypeForBusinessVoipPhone unknownFutureValue . |
Invités | communicationsGuestIdentity | Utilisateur invité associé à cette action. |
onPremises | communicationsUserIdentity | Le Skype Entreprise utilisateur local associé à cette action. |
phone | communicationsPhoneIdentity | Utilisateur de téléphone associé à cette action. |
utilisateur | communicationsUserIdentity | L’utilisateur associé à cette action. Hérité de identitySet. |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"application": {"@odata.type": "microsoft.graph.communicationsApplicationIdentity"},
"applicationInstance": {"@odata.type": "microsoft.graph.communicationsApplicationInstanceIdentity"},
"assertedIdentity": {"@odata.type": "microsoft.graph.identity"},
"azureCommunicationServicesUser": {"@odata.type": "microsoft.graph.azureCommunicationServicesUserIdentity"},
"encrypted": {"@odata.type": "microsoft.graph.communicationsEncryptedIdentity"},
"endpointType": "String",
"guest": {"@odata.type": "microsoft.graph.communicationsGuestIdentity"},
"onPremises": {"@odata.type": "microsoft.graph.communicationsUserIdentity"},
"phone": {"@odata.type": "microsoft.graph.communicationsPhoneIdentity"},
"user": {"@odata.type": "microsoft.graph.communicationsUserIdentity"}
}