Values.DeleteAttributeMappingRequestSourceDelete an entry from the attribute mapping rules enforced by a given profile.
type nonrec t = {profileId : Uuid.t;The unique identifier of the profile.
*)certificateField : CertificateField.t;Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
*)specifiers : SpecifierList.t option;A list of specifiers of a certificate field; for example, CN, OU, UID from a Subject.
*)}val make :
?specifiers:??? ->
profileId:Uuid.t ->
certificateField:CertificateField.t ->
unit ->
t