MicrosoftTeamsAppIdentifier Class
Represents an identifier for a Microsoft Teams application.
- Inheritance
-
builtins.objectMicrosoftTeamsAppIdentifier
Constructor
MicrosoftTeamsAppIdentifier(app_id: str, **kwargs: Any)
Parameters
Name | Description |
---|---|
app_id
Required
|
Microsoft Teams application id. |
Keyword-Only Parameters
Name | Description |
---|---|
cloud
|
str or
<xref:azure.communication.chat.CommunicationCloudEnvironment>
Cloud environment that the application 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_APP: 'microsoft_teams_app'>] = 'microsoft_teams_app'
properties
The properties of the identifier.
properties: MicrosoftTeamsAppProperties
raw_id
The raw ID of the identifier.
raw_id: str
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python