你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftTeamsAppIdentifier Class

Represents an identifier for a Microsoft Teams application.

Inheritance
builtins.object
MicrosoftTeamsAppIdentifier

Constructor

MicrosoftTeamsAppIdentifier(app_id: str, **kwargs: Any)

Parameters

Name Description
app_id
Required
str

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
str

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