LDAPServerInstance
| Extends: | productInstance |
| Namespace: | com.unboundid.directory.mon.api.v1.models |
Represents a LDAP server instance.
JSON
| property | type | description |
|---|---|---|
| ldapPort | int | The LDAP port for this server. |
| ldapsPort | int | The LDAPS port for this server. |
| startTlsEnabled | boolean | Indicates whether this server supports StartTLS. |
| preferredSecurity | connectionSecurity | Protocol that should be preferred when communicating with this server. If not set the clients should communicate with this server via whatever protocol/ports are available. |