Module Values.LDAPSSettingInfoSource

Contains general information about the LDAPS settings.

Sourcetype nonrec t = {
  1. lDAPSStatus : LDAPSStatus.t option;
    (*

    The state of the LDAPS settings.

    *)
  2. lDAPSStatusReason : LDAPSStatusReason.t option;
    (*

    Describes a state change for LDAPS.

    *)
  3. lastUpdatedDateTime : LastUpdatedDateTime.t option;
    (*

    The date and time when the LDAPS settings were last updated.

    *)
}
Sourceval make : ?lDAPSStatus:??? -> ?lDAPSStatusReason:??? -> ?lastUpdatedDateTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of LDAPSStatusReason.t | `Timestamp of LastUpdatedDateTime.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