Values.LDAPSSettingInfoSourceContains general information about the LDAPS settings.
type nonrec t = {lDAPSStatus : LDAPSStatus.t option;The state of the LDAPS settings.
*)lDAPSStatusReason : LDAPSStatusReason.t option;Describes a state change for LDAPS.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time when the LDAPS settings were last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of LDAPSStatusReason.t
| `Timestamp of LastUpdatedDateTime.t ])
list ]