LdapInfo

LdapInfo
LdapInfo

Represents Identity management configuration when the protocol is LDAP

JSON Example
{
    "type": "string",
    "domainName": "string",
    "domainAlias": "string",
    "username": "string",
    "sourceDetails": {
        "usersBaseDn": "string",
        "groupsBaseDn": "string",
        "certChain": [
            "string"
        ],
        "serverEndpoints": [
            "string"
        ]
    }
}
string
type
Read-Only

The type of the LDAP Server

string
domainName
Read-Only

The name to associate with the created Domain

string
domainAlias
Read-Only

The optional alias to associate the Domain name

string
username
Read-Only

User name to connect to LDAP(s) server

sourceDetails
Read-Only

Details of the Identity Source