complexType UpdateLdapAuthenticationReq
diagram AXLAPI_p12742.png
namespace http://www.cisco.com/AXL/API/9.0
children authenticateEndUsers distinguishedName ldapPassword userSearchBase servers
used by
element updateLdapAuthentication
source <xsd:complexType name="UpdateLdapAuthenticationReq">
 
<xsd:sequence>
   
<xsd:element name="authenticateEndUsers" type="axlapi:boolean" nillable="false" minOccurs="0"/>
   
<xsd:element name="distinguishedName" type="axlapi:String128" nillable="false" minOccurs="0"/>
   
<xsd:element name="ldapPassword" type="axlapi:String128" nillable="false" minOccurs="0"/>
   
<xsd:element name="userSearchBase" type="axlapi:String255" nillable="false" minOccurs="0"/>
   
<xsd:element name="servers" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="server" minOccurs="0" maxOccurs="3">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="0"/>
               
<xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="0"/>
               
<xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0"/>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element UpdateLdapAuthenticationReq/authenticateEndUsers
diagram AXLAPI_p12743.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="authenticateEndUsers" type="axlapi:boolean" nillable="false" minOccurs="0"/>

element UpdateLdapAuthenticationReq/distinguishedName
diagram AXLAPI_p12744.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="distinguishedName" type="axlapi:String128" nillable="false" minOccurs="0"/>

element UpdateLdapAuthenticationReq/ldapPassword
diagram AXLAPI_p12745.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="ldapPassword" type="axlapi:String128" nillable="false" minOccurs="0"/>

element UpdateLdapAuthenticationReq/userSearchBase
diagram AXLAPI_p12746.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="userSearchBase" type="axlapi:String255" nillable="false" minOccurs="0"/>

element UpdateLdapAuthenticationReq/servers
diagram AXLAPI_p12747.png
properties
minOcc 0
maxOcc 1
content complex
children server
source <xsd:element name="servers" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="server" minOccurs="0" maxOccurs="3">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="0"/>
           
<xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="0"/>
           
<xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateLdapAuthenticationReq/servers/server
diagram AXLAPI_p12748.png
properties
minOcc 0
maxOcc 3
content complex
children hostName ldapPortNumber sslEnabled
source <xsd:element name="server" minOccurs="0" maxOccurs="3">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="0"/>
     
<xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="0"/>
     
<xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateLdapAuthenticationReq/servers/server/hostName
diagram AXLAPI_p12749.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="0"/>

element UpdateLdapAuthenticationReq/servers/server/ldapPortNumber
diagram AXLAPI_p12750.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="0"/>

element UpdateLdapAuthenticationReq/servers/server/sslEnabled
diagram AXLAPI_p12751.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy