communicationsIdentitySet-Ressourcentyp
Namespace: microsoft.graph
Stellt eine Kombination aus Benutzer- und Anwendungsidentitäten dar, die zusammen einen Teilnehmer an einem Anruf oder einer Besprechung identifizieren.
Erbt von identitySet.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
Anwendung | communicationsApplicationIdentity | Die mit dieser Aktion verknüpfte Anwendung. Geerbt von identitySet. |
applicationInstance | communicationsApplicationInstanceIdentity | Die Anwendung instance dieser Aktion zugeordnet. |
assertedIdentity | communicationsUserIdentity oder communicationsPhoneIdentity | Eine Identität , als die sich der Teilnehmer den anderen Teilnehmern des Anrufs präsentieren möchte. |
azureCommunicationServicesUser | azureCommunicationServicesUserIdentity | Der Azure Communication Services Benutzer, der dieser Aktion zugeordnet ist. |
Verschlüsselt | communicationsEncryptedIdentity | Der verschlüsselte Benutzer, der dieser Aktion zugeordnet ist. |
endpointType | endpointType | Typ des Endpunkts, den der Teilnehmer verwendet. Mögliche Werte: default , voicemail , skypeForBusiness , skypeForBusinessVoipPhone , unknownFutureValue . |
Gast | communicationsGuestIdentity | Der Gastbenutzer, der dieser Aktion zugeordnet ist. |
onPremises | communicationsUserIdentity | Der Skype for Business lokalen Benutzer, der dieser Aktion zugeordnet ist. |
phone | communicationsPhoneIdentity | Der Telefonbenutzer, der dieser Aktion zugeordnet ist. |
Benutzer | communicationsUserIdentity | Der mit dieser Aktion verknüpfte Benutzer. Geerbt von identitySet. |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"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"}
}