Class MSTeamsIntegrationMetadataTeamsItem

Item in the Microsoft Teams integration metadata teams array.

Hierarchy

  • MSTeamsIntegrationMetadataTeamsItem

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
msChannelId: string

Microsoft Teams channel ID.

msChannelName: string

Microsoft Teams channel name.

msTenantId: string

Microsoft Teams tenant ID.

redirectUrl: string

URL redirecting to the Microsoft Teams channel.

Generated using TypeDoc