CommunicationUserIdentifier Class
Represents a user in Azure Communication Service.
- Inheritance
-
builtins.objectCommunicationUserIdentifier
Constructor
CommunicationUserIdentifier(id: str, **kwargs: Any)
Parameters
Name | Description |
---|---|
id
Required
|
ID of the Communication user as returned from Azure Communication Identity. |
Keyword-Only Parameters
Name | Description |
---|---|
raw_id
|
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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python