element listLDAPAttributesResponse
diagram de_wsdl_diagrams/de_wsdl_p23319.png
namespace http://ldapservice.api.de.n2.tibco.com
properties
content complex
children req-attributes
annotation
documentation
Response element for listLDAPAttributes operation.
source <xs:element name="listLDAPAttributesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listLDAPAttributes operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="req-attributes" type="de:XmlLdapAttribute" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Details of each attribute and its values.
If no matching data values are found then null values will be returned.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listLDAPAttributesResponse/req-attributes
diagram de_wsdl_diagrams/de_wsdl_p23320.png
type XmlLdapAttribute
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.
desc-guid  xs:string  optional      
documentation
Unique identifier of the parameter descriptor that describes the resource attribute.
type  XmlParameterType    String    
documentation
Enumerated value defining the data type of this resource attribute's value.
local  xs:boolean    true    
documentation
Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).
ldap-alias  xs:string  optional      
documentation
For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.
ldap-dn  xs:string  optional      
documentation
For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.
ldap-attribute  xs:string  optional      
documentation
For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.
annotation
documentation
Details of each attribute and its values.
If no matching data values are found then null values will be returned.
source <xs:element name="req-attributes" type="de:XmlLdapAttribute" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of each attribute and its values.
If no matching data values are found then null values will be returned.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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