Defines a mapping from a Squadcast Team/Service to a specific MS Teams channel.
id
Optional[str]
➖
The MongoDB ObjectID for this specific channel configuration entry.
squadcast_team_id
str
✔️
The MongoDB ObjectID of the corresponding team in Squadcast.
squadcast_team_name
The name of the corresponding team in Squadcast.
is_all_services
bool
If true, alerts for all services in the Squadcast Team are sent to this channel.
services
List[models.V3ExtensionsMSTeamsSquadCastServiceMapping]
An array of specific services to route to this channel. Used when 'is_all_services' is false.
msteams_channel_id
The unique identifier of the target channel in MS Teams.
msteams_channel_name
The display name of the target channel in MS Teams.
Last updated 8 days ago