Compartir a través de


CommunicationUserIdentifier Clase

Representa a un usuario de Azure Communication Service.

Herencia
builtins.object
CommunicationUserIdentifier

Constructor

CommunicationUserIdentifier(id: str, **kwargs: Any)

Parámetros

Nombre Description
id
Requerido
str

Identificador del usuario de comunicación tal como se devuelve de Azure Communication Identity.

Variables

Nombre Description
raw_id
str

Identificador sin formato opcional del identificador.

kind

Tipo de identificador.

properties

Propiedades del identificador. Las claves de esta asignación incluyen:

  • <<id(str): identificador del usuario de comunicación tal como se devuelve de Azure Communication Identity.

Atributos

kind

kind = 'communication_user'