你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommunicationUserIdentifier Class

Represents a user in Azure Communication Service.

Inheritance
builtins.object
CommunicationUserIdentifier

Constructor

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

Parameters

Name Description
id
Required
str

ID of the Communication user as returned from Azure Communication Identity.

Keyword-Only Parameters

Name Description
raw_id
str

The raw ID of the identifier. If not specified, the 'id' value will be used.

Attributes

kind

The type of identifier.

kind: COMMUNICATION_USER: 'communication_user'>] = 'communication_user'

properties

The properties of the identifier.

properties: CommunicationUserProperties

raw_id

The raw ID of the identifier.

raw_id: str