LdapInfo

LdapInfo
LdapInfo

Represents Identity management configuration when the protocol is LDAP

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

The optional alias to associate the Domain name

string
domainName
Optional

The name to associate with the created Domain

sourceDetails
Optional

Details of the Identity Source

string
type
Optional

The type of the LDAP Server

string
username
Optional

User name to connect to LDAP(s) server