MicrosoftTeamsUserIdentifier Class
Represents an identifier for a Microsoft Teams user.
- Inheritance
-
builtins.objectMicrosoftTeamsUserIdentifier
Constructor
MicrosoftTeamsUserIdentifier(user_id: str, **kwargs: Any)
Parameters
Name | Description |
---|---|
user_id
Required
|
Microsoft Teams user id. |
Keyword-Only Parameters
Name | Description |
---|---|
is_anonymous
|
True if the identifier is anonymous. Default value is False. |
cloud
|
str or
<xref:azure.communication.chat.CommunicationCloudEnvironment>
Cloud environment that the user belongs to. Default value is PUBLIC. |
raw_id
|
The raw ID of the identifier. If not specified, this value will be constructed from the other properties. |
Attributes
kind
The type of identifier.
kind: MICROSOFT_TEAMS_USER: 'microsoft_teams_user'>] = 'microsoft_teams_user'
properties
The properties of the identifier.
properties: MicrosoftTeamsUserProperties
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