NSX-T Data Center REST API
IdentitySourceLdapServerEndpoint (type)
{ "description": "Information about a single LDAP server endpoint.", "id": "IdentitySourceLdapServerEndpoint", "module_id": "LdapIdentitySources", "properties": { "url": { "description": "The URL for the LDAP server. Supported URL schemes are LDAP and LDAPS. Either a hostname or an IP address may be given, and the port number is optional and defaults to 389 for the LDAP scheme and 636 for the LDAPS scheme.", "required": true, "title": "The URL for the LDAP server", "type": "string" }, "use_starttls": { "default": false, "description": "If set to true, Use the StartTLS extended operation to upgrade the connection to TLS before sending any sensitive information. The LDAP server must support the StartTLS extended operation in order for this protocol to operate correctly. This option is ignored if the URL scheme is LDAPS.", "title": "Eanble/disable StartTLS", "type": "boolean" } }, "title": "An LDAP server endpoint", "type": "object" }