CommunicationIdentifierModel Class

Definition

Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model is polymorphic: Apart from kind and rawId, at most one further property may be set which must match the kind enum value.

public class CommunicationIdentifierModel
type CommunicationIdentifierModel = class
Public Class CommunicationIdentifierModel
Inheritance
CommunicationIdentifierModel

Properties

CommunicationUser

The communication user.

Kind

The identifier kind. Only required in responses.

MicrosoftTeamsApp

The Microsoft Teams application.

MicrosoftTeamsUser

The Microsoft Teams user.

PhoneNumber

The phone number.

RawId

Raw Id of the identifier. Optional in requests, required in responses.

Applies to