types de ressources 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é d’identitySet.
applicationInstance communicationsApplicationInstanceIdentity L’application instance associée à cette action.
assertedIdentity communicationsUserIdentity ou communicationsPhoneIdentity Une identité que le participant aimerait 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 : default, voicemail, skypeForBusinessskypeForBusinessVoipPhone et unknownFutureValue.
Invité communicationsGuestIdentity Utilisateur invité associé à cette action.
local communicationsUserIdentity L’utilisateur local de Skype Entreprise associé à cette action.
phone communicationsPhoneIdentity Utilisateur du téléphone associé à cette action.
user communicationsUserIdentity L’utilisateur associé à cette action. Hérité d’identitySet.

Relations

Aucun.

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