MicrosoftTeamsAppIdentifier interface
A Microsoft Teams App.
Properties
cloud | The cloud that the Microsoft Temas App belongs to. If missing, the cloud is "public". |
raw |
Optional raw id of the Microsoft Teams App. |
teams |
The unique Microsoft Teams app ID. |
Property Details
cloud
The cloud that the Microsoft Temas App belongs to. If missing, the cloud is "public".
cloud?: "public" | "dod" | "gcch"
Property Value
"public" | "dod" | "gcch"
rawId
Optional raw id of the Microsoft Teams App.
rawId?: string
Property Value
string
teamsAppId
The unique Microsoft Teams app ID.
teamsAppId: string
Property Value
string