Module Values.MappingRuleSource

A single mapping entry for each supported specifier or sub-field.

Sourcetype nonrec t = {
  1. specifier : MappingRuleSpecifierString.t;
    (*

    Specifier within a certificate field, such as CN, OU, or UID from the Subject field.

    *)
}
Sourceval context_ : string
Sourceval make : specifier:MappingRuleSpecifierString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MappingRuleSpecifierString.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