Module Values.DeleteAttributeMappingRequestSource

Delete an entry from the attribute mapping rules enforced by a given profile.

Sourcetype nonrec t = {
  1. profileId : Uuid.t;
    (*

    The unique identifier of the profile.

    *)
  2. certificateField : CertificateField.t;
    (*

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

    *)
  3. specifiers : SpecifierList.t option;
    (*

    A list of specifiers of a certificate field; for example, CN, OU, UID from a Subject.

    *)
}
Sourceval context_ : string
Sourceval make : ?specifiers:??? -> profileId:Uuid.t -> certificateField:CertificateField.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of Uuid.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