ldapauthority element

Type: ldapAuthorityDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ldapauthority> <order>...</order> <regex>...</regex> <url>...</url> <bindDn>...</bindDn> <bindPassword>...</bindPassword> <firstNameAttribute>...</firstNameAttribute> <lastNameAttribute>...</lastNameAttribute> <emailAttribute>...</emailAttribute> <publicKeyAttribute>...</publicKeyAttribute> <ldapTeams> <name>...</name> <description>...</description> <ldapFilter>...</ldapFilter> <parentTeam>...</parentTeam> <associatedLdap>...</associatedLdap> <id>...</id> <dateCreated>...</dateCreated> <dateLastModified>...</dateLastModified> </ldapTeams> <ldapTeams> <!--...--> </ldapTeams> <!--...more "ldapTeams" elements...--> <managingNode>...</managingNode> <id>...</id> <dateCreated>...</dateCreated> <dateLastModified>...</dateLastModified> </ldapauthority>

Example JSON

{ "order" : ..., "regex" : "...", "url" : "...", "bindDn" : "...", "bindPassword" : "...", "firstNameAttribute" : "...", "lastNameAttribute" : "...", "emailAttribute" : "...", "publicKeyAttribute" : "...", "ldapTeams" : [ { "name" : "...", "description" : "...", "ldapFilter" : "...", "parentTeam" : "...", "associatedLdap" : "...", "id" : "...", "dateCreated" : ..., "dateLastModified" : ... }, ... ], "managingNode" : "...", "id" : "...", "dateCreated" : ..., "dateLastModified" : ... }