API Guide

"CertificateValidation": false,
"CertificateFile": ""
}
Table 33. Attributes
Attribute name Description
Id ID of the LDAP account provider.
Name Directory name.
ServerType Server type of the directory—DNS or Manual.
ServerName Server name of the directory service.
UserName User name of the directory service.
Password Password of the directory service.
BaseDistinguishedName Domain names for search base. Example: dc=dell, dc=com.
AttributeUserLogin User login details.
AttributeGroupMembership Group member information.
SearchFilter Search type.
NetworkTimeOut Network timeout value.
SearchTimeOut Search timeout value.
CertificateValidation Enable or disable certificate validation for the directory service.
CertificateFile Certificate file for authentication.
/api/AccountService/ExternalAccountProvider/
LDAPAccountProvider(Id)
This URI represents a specific LDAP server within the collection of LDAP Directory Service.
GET method for LDAPAccountProvider(Id)
This method returns the details of a single server of the LDAP Directory Service.
Description
Returns the details of a single LDAP server.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#ExternalAccountProvider.LDAPAccountProvider/
$entity",
"@odata.id": "/api/AccountService/ExternalAccountProvider/
LDAPAccountProvider(2914)",
"Id": 2914,
"Name": "seaquest",
"ServerType": "MANUAL",
"ServerName": [
"10.35.195.1"
],
"UserName": "Admin",
"Password": null,
54 Application settings