LdapSpec
                                LdapSpec                            
                            The LDAP specification when the protocol is LDAP
JSON Example
                                    {
    "domainAlias": "string",
    "domainName": "string",
    "password": "string",
    "sourceDetails": {
        "certChain": [
            "string"
        ],
        "groupsBaseDn": "string",
        "serverEndpoints": [
            "string"
        ],
        "usersBaseDn": "string"
    },
    "type": "One among: OpenLdap, ActiveDirectory",
    "username": "string"
}
            
            
                                    string
                
                
            
        
        
                domainAlias            
                            Optional
            
            
        The optional alias to associate the domain name
            
            
                                    string
                
                
            
        
        
                domainName            
                            Required
            
            
        The name to associate with the created domain
            
            
                                    string
                
                
            
        
        
                password            
                            Required
            
            
        Password to connect to the ldap(s) server
            
            
                                    string
                
                
            
        
        
                type            
                            Required
            
            
        The type of the LDAP Server
            
            
                                    string
                
                
            
        
        
                username            
                            Required
            
            
        User name to connect to ldap(s) server
