InlineDirectoryLdapServer1

InlineDirectoryLdapServer1
InlineDirectoryLdapServer1
JSON Example
{
    "domain_name": "string",
    "host": "string",
    "password": "string",
    "port": 0,
    "protocol": "string",
    "thumbprint": "string",
    "username": "string"
}
string
domain_name
Optional

Directory domain name which best describes the domain. It could be unique fqdn name or it could also be descriptive. There is no unique contraint for domain name among different domains.

string As hostname-or-ip As hostname-or-ip
host
Required

Directory LDAP server DNS host name or ip address which is reachable by NSX manager to be connected and do object synchronization.

string
password
Optional

Directory LDAP server connection password.

integer As int64 As int64
port
Optional
Constraints: default: 389

Directory LDAP server connection TCP/UDP port.

string
protocol
Optional
Constraints: default: LDAP

Directory LDAP server connection protocol which is either LDAP or LDAPS.

Possible values are : LDAP, LDAPS,
string
thumbprint
Optional

Directory LDAP server certificate thumbprint used in secure LDAPS connection.

string
username
Optional

Directory LDAP server connection user name.