LdapSettingsTestResult
LdapSettingsTestResult
Provides test attribute, result, and success boolean
JSON Example
{
"attribute": "string",
"attributeValue": "string",
"result": "string",
"successful": false
}
string
attribute
Optional
LDAP attribute being tested
Possible values are : USER_OBJECT_IDENTIFIER, USERNAME, USER_EMAIL, USER_DISPLAY_NAME, USER_GIVEN_NAME, USER_SURNAME, USER_TELEPHONE, GROUP_NAME, GROUP_OBJECT_IDENTIFIER,
string
attributeValue
Optional
Value of LDAP user attribute being tested
string
result
Optional
Result of LADP user attribute being tested (what LDAP server returned)
boolean
successful
Required
Flag to indicate if the attribute is successful or not