element listLDAPAttributes
diagram de_wsdl_diagrams/de_wsdl_p24904.png
namespace http://ldapservice.api.de.n2.tibco.com
properties
content complex
children req-attributes
attributes
Name  Type  Use  Default  Fixed  Annotation
alias  xs:string  required      
documentation
LDAP alias of the LDAP source from which attribute data should be returned.
dn  xs:string  required      
documentation
Distinguished Name of the LDAP entity for which attribute data should be returned.
annotation
documentation
Request element for listLDAPAttributes operation.

This operation lists the values of the LDAP attributes held by the LDAP entry identified by the given "alias" and "dn". If specified, only those attributes named by the req-attributes elements will be included in the response. Otherwise, all attributes will be included.
source <xs:element name="listLDAPAttributes">
 
<xs:annotation>
   
<xs:documentation>Request element for listLDAPAttributes operation.

This operation lists the values of the LDAP attributes held by the LDAP entry identified by the given "alias" and "dn". If specified, only those attributes named by the req-attributes elements will be included in the response. Otherwise, all attributes will be included.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="req-attributes" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Names of the resource attributes for which data should be returned.
If no resource attributes are specified all data values will be returned.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="alias" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>LDAP alias of the LDAP source from which attribute data should be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dn" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Distinguished Name of the LDAP entity for which attribute data should be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute listLDAPAttributes/@alias
type xs:string
properties
use required
annotation
documentation
LDAP alias of the LDAP source from which attribute data should be returned.
source <xs:attribute name="alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>LDAP alias of the LDAP source from which attribute data should be returned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute listLDAPAttributes/@dn
type xs:string
properties
use required
annotation
documentation
Distinguished Name of the LDAP entity for which attribute data should be returned.
source <xs:attribute name="dn" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Distinguished Name of the LDAP entity for which attribute data should be returned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element listLDAPAttributes/req-attributes
diagram de_wsdl_diagrams/de_wsdl_p24905.png
type XmlLdapAttributeSimple
properties
minOcc 0
maxOcc unbounded
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the resource attribute within the organization model (NOT the name of any LDAP attribute from which it takes its value).

Exception: When returned as part of a listLDAPAttributesResponse, name of the LDAP attribute.
annotation
documentation
Names of the resource attributes for which data should be returned.
If no resource attributes are specified all data values will be returned.
source <xs:element name="req-attributes" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Names of the resource attributes for which data should be returned.
If no resource attributes are specified all data values will be returned.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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