Values.PutAttributeMappingRequestSourcePut an entry in the attribute mapping rules that will be enforced by a given profile. A mapping specifies a certificate field and one or more specifiers that have contextual meanings.
type nonrec t = {profileId : Uuid.t;The unique identifier of the profile.
*)certificateField : CertificateField.t;Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
*)mappingRules : MappingRules.t;A list of mapping entries for every supported specifier or sub-field.
*)}val make :
profileId:Uuid.t ->
certificateField:CertificateField.t ->
mappingRules:MappingRules.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of MappingRuleSpecifierString.t ]) list ]
list
| `String of Uuid.t ])
list ]