Type alias MonitorRelationships

MonitorRelationships: {
    policy?: {
        data?: string | null;
    };
}

Type declaration

  • Optional policy?: {
        data?: string | null;
    }

    Relationship to escalation policy

    • Optional data?: string | null

      ID of the escalation policy. Might also be the escalation policy object?

Generated using TypeDoc