complexType XmlLdapContainerExport
diagram de_wsdl_diagrams/de_wsdl_p23866.png
namespace http://ldap.api.de.n2.tibco.com
type extension of XmlLdapContainer
properties
base XmlLdapContainer
children primary-ldap primary-group-ldap secondary-ldap secondary-group-ldap attribute-mapping administered-organisation candidate-query
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  optional  0    
documentation
Unique ID of the LDAP container.
name  xs:string  required      
documentation
Unique name of the LDAP container.
description  xs:string  optional      
documentation
Description of the LDAP container.
active  xs:boolean    true    
documentation
Indicates if this container has been marked as deleted.
entity-count  xs:int  optional      
documentation
Only specified when this XmlLdapContainer is used in a service response. The count of the number of LDAP entries this container referenced. This count is set when the container is queried. The count may not be currently correct if the LDAP directory has been modified since the count was set.
last-accessed  xs:dateTime  optional      
documentation
Date and time on which the LDAP container was last queried, and the date on which the entity-count above was set.
annotation
documentation
Definition of an LDAP container and any LDAP Source entries that it contains. Also includes any Candidate Query definitions associated with the LDAP Container.
source <xs:complexType name="XmlLdapContainerExport">
 
<xs:annotation>
   
<xs:documentation>Definition of an LDAP container and any LDAP Source entries that it contains. Also includes any Candidate Query definitions associated with the LDAP Container.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlLdapContainer">
     
<xs:sequence>
       
<xs:element name="candidate-query" type="XmlCandidateQueryExport" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The Candidate Query entries associated with this LDAP Container.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlLdapContainerExport/candidate-query
diagram de_wsdl_diagrams/de_wsdl_p23867.png
type XmlCandidateQueryExport
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.
(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
base-dn  xs:string  optional      
documentation
Optionally provides a base DN that will be used to restrict the results. This base DN is relative, and in additon, to any base DN specified in the Primary LDAP Source on which the search will be performed.
query  xs:string  required      
documentation
The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.
search-scope  XmlLdapSearchScope  required      
documentation
Enumerated value indicating the scope on which an LDAP search is to be performed.
dynamic  xs:boolean    false    
documentation
Indicates that this candidate query was generated as a part of a dynamic model generation.
annotation
documentation
The Candidate Query entries associated with this LDAP Container.
source <xs:element name="candidate-query" type="XmlCandidateQueryExport" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The Candidate Query entries associated with this LDAP Container.</xs:documentation>
 
</xs:annotation>
</xs:element>

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