V3EscalationPoliciesEscalationEntity
PreviousV3EscalationPoliciesCreateEscalationPolicyRequestNextV3EscalationPoliciesEscalationEntityType
Last updated
Represents an entity to be notified in an escalation rule.
import { V3EscalationPoliciesEscalationEntity } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3EscalationPoliciesEscalationEntity = {
type: "user",
};id
string
➖
The unique identifier of the entity (user, squad, or schedule v1).
pid
number
➖
The unique identifier of the entity (schedule v2).
Last updated