Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 3.87 KB

File metadata and controls

72 lines (61 loc) · 3.87 KB
title communicationsIdentitySet resource type
description Represents a combination of user and application identities that together identify a participant in a call or meeting.
author rahulva-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/06/2024

communicationsIdentitySet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a combination of user and application identities that together identify a participant in a call or meeting.

Inherits from identitySet.

Properties

Property Type Description
application communicationsApplicationIdentity The application associated with this action. Inherited from identitySet.
applicationInstance communicationsApplicationInstanceIdentity The application instance associated with this action.
assertedIdentity communicationsUserIdentity or communicationsPhoneIdentity An identity the participant would like to present itself as to the other participants in the call.
azureCommunicationServicesUser azureCommunicationServicesUserIdentity The Azure Communication Services user associated with this action.
encrypted communicationsEncryptedIdentity The encrypted user associated with this action.
endpointType endpointType Type of endpoint the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue.
guest communicationsGuestIdentity The guest user associated with this action.
onPremises communicationsUserIdentity The Skype for Business on-premises user associated with this action.
phone communicationsPhoneIdentity The phone user associated with this action.
user communicationsUserIdentity The user associated with this action. Inherited from identitySet.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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