Class EscalationPolicyCreateRequestDataAttributes

Defines the attributes for creating an escalation policy, including its description, name, resolution behavior, retries, and steps.

Hierarchy

  • EscalationPolicyCreateRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

Provides a detailed text description of the new escalation policy.

name: string

Specifies the name for the new escalation policy.

resolvePageOnPolicyEnd?: boolean

Indicates whether the page is automatically resolved when the policy ends.

retries?: number

Specifies how many times the escalation sequence is retried if there is no response.

A list of escalation steps, each defining assignment, escalation timeout, and targets for the new policy.

Generated using TypeDoc