Module Values.PagerDutyDetailsSource

Complete service details for PagerDuty integration

Sourcetype nonrec t = {
  1. scopes : PagerDutyScopes.t;
    (*

    PagerDuty scopes.

    *)
  2. authorizationConfig : PagerDutyAuthorizationConfig.t;
    (*

    PagerDuty authorization configuration

    *)
}
Sourceval context_ : string
Sourceval make : scopes:PagerDutyScopes.t -> authorizationConfig:PagerDutyAuthorizationConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of ExchangeParameterValue.t ]) list | `String of PagerDutyOAuthClientCredentialsConfigClientNameString.t ]) list ]) list ]) 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