Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3ExtensionsMSTeamsTriggers

Defines the trigger conditions for sending alerts.

Example Usage

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

let value: V3ExtensionsMSTeamsTriggers = {
  allActive: true,
  custom: [],
};

Fields

Field
Type
Required
Description

allActive

boolean

✔️

If true, all alerts are sent, and the 'custom' list is ignored.

custom

models.V3ExtensionsMSTeamsEventClass[]

✔️

A list of specific event classes to send alerts for. This is used when 'all_active' is false.

Last updated