V3ExtensionsMSTeamsTriggers
Last updated
Defines the trigger conditions for sending alerts.
import { V3ExtensionsMSTeamsTriggers } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3ExtensionsMSTeamsTriggers = {
allActive: true,
custom: [],
};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