Module Values.DescribeLDAPSSettingsResultSource

Describes the status of LDAP security for the specified directory.

Sourcetype nonrec t = {
  1. lDAPSSettingsInfo : LDAPSSettingsInfo.t option;
    (*

    Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.

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

    The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.

    *)
}
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
  3. | `InvalidNextTokenException of InvalidNextTokenException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `ServiceException of ServiceException.t
  6. | `UnsupportedOperationException of UnsupportedOperationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?lDAPSSettingsInfo:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of LDAPSStatusReason.t | `Timestamp of LastUpdatedDateTime.t ]) list ] list | `String of NextToken.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