Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommunicationIdentifierModel

Package version

Identifies a participant in Azure Communication services. A participant is, for example, an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set.

Hierarchy

  • CommunicationIdentifierModel

Index

Properties

Optional communicationUser

A user that got created with an Azure Communication Services resource.

Optional rawId

rawId: undefined | string

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

Generated using TypeDoc