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