element listLdapConnectionsResponse
diagram dir_directoryservice_diagrams/dir_directoryservice_p23.png
namespace http://directory.api.de.bpm.tibco.com
properties
content complex
children ldap-connection
annotation
documentation
Response element for listLdapConnections operation.
source <xs:element name="listLdapConnectionsResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listLdapConnections operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ldap-connection" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Identifies an LDAP connection shared resource by its alias, and also provides the URL used by that connection.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="ldap-alias" type="xs:string" use="required">
           
<xs:annotation>
             
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="provider-url" type="xs:string" use="required">
           
<xs:annotation>
             
<xs:documentation>The URL (including any base DN) to which configured LDAP connection shared resource is connected.</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listLdapConnectionsResponse/ldap-connection
diagram dir_directoryservice_diagrams/dir_directoryservice_p24.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
provider-url  xs:string  required      
documentation
The URL (including any base DN) to which configured LDAP connection shared resource is connected.
annotation
documentation
Identifies an LDAP connection shared resource by its alias, and also provides the URL used by that connection.
source <xs:element name="ldap-connection" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies an LDAP connection shared resource by its alias, and also provides the URL used by that connection.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="ldap-alias" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="provider-url" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>The URL (including any base DN) to which configured LDAP connection shared resource is connected.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute listLdapConnectionsResponse/ldap-connection/@ldap-alias
type xs:string
properties
use required
annotation
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
source <xs:attribute name="ldap-alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute listLdapConnectionsResponse/ldap-connection/@provider-url
type xs:string
properties
use required
annotation
documentation
The URL (including any base DN) to which configured LDAP connection shared resource is connected.
source <xs:attribute name="provider-url" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The URL (including any base DN) to which configured LDAP connection shared resource is connected.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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