LdapUserBindSettings

LdapUserBindSettings
LdapUserBindSettings
JSON Example
{
    "dn_template": "string",
    "token": "string",
    "user_attributes": [
        "string"
    ],
    "user_id_attribute": "string"
}
string
dn_template
Required

LDAP user DN pattern is used to bind LDAP user after replacing the user token with real username. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
token
Required

LDAP token is replaced with real user name in the user DN pattern. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of string
user_attributes
Optional

LDAP user attributes to fetch on a successful user bind. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
user_id_attribute
Required

LDAP user id attribute is the login attribute that uniquely identifies a single user record. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of