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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python