circle-info
Squadcast is now SolarWinds Incident Response

V3ExtensionsMSTeamsConnectedTeams

Represents a connected MS Team and its channel configurations.

Example Usage

import { V3ExtensionsMSTeamsConnectedTeams } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3ExtensionsMSTeamsConnectedTeams = {
  teamId: "<id>",
  teamName: "<value>",
  channelConfigurations: [],
};

Fields

Field
Type
Required
Description

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