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

V3IncidentsServiceOwnerFilter

Filter criteria for service owner in an export.

Example Usage

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

let value: V3IncidentsServiceOwnerFilter = {
  userIDs: [],
  squadIDs: [],
};

Fields

Field
Type
Required
Description

userIDs

string[]

✔️

N/A

squadIDs

string[]

✔️

N/A

userIDsAndTheirSquads

string[]

N/A

Last updated