LdapSpec

LdapSpec
LdapSpec

The LDAP specification when the protocol is LDAP

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

The optional alias to associate the domain name

string
domainName
Required

The name to associate with the created domain

string
password
Required

Password to connect to the ldap(s) server

sourceDetails
Required

Details of the Identity Source

string
type
Required

The type of the LDAP Server

string
username
Required

User name to connect to ldap(s) server