IdentitySourceSpec

IdentitySourceSpec
IdentitySourceSpec

Represents Identity Source specification

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

The LDAP specification when the protocol is LDAP

string
name
Required

The user-friendly name for the identity Source