Module Values.DescribeLDAPSSettingsRequestSource

Describes the status of LDAP security for the specified directory.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The identifier of the directory.

    *)
  2. type_ : LDAPSType.t option;
    (*

    The type of LDAP security to enable. Currently only the value Client is supported.

    *)
  3. nextToken : NextToken.t option;
    (*

    The type of next token used for pagination.

    *)
  4. limit : PageLimit.t option;
    (*

    Specifies the number of items that should be displayed on one page.

    *)
}
Sourceval context_ : string
Sourceval make : ?type_:??? -> ?nextToken:??? -> ?limit:??? -> directoryId:DirectoryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of PageLimit.t | `String of DirectoryId.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