NSX-T Data Center REST API
IdentitySourceLdapServerProbeResult (schema)
Results from one LDAP server probe
The results of probing an individual LDAP server.
Name | Description | Type | Notes |
---|---|---|---|
errors | Error details Detail about errors encountered during the probe. |
array of LdapProbeError | |
result | Overall result Overall result of the probe. If the probe was able to connect to the LDAP service, authenticate using the provided credentials, and perform searches of the configured user and group search bases without error, the result is SUCCESS. Otherwise, the result is FAILURE, and additional details may be found in the errors property. |
string | Enum: SUCCESS, FAILURE |
url | LDAP Server URL THe URL of the probed LDAP host. |
string |