Module Values.CreateLunaClientRequestSource

Contains the inputs for the CreateLunaClient action.

Sourcetype nonrec t = {
  1. label : ClientLabel.t option;
    (*

    The label for the client.

    *)
  2. certificate : Certificate.t;
    (*

    The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.

    *)
}
Sourceval context_ : string
Sourceval make : ?label:??? -> certificate:Certificate.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientLabel.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