MicrosoftTeamsAppKind interface

IdentifierKind for a MicrosoftTeamsAppIdentifier.

Extends

Properties

kind

The identifier kind.

Inherited Properties

cloud

The cloud that the Microsoft Temas App belongs to. If missing, the cloud is "public".

rawId

Optional raw id of the Microsoft Teams App.

teamsAppId

The unique Microsoft Teams app ID.

Property Details

kind

The identifier kind.

kind: "microsoftTeamsApp"

Property Value

"microsoftTeamsApp"

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

Inherited From MicrosoftTeamsAppIdentifier.cloud

rawId

Optional raw id of the Microsoft Teams App.

rawId?: string

Property Value

string

Inherited From MicrosoftTeamsAppIdentifier.rawId

teamsAppId

The unique Microsoft Teams app ID.

teamsAppId: string

Property Value

string

Inherited From MicrosoftTeamsAppIdentifier.teamsAppId