diagram | |||||||||||||||||||||||||||||||
namespace | http://ldapservice.api.de.n2.tibco.com | ||||||||||||||||||||||||||||||
type | extension of XmlOrgModelVersion | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="listLDAPEntities"> <xs:annotation> <xs:documentation>Request element for listLDAPEntities operation. This operation lists the resources that are, or can be, derived from the LDAP container identified by its "container-id". The request attribute "existing-only" determines whether only existing resources are included in the response.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="orgdto:XmlOrgModelVersion"> <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Identifier of the container whose LDAP entities are to be returned.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="existing-only" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation>Whether the response should include: - (true) only those LDAP resources that already exist in the organization model. - (false) all LDAP resources in the LDAP source.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Identifier of the container whose LDAP entities are to be returned.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="existing-only" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation>Whether the response should include: - (true) only those LDAP resources that already exist in the organization model. - (false) all LDAP resources in the LDAP source.</xs:documentation> </xs:annotation> </xs:attribute> |