Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (32 loc) · 2.6 KB

LDAPSourceRequest.md

File metadata and controls

37 lines (32 loc) · 2.6 KB

LDAPSourceRequest

Properties

Name Type Description Notes
name kotlin.String Source's display Name.
slug kotlin.String Internal source name, used in URLs.
serverUri java.net.URI
baseDn kotlin.String
enabled kotlin.Boolean [optional]
authenticationFlow java.util.UUID Flow to use when authenticating existing users. [optional]
enrollmentFlow java.util.UUID Flow to use when enrolling new users. [optional]
policyEngineMode PolicyEngineMode [optional]
userMatchingMode UserMatchingModeEnum [optional]
userPathTemplate kotlin.String [optional]
peerCertificate java.util.UUID Optionally verify the LDAP Server's Certificate against the CA Chain in this keypair. [optional]
clientCertificate java.util.UUID Client certificate to authenticate against the LDAP Server's Certificate. [optional]
bindCn kotlin.String [optional]
bindPassword kotlin.String [optional]
startTls kotlin.Boolean [optional]
sni kotlin.Boolean [optional]
additionalUserDn kotlin.String Prepended to Base DN for User-queries. [optional]
additionalGroupDn kotlin.String Prepended to Base DN for Group-queries. [optional]
userObjectFilter kotlin.String Consider Objects matching this filter to be Users. [optional]
groupObjectFilter kotlin.String Consider Objects matching this filter to be Groups. [optional]
groupMembershipField kotlin.String Field which contains members of a group. [optional]
objectUniquenessField kotlin.String Field which contains a unique Identifier. [optional]
syncUsers kotlin.Boolean [optional]
syncUsersPassword kotlin.Boolean When a user changes their password, sync it back to LDAP. This can only be enabled on a single LDAP source. [optional]
syncGroups kotlin.Boolean [optional]
syncParentGroup java.util.UUID [optional]
propertyMappings kotlin.collections.List<java.util.UUID> [optional]
propertyMappingsGroup kotlin.collections.List<java.util.UUID> Property mappings used for group creation/updating. [optional]