V3ExtensionsMSTeamsConnectedTeams
PreviousV3ExtensionsMSTeamsChannelConfigurationNextV3ExtensionsMSTeamsCreateOrUpdateMSTeamsConfigRequest
Last updated
Represents a connected MS Team and its channel configurations.
import { V3ExtensionsMSTeamsConnectedTeams } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3ExtensionsMSTeamsConnectedTeams = {
teamId: "<id>",
teamName: "<value>",
channelConfigurations: [],
};id
string
➖
The MongoDB ObjectID for this connected team entry.
teamId
string
✔️
The unique identifier for the team in MS Teams.
teamName
string
✔️
The display name of the team in MS Teams.
channelConfigurations
✔️
A list of channel routing configurations for this team.
Last updated