diagram |
|
namespace |
http://container.api.de.n2.tibco.com |
type |
XmlLdapContainer |
properties |
|
children |
primary-ldap primary-group-ldap secondary-ldap secondary-group-ldap attribute-mapping administered-organisation |
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 | Request element for saveLDAPContainerDetail operation. This service will save the given
LDAP Container configuration. See the description of XmlLdapContainer for more detail on request parameter. |
|
source |
<xs:element name="saveLDAPContainerDetail" type="ldap:XmlLdapContainer">
<xs:annotation>
<xs:documentation>Request element for saveLDAPContainerDetail operation. This service will save the given
LDAP Container configuration. See the description of XmlLdapContainer for more detail on request parameter.</xs:documentation>
</xs:annotation>
</xs:element> |