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
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