communicationsIdentitySet resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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. 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.

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