LdapIdentitySourceConnectivityResult
Ldap Identity Source Connectivity Result
The outcome of Installer's most recent attempt to connect to an LDAP identity source, returned by the create, update, and get-with-check_connection_status operations.
JSON Example
{
"result": "string",
"errors": [
{
"error_type": "string",
"message": "string"
}
]
}
string
result
Required
SUCCESS if Installer could connect to the LDAP server, authenticate with the
configured credentials, and search the configured base DN without error. Otherwise
FAILURE, in which case errors explains what went wrong.
Enumeration:
SUCCESS,
FAILURE
array of
LdapProbeError
errors
Optional
The specific problems encountered during the connectivity probe. Empty when result is SUCCESS.