Module Values.PagerDutyConfigurationSource

Configuration for Pagerduty integration.

Sourcetype nonrec t = {
  1. services : PagerDutyServicesList.t;
    (*

    List of Pagerduty service available for the association.

    *)
  2. customerEmail : EmailAddress.t;
    (*

    Email to be used in Pagerduty API header

    *)
}
Sourceval context_ : string
Sourceval make : services:PagerDutyServicesList.t -> customerEmail:EmailAddress.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of EmailAddress.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t