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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python