LdapSpec

LdapSpec
LdapSpec

The LDAP specification when the protocol is LDAP

JSON Example
{
    "type": "One among: OpenLdap, ActiveDirectory",
    "domainName": "string",
    "domainAlias": "string",
    "username": "string",
    "password": "string",
    "sourceDetails": {
        "usersBaseDn": "string",
        "groupsBaseDn": "string",
        "certChain": [
            "string"
        ],
        "serverEndpoints": [
            "string"
        ]
    }
}
string
type
Required  

The type of the LDAP Server

string
domainName
Required  

The name to associate with the created domain

string
domainAlias
Optional

The optional alias to associate the domain name

string
username
Required  

User name to connect to ldap(s) server

string
password
Required  

Password to connect to the ldap(s) server

sourceDetails
Required   Read-Only  

Details of the Identity Source