SourceDetails

SourceDetails
SourceDetails

Details of the Identity Source

JSON Example
{
    "certChain": [
        "string"
    ],
    "groupsBaseDn": "string",
    "serverEndpoints": [
        "string"
    ],
    "usersBaseDn": "string"
}
array of string
certChain
Optional

SSL certificate chain in base64 encoding. This field can be unset only, if all the active directory server endpoints use the LDAP (not LDAPS) protocol

string
groupsBaseDn
Required

Base distinguished name for groups

array of string
serverEndpoints
Required

Active directory server endpoints. At least one active directory server endpoint must be set

string
usersBaseDn
Required

Base distinguished name for users