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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python