element listContainersResponse
diagram dir_directoryservice_diagrams/dir_directoryservice_p20.png
namespace http://directory.api.de.bpm.tibco.com
properties
content complex
children ldap-container
annotation
documentation
Response element for listLDAPContainers operation. Includes the full details of the LDAP containers, including the LDAP sources and resource  attribute mappings.
source <xs:element name="listContainersResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listLDAPContainers operation. Includes the full details of the LDAP containers, including the LDAP sources and resource  attribute mappings.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>A list of the configured LDAP Containers.</xs:documentation>
   
</xs:annotation>
   
<xs:sequence>
     
<xs:element name="ldap-container" type="de:XmlContainer" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of an LDAP container, including its LDAP source(s) and any attribute mappings.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listContainersResponse/ldap-container
diagram dir_directoryservice_diagrams/dir_directoryservice_p21.png
type XmlContainer
properties
minOcc 0
maxOcc unbounded
content complex
children primary-ldap primary-group-ldap secondary-ldap secondary-group-ldap restricted-org
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  optional  0    
documentation
Unique ID of the LDAP container. Only given when updating an existing 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
Read-only - Indicates if this container has been marked as deleted. Containers will only be deleted when all resources derived from it are deleted.
entity-count  xs:int  optional      
documentation
Read-only - only specified when this XmlContainer 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
Read-only - 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, including its LDAP source(s) and any attribute mappings.
source <xs:element name="ldap-container" type="de:XmlContainer" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of an LDAP container, including its LDAP source(s) and any attribute mappings.</xs:documentation>
 
</xs:annotation>
</xs:element>


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