Module Values.AttributeMappingSource

A mapping applied to the authenticating end-entity certificate.

Sourcetype nonrec t = {
  1. certificateField : CertificateField.t option;
    (*

    Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.

    *)
  2. mappingRules : MappingRules.t option;
    (*

    A list of mapping entries for every supported specifier or sub-field.

    *)
}
Sourceval make : ?certificateField:??? -> ?mappingRules:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of MappingRuleSpecifierString.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