LdapConnectionTestResult

LdapConnectionTestResult
LdapConnectionTestResult

Provides LDAP connection test results

JSON Example
{
    "successful": false,
    "error": {
        "minorErrorCode": "string",
        "message": "string",
        "stackTrace": "string"
    }
}
boolean
successful
Required

Flag for whether connection test was successful

error
Optional

Error type format displayed to users for exceptions emerging from openapi endpoints.

Property Of