Module Values.SuperuserParametersSource

Configuration information for the superuser.

Sourcetype nonrec t = {
  1. emailAddress : EmailId.t;
    (*

    The email address of the superuser.

    *)
  2. firstName : NameString.t;
    (*

    The first name of the superuser.

    *)
  3. lastName : NameString.t;
    (*

    The last name of the superuser.

    *)
}
Sourceval context_ : string
Sourceval make : emailAddress:EmailId.t -> firstName:NameString.t -> lastName:NameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EmailId.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